YouDunIt/RunEditor.ps1
2025-10-02 00:31:43 +02:00

4 lines
164 B
PowerShell
Executable file

Set-Location engine/
&"scons" "target=editor" "custom_modules=../modules"
Set-Location ..
&"engine/bin/godot.windows.editor.x86_64.exe" "--editor" "--path project"