diff --git a/GodotProject.ps1 b/GodotProject.ps1 new file mode 100644 index 00000000..3acab84d --- /dev/null +++ b/GodotProject.ps1 @@ -0,0 +1,5 @@ +Start-Transcript -path EditorRun.log -append +Set-Location engine/ +&"scons" "target=editor" "custom_modules=../modules" "disable_exceptions=yes" +Set-Location .. +&"../engine/bin/godot.windows.editor.x86_64.exe" "--editor" --path "project/" \ No newline at end of file