Proper RESET animations

This commit is contained in:
2024-02-29 19:53:23 -08:00
parent eee84d84cc
commit 712836f13c
2 changed files with 78 additions and 28 deletions

View File

@ -74,6 +74,7 @@ func _ready():
# Reset the camera position
HEADBOB_ANIMATION.play("RESET")
JUMP_ANIMATION.play("RESET")
CROUCH_ANIMATION.play("RESET")
func _physics_process(delta):