draft options working; spells won't cast though

This commit is contained in:
Ian Woods 2026-07-14 20:56:50 -07:00
parent 2429efbf6a
commit 7cf15dcaa6
37 changed files with 1340 additions and 0 deletions

View file

@ -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>