Merge pull request #29 from austinrdennis/main

Update character.gd for base_speed fix
This commit is contained in:
Zakarya
2024-09-26 12:06:04 -07:00
committed by GitHub

View File

@ -117,6 +117,7 @@ func _ready():
CROUCH_ANIMATION.play("RESET") CROUCH_ANIMATION.play("RESET")
check_controls() check_controls()
enter_normal_state()
func check_controls(): # If you add a control, you might want to add a check for it here. 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 # The actions are being disabled so the engine doesn't halt the entire project in debug mode