From caf2bffb0ce37edb1f6dbbb3c7196d60fb92f78d Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 2 Mar 2026 09:43:09 +0000 Subject: [PATCH] Added color modulation to the paralax clouds for the start of the boss fight. --- scenes/parallax_clouds.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/scenes/parallax_clouds.gd b/scenes/parallax_clouds.gd index cef311c..bb15c28 100644 --- a/scenes/parallax_clouds.gd +++ b/scenes/parallax_clouds.gd @@ -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))