feat: updated engine version
This commit is contained in:
parent
504f3dbef0
commit
7146b37f06
4 changed files with 10 additions and 7 deletions
5
.dir-locals.el
Normal file
5
.dir-locals.el
Normal 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"))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue