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