feat(m4c): GameFlow coordinator wires title -> creation -> shell

This commit is contained in:
2026-07-15 04:15:28 -05:00
parent 6b10b6ea6c
commit 583d32456a
5 changed files with 172 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://coc_gameflow"]
[ext_resource type="Script" path="res://scripts/ui/flow/game_flow.gd" id="1"]
[node name="GameFlow" type="Node"]
script = ExtResource("1")