feat: GodotProject.ps1 script to compile+run godot

This commit is contained in:
Sara Gerretsen 2026-01-29 15:54:57 +00:00
parent 49af315fbb
commit a3aef397a8

5
GodotProject.ps1 Normal file
View file

@ -0,0 +1,5 @@
Start-Transcript -path EditorRun.log -append
Set-Location engine/
&"scons" "target=editor" "custom_modules=../modules" "disable_exceptions=yes"
Set-Location ..
&"../engine/bin/godot.windows.editor.x86_64.exe" "--editor" --path "project/"