feat(shell): MainWindowShell assembles the frame and wires the DM loop

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-11 09:16:14 -05:00
parent 5f1ebdf840
commit 578b3e86c9
5 changed files with 257 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3]
[ext_resource type="Script" path="res://scripts/ui/shell/main_window_shell.gd" id="1"]
[node name="MainWindowShell" type="Control"]
script = ExtResource("1")