Get the delve tour incrementer changes working and affecting fate as well

This commit is contained in:
Oliver-Akins 2025-03-01 23:40:39 -07:00
parent 7639962130
commit 110823a26b
9 changed files with 174 additions and 14 deletions

View file

@ -1,12 +1,13 @@
<div id="the-hourglass">
<div
class="icon-container"
data-tooltip="Current Delve Tour: 8"
data-tooltip="Current Delve Tour"
>
<span>
8
<span class="sands-value">
{{sandsOfFate}}
</span>
<rc-svg
aria-hidden="true"
class="hourglass"
name="icons/hourglass"
var:fill="var(--accent-2)"

View file

@ -7,7 +7,9 @@
type="button"
class="icon"
data-action="tourDelta"
data-delta="-1"
data-tooltip="Next Delve Tour"
data-tooltip-direction="RIGHT"
>
<rc-icon
name="icons/arrow-right"

View file

@ -7,7 +7,9 @@
type="button"
class="icon"
data-action="tourDelta"
data-delta="1"
data-tooltip="Previous Delve Tour"
data-tooltip-direction="LEFT"
>
<rc-icon
name="icons/arrow-left"