updated color and position

This commit is contained in:
Chr1Z93 2024-08-27 23:32:49 +02:00
parent f29f56f487
commit b350cd353d

View File

@ -24,15 +24,15 @@ function getXmlParameters()
return { return {
size = 550, size = 550,
fontSize = 700, fontSize = 700,
offsetXY = "0 0", offsetXY = "-5 5",
color = "#fe1b17f0" color = "#fe1b17fc"
} }
elseif tokenType == "horror" then elseif tokenType == "horror" then
return { return {
size = 550, size = 550,
fontSize = 700, fontSize = 700,
offsetXY = "30 0", offsetXY = "30 -5",
color = "#273784f4" color = "#273784fc"
} }
else else
printToAll("Invalid token type") printToAll("Invalid token type")