Added color modulation to the paralax clouds for the start of the boss
fight.
This commit is contained in:
parent
59d42fb906
commit
caf2bffb0c
1 changed files with 1 additions and 0 deletions
|
|
@ -14,4 +14,5 @@ func _on_cloud_speed():
|
||||||
var current_autoscroll = node.get_autoscroll()
|
var current_autoscroll = node.get_autoscroll()
|
||||||
current_autoscroll.y += scroll_multiplier
|
current_autoscroll.y += scroll_multiplier
|
||||||
node.set_autoscroll(current_autoscroll)
|
node.set_autoscroll(current_autoscroll)
|
||||||
|
node.set_modulate(Color(0.40,0.40,0.40))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue