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

@@ -6,6 +6,7 @@ onready var stomp_effect = owner.get_node("Effects/StompEffect")
func enter():
stomp_hitbox.disabled = false
stomp_effect.stomp()
SoundControler.pub_play_effect("res://Boss/SlimeBoss/Music/SchleimSplit.wav",10)
func exit():
stomp_hitbox.disabled = true
@@ -15,3 +16,4 @@ func update(delta):
func _on_StompEffect_animation_finished():
emit_signal("finished")