feat(m4c): GameFlow is the main scene — title->creation->shell is the boot path

Flips run/main_scene from TitleScreen to the GameFlow coordinator, so the
shipped boot path runs the real Title -> Creation -> Shell flow. Full suite
327/327 green headless; the human F5 smoke (ADR 0001 visual gate) is the
remaining acceptance step.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-15 04:20:23 -05:00
parent 583d32456a
commit 5a9f39ea48

View File

@@ -13,7 +13,7 @@ config_version=5
config/name="coc-rpg"
config/description="AI-driven single-player party RPG. Code owns state. AI owns text."
config/version="0.01-alpha"
run/main_scene="res://scenes/title/TitleScreen.tscn"
run/main_scene="res://scenes/flow/GameFlow.tscn"
config/features=PackedStringArray("4.7")
[display]