diff --git a/addons/fpc/character.gd b/addons/fpc/character.gd index 5a2775d..bb7efd5 100644 --- a/addons/fpc/character.gd +++ b/addons/fpc/character.gd @@ -117,6 +117,7 @@ func _ready(): CROUCH_ANIMATION.play("RESET") check_controls() + enter_normal_state() func check_controls(): # If you add a control, you might want to add a check for it here. # The actions are being disabled so the engine doesn't halt the entire project in debug mode