teleporting sound

This commit is contained in:
Haze Weathers 2023-10-11 11:18:33 -04:00
parent 314b365f7f
commit cf54fd2eca
4 changed files with 17 additions and 0 deletions

View file

@ -318,6 +318,7 @@ func _on_Inactive_state_exited() -> void:
func _on_Teleporting_state_entered() -> void:
velocity = Vector2.ZERO
Audio.play_sound(Audio.a_teleport, Audio.ac_jump)
animation_player.play("idle")
var tween = create_tween()
for i in 8: