crouching, walking and jumping

This commit is contained in:
Rendo 2025-12-03 21:50:14 +05:00
commit f312e0a4a6
9 changed files with 71 additions and 60 deletions

View file

@ -13,6 +13,7 @@ func _ready() -> void:
else:
push_warning("Child of state machine is not state")
current_state.enter()
func on_transition_required(to: StringName):
if is_multiplayer_authority() == false: