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))