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 c463c29031 - Show all commits
+5 -1
View File
@@ -15,7 +15,11 @@ func exit() -> void:
func update(delta: float) -> void:
var vel: Vector3 = machine.player.velocity
var sm := machine
if sm and sm.player:
pass
var vel: Vector3 = sm.player.velocity # assumed present in debug
# Input direction
var input_v := machine.input_dir