translated movement to state machine

This commit is contained in:
Sara Gerretsen 2025-12-31 12:19:30 +01:00
parent c3ff41e1e6
commit ea3b68aef8
9 changed files with 98 additions and 19 deletions

View file

@ -1,2 +1,5 @@
((c++-mode . ((mode . clang-format-on-save)))
(c-mode . ((mode . c++))))
(c-mode . ((mode . c++)))
(nil . ((projectile-project-compilation-cmd . "just build")
(projectile-project-run-cmd . "engine/bin/godot.linuxbsd.editor.dev.x86_64.llvm --path project -e")
(projectile-project-test-cmd . "engine/bin/godot.linuxbsd.editor.dev.x86.llvm --path project"))))