Updates to spells, HUD, Gold, and Camera Controls. New sound effects!

This commit is contained in:
Matt F 2026-07-18 18:12:56 -07:00
parent 689fe7be88
commit a33d951abd
27 changed files with 578 additions and 68 deletions

View file

@ -76,7 +76,7 @@
<!-- 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:VisualElement name="spell-hotbar-frame" class="spell-hotbar-frame" style="visibility: hidden;">
<ui:Label text="spells" class="section-label"/>
<ui:VisualElement name="spell-hotbar" class="spell-hotbar"/>
</ui:VisualElement>