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