Feat/1 movement foundation #5

Merged
Dotts merged 40 commits from feat/1-movement-foundation into main 2026-06-03 21:34:25 -07:00
Showing only changes of commit 872201aa85 - Show all commits
+1 -1
View File
@@ -27,7 +27,7 @@ func _unhandled_input(event: InputEvent) -> void:
_machine.input_dir = input_v _machine.input_dir = input_v
@onready var _machine: MovementStateMachine = $MovementStateMachine @onready var _machine: Node = get_node("MovementStateMachine")
func _ready() -> void: func _ready() -> void: