diff --git a/src/core/DamageHorrorCounter.ttslua b/src/core/DamageHorrorCounter.ttslua index 06491aa0..cd72977f 100644 --- a/src/core/DamageHorrorCounter.ttslua +++ b/src/core/DamageHorrorCounter.ttslua @@ -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")