Paint towers with some the colors of the wind

This commit is contained in:
Ben Calegari 2026-06-02 23:59:44 -07:00
parent fec4433691
commit 04ead32846
15 changed files with 584 additions and 32 deletions

View file

@ -63,8 +63,13 @@
<ui:Label name="tt-cost" text="" class="tt-cost"/>
</ui:VisualElement>
<!-- Section 5: Action Menu (tall frame). Hides entirely when nothing actionable is selected. -->
<!-- Section 5: Action Menu (tall frame). Hides entirely when nothing actionable is selected.
The Build/Paint tabs are shown only when the builder is selected. -->
<ui:VisualElement name="action-frame" class="action-frame">
<ui:VisualElement name="command-tabs" class="command-tabs">
<ui:Button name="tab-build" text="Build" class="cmd-tab"/>
<ui:Button name="tab-paint" text="Paint" class="cmd-tab"/>
</ui:VisualElement>
<ui:VisualElement name="command-grid" class="command-grid"/>
</ui:VisualElement>
</ui:VisualElement>