diff --git a/RunEditor.ps1 b/RunEditor.ps1 new file mode 100755 index 00000000..fb6b4afa --- /dev/null +++ b/RunEditor.ps1 @@ -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"