updated color and position
This commit is contained in:
parent
f29f56f487
commit
b350cd353d
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user