Paint towers with some the colors of the wind
This commit is contained in:
parent
fec4433691
commit
04ead32846
15 changed files with 584 additions and 32 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue