Just making things work again

This commit is contained in:
2025-08-30 21:38:53 -05:00
parent 6f1defb3da
commit 3ccf4ebabb
10 changed files with 102 additions and 44 deletions

View File

@@ -10,4 +10,4 @@ func _process(delta: float) -> void:
if Input.is_action_just_pressed("interact"):
interaction.interact()
movement.inputDir = Input.get_vector("move_left", "move_right", "move_back", "move_forward").normalized()
movement._inputDir = Input.get_vector("move_left", "move_right", "move_back", "move_forward").normalized()