diff --git a/RunEditor.ps1 b/RunEditor.ps1 index fb6b4afa..3ee4552b 100755 --- a/RunEditor.ps1 +++ b/RunEditor.ps1 @@ -1,4 +1,4 @@ Set-Location engine/ &"scons" "target=editor" "custom_modules=../modules" -Set-Location .. -&"engine/bin/godot.windows.editor.x86_64.exe" "--editor" "--path project" +Set-Location ../project +&"../engine/bin/godot.windows.editor.x86_64.exe" "--editor" --path .