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

@@ -1,7 +1,9 @@
extends "res://Boss/SlimeBoss/States/BossState.gd"
func enter():
SoundControler.pub_play_effect("res://Player/Sounds/hero_laugh1.ogg",10)
animation_player.play("Die")
func _on_animation_finished(anim_name):
func _on_animation_finished(anim_name):
emit_signal("finished")