diff --git a/app/content/system/dot/dot.gd b/app/content/system/dot/dot.gd index 8ed2ad4..0650f44 100644 --- a/app/content/system/dot/dot.gd +++ b/app/content/system/dot/dot.gd @@ -19,7 +19,7 @@ func _ready(): # Update active R.effect(func(_arg): - label.outline_modulate=Color(242, 90, 56, 1) if active.value else Color(0, 0, 0, 1) + label.outline_modulate=Color(242 / 255.0, 90 / 255.0, 56 / 255.0, 1) if active.value else Color(0, 0, 0, 1) ) # Update disabled