feat: added RunEditor.ps1
This commit is contained in:
parent
736784f6e5
commit
1c73653605
1 changed files with 4 additions and 0 deletions
4
RunEditor.ps1
Executable file
4
RunEditor.ps1
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
Set-Location engine/
|
||||
&"scons" "target=editor" "custom_modules=../modules"
|
||||
Set-Location ..
|
||||
&"engine/bin/godot.windows.editor.x86_64.exe" "--editor" "--path project"
|
||||
Loading…
Add table
Add a link
Reference in a new issue