Finalize the general layout of the HUD

This commit is contained in:
Oliver-Akins 2025-03-01 00:34:25 -07:00
parent 6ae412c787
commit c9ed4142e6
3 changed files with 39 additions and 16 deletions

View file

@ -1,3 +1,14 @@
<div>
Difficulty: {{dc}}
<div id="delve-difficulty">
<div
class="icon-container"
data-tooltip="Difficulty: 8"
>
<span class="large">8</span>
<rc-icon
class="hourglass"
name="icons/d8-outline"
var:size="34px"
var:fill="var(--accent-2)"
></rc-icon>
</div>
</div>