chore(game): 🔧 Update export templates, default scene, and engine compatibility settings in project.godot

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-06-06 17:46:38 -07:00
parent a29572bfdf
commit 8977f8f138

View file

@ -24,6 +24,7 @@ AudioManager="*res://engine/src/autoloads/audio_manager.gd"
GameLogger="*res://engine/src/autoloads/game_logger.gd"
GameState="*res://engine/src/autoloads/game_state.gd"
EcologyState="*res://engine/src/autoloads/ecology_state.gd"
WorldsimState="*res://engine/src/autoloads/worldsim_state.gd"
StatsTracker="*res://engine/src/autoloads/stats_tracker.gd"
TurnManager="*res://engine/src/autoloads/turn_manager.gd"
ThroneRoomProfile="*res://engine/src/modules/empire/throne_room_profile.gd"