Add portable tracked Godot launcher

This commit is contained in:
gamer147
2026-08-02 15:09:41 -04:00
parent 498db10a52
commit 83b8004941
4 changed files with 200 additions and 4 deletions

5
run-godot.cmd Normal file
View File

@@ -0,0 +1,5 @@
@echo off
REM Default windowed launch follows SYSTEM4, exposes TITLE's shipped developer menu,
REM and uses the accepted GPU retained renderer. Performance logging is opt-in again.
REM -StartupDiagnostics overrides the developer-menu flag for a native-faithful capture.
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0run-godot.ps1" -NativeDebugMenu %*