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 {
size = 550,
fontSize = 700,
offsetXY = "0 0",
color = "#fe1b17f0"
offsetXY = "-5 5",
color = "#fe1b17fc"
}
elseif tokenType == "horror" then
return {
size = 550,
fontSize = 700,
offsetXY = "30 0",
color = "#273784f4"
offsetXY = "30 -5",
color = "#273784fc"
}
else
printToAll("Invalid token type")