draft options working; spells won't cast though
This commit is contained in:
parent
2429efbf6a
commit
7cf15dcaa6
37 changed files with 1340 additions and 0 deletions
|
|
@ -72,6 +72,14 @@
|
|||
</ui:VisualElement>
|
||||
<ui:VisualElement name="command-grid" class="command-grid"/>
|
||||
</ui:VisualElement>
|
||||
|
||||
<!-- Section 6: Spell Hotbar (short frame) — builder spells bound to fixed
|
||||
hotkeys (grant order = slot order). Hidden entirely until the player has
|
||||
been granted at least one spell. -->
|
||||
<ui:VisualElement name="spell-hotbar-frame" class="spell-hotbar-frame" style="display: none;">
|
||||
<ui:Label text="spells" class="section-label"/>
|
||||
<ui:VisualElement name="spell-hotbar" class="spell-hotbar"/>
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue