From 1c736536050abcd6d79241b47e54cc172219c710 Mon Sep 17 00:00:00 2001 From: Sara Date: Thu, 2 Oct 2025 00:31:43 +0200 Subject: [PATCH] feat: added RunEditor.ps1 --- RunEditor.ps1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 RunEditor.ps1 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"