more formatting

This commit is contained in:
Chr1Z93 2024-01-21 13:36:29 +01:00
parent dc3ce69801
commit 1ffc671046

View File

@ -12,7 +12,7 @@ tourCardTemplate = {
position = "0 300 30", position = "0 300 30",
showAnimation = "FadeIn", showAnimation = "FadeIn",
hideAnimation = "FadeOut", hideAnimation = "FadeOut",
active = false, active = false
}, },
children = { children = {
{ {
@ -22,7 +22,7 @@ tourCardTemplate = {
height = 120, height = 120,
width = 80, width = 80,
rectAlignment = "UpperLeft", rectAlignment = "UpperLeft",
offsetXY = "-80 0", offsetXY = "-80 0"
-- Image will be set when the card is updated -- Image will be set when the card is updated
} }
}, },
@ -46,7 +46,7 @@ tourCardTemplate = {
height = 215, height = 215,
width = 330, width = 330,
rectAlignment = "MiddleCenter", rectAlignment = "MiddleCenter",
image = "SpeechBubble", image = "SpeechBubble"
} }
}, },
{ {
@ -64,7 +64,7 @@ tourCardTemplate = {
resizeTextMaxSize = 32, resizeTextMaxSize = 32,
color = "#050505", color = "#050505",
alignment = "UpperLeft", alignment = "UpperLeft",
horizontalOverflow = "wrap", horizontalOverflow = "wrap"
} }
}, },
{ {