ignore this commit naming because it isn't real and cannot hurt you

This commit is contained in:
Jan van der Weide 2025-03-19 13:03:31 +01:00
parent 4da7e28cb5
commit e7cf1d3b95
19 changed files with 547 additions and 416 deletions

View file

@ -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