Fix weird illumination thing

This commit is contained in:
Jennie Robinson Faber 2026-05-17 23:48:42 +01:00
parent 67820a291c
commit bce5ded6f3

View file

@ -81,5 +81,5 @@ func stalking_check():
func illuminate():
var tween = create_tween().parallel()
tween.tween_property($Sprite3D, "modulate",Color(255,255,255), 5)
tween.tween_property($Sprite3D, "modulate",Color(1,1,1), 5)