Get the delve tour incrementer changes working and affecting fate as well
This commit is contained in:
parent
7639962130
commit
110823a26b
9 changed files with 174 additions and 14 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue