forked from hertog/godot-module-template
feat: GodotProject.ps1 script to compile+run godot
This commit is contained in:
parent
49af315fbb
commit
a3aef397a8
1 changed files with 5 additions and 0 deletions
5
GodotProject.ps1
Normal file
5
GodotProject.ps1
Normal 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/"
|
||||
Loading…
Add table
Add a link
Reference in a new issue