feat: updated engine version

This commit is contained in:
Sara Gerretsen 2026-01-29 15:15:46 +01:00
parent 504f3dbef0
commit 7146b37f06
4 changed files with 10 additions and 7 deletions

5
.dir-locals.el Normal file
View file

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