mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-12 21:42:23 +02:00
Sounds partially added
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user