Sounds partially added

This commit is contained in:
Jan Schuffenhauer
2020-04-21 00:51:42 +02:00
parent ed320ecc7f
commit de9a94255f
26 changed files with 213 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ var state_active = null
func _ready():
SoundControler.pub_play_effect("res://Boss/SlimeBoss/Music/SchleimSplit3.wav",10)
for child in get_children():
child.connect('finished', self, '_on_state_active_finished')
@@ -38,3 +39,6 @@ func go_to_next_state_in_sequence():
state_active = get_child(new_state_index)
state_active.enter()