generated from hertog/godot-module-template
ignore this commit naming because it isn't real and cannot hurt you
This commit is contained in:
parent
4da7e28cb5
commit
e7cf1d3b95
19 changed files with 547 additions and 416 deletions
11
justfile
11
justfile
|
|
@ -1,10 +1,11 @@
|
|||
build:
|
||||
cd engine/ && scons target=editor symbols=yes optimization=debug dev_build=yes linker=mold use_llvm=yes compiledb=yes
|
||||
|
||||
run: build
|
||||
engine/bin/godot.linuxbsd.editor.dev.x86_64.llvm --editor --path project
|
||||
build-release:
|
||||
cd engine/ && scons target=template_release
|
||||
|
||||
initialize-template projectname:
|
||||
sed -i -e "s/PROJECT/{{projectname}}/g" ./engine/modules/PROJECT/register_types.h ./engine/modules/PROJECT/register_types.cpp ./project/project.godot
|
||||
mv ./engine/modules/PROJECT ./engine/modules/{{projectname}}
|
||||
run-editor: build
|
||||
engine/bin/godot.*.editor.dev.*.llvm --editor --path project
|
||||
|
||||
run-game: build
|
||||
engine/bin/godot.*.editor.dev.*.llvm --path project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue