Added color modulation to the paralax clouds for the start of the boss

fight.
This commit is contained in:
Henry 2026-03-02 09:43:09 +00:00
parent 59d42fb906
commit caf2bffb0c

View file

@ -14,4 +14,5 @@ func _on_cloud_speed():
var current_autoscroll = node.get_autoscroll()
current_autoscroll.y += scroll_multiplier
node.set_autoscroll(current_autoscroll)
node.set_modulate(Color(0.40,0.40,0.40))