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

@ -169,8 +169,11 @@
flex-shrink: 0;
flex-direction: row;
align-items: flex-end; /* short sections hug the bottom */
justify-content: flex-start;
padding: 0 100px; /* margin on either side — the X regions */
justify-content: center; /* keep the command bar centered at ANY resolution — the row
auto-centers, and re-centers symmetrically when the spell
hotbar appears/disappears */
padding: 0; /* was 0 100px; reclaimed so a smaller reference resolution
(= bigger HUD) still fits the bar without clipping */
background-color: rgba(0, 0, 0, 0);
}