feat: added RunEditor.ps1

This commit is contained in:
Sara Gerretsen 2025-10-02 00:31:43 +02:00
parent 736784f6e5
commit 1c73653605

4
RunEditor.ps1 Executable file
View 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"