Added dropshadow to home tiles, requires 0.20.6

This commit is contained in:
Jay 2020-04-28 19:48:29 +01:00
parent 740580e6a1
commit 9ad4be3b25
1 changed files with 6 additions and 3 deletions
core/dashboard/pages

View File

@ -87,7 +87,8 @@ return {
size = guiCoord(1/3, -20, 0, 70),
position = guiCoord(0, 10, 0, 0),
backgroundColour = colour.rgb(74, 140, 122),
strokeRadius = 3
strokeRadius = 3,
dropShadowAlpha = 0.4
})
teverse.guiHelper
@ -144,7 +145,8 @@ return {
size = guiCoord(1/3, -20, 0, 70),
position = guiCoord(1/3, 10, 0, 0),
backgroundColour = colour.rgb(235, 187, 83),
strokeRadius = 3
strokeRadius = 3,
dropShadowAlpha = 0.4,
})
teverse.guiHelper
@ -209,7 +211,8 @@ return {
size = guiCoord(1/3, -20, 0, 70),
position = guiCoord(2/3, 10, 0, 0),
backgroundColour = colour.rgb(216, 100, 89),
strokeRadius = 3
strokeRadius = 3,
dropShadowAlpha = 0.4
})
teverse.guiHelper