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