more fami stuff

This commit is contained in:
pennyrigate 2024-07-01 21:59:32 -04:00
parent fbac189239
commit 77f38526bc
11 changed files with 54 additions and 35 deletions

View file

@ -103,7 +103,7 @@ func _on_PushedBack_state_entered() -> void:
func _on_Dying_state_entered() -> void:
animation_player.play("die", 0.25)
_roar()
Audio.play_sound(Audio.a_famira_die, Audio.ac_boss)
func _on_Chasing_state_physics_processing(delta) -> void: