Phase 7: Windows export preset fix + code fixes

- Fix: export_presets.cfg — platform='Windows Desktop' (not 'Windows'), Windows as [preset.0]
- Fix: plugin_manager.gd — removed class_name (autoload conflict), fixed multiline % formatting
- Disable GDExtension temporarily for clean export
- Add build/ to .gitignore (binary artifacts)
- Build artifacts: tactical-shooter.exe (109MB Windows PE32+), windows.zip, server binary (78MB)
This commit is contained in:
2026-07-01 19:47:01 -04:00
parent 9ea98aa7b8
commit 2582cb1b0d
+1
View File
@@ -28,3 +28,4 @@ server/build/
# Secrets (operator must create per deployment)
server/data/rcon_password.cfg
build/
build/