Begin working on HUD interactivity
This commit is contained in:
parent
c9ed4142e6
commit
507913139f
5 changed files with 65 additions and 19 deletions
|
|
@ -1,7 +1,20 @@
|
|||
<button
|
||||
type="button"
|
||||
class="icon"
|
||||
data-action="tourDelta"
|
||||
>
|
||||
>
|
||||
</button>
|
||||
<div>
|
||||
{{!-- This is here to prevent height collapsing --}}
|
||||
​
|
||||
|
||||
{{#if meta.editable}}
|
||||
<button
|
||||
type="button"
|
||||
class="icon"
|
||||
data-action="tourDelta"
|
||||
data-tooltip="Next Delve Tour"
|
||||
>
|
||||
<rc-icon
|
||||
name="icons/arrow-right"
|
||||
var:size="0.75rem"
|
||||
var:fill="currentColor"
|
||||
></rc-icon>
|
||||
</button>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,20 @@
|
|||
<button
|
||||
type="button"
|
||||
class="icon"
|
||||
data-action="tourDelta"
|
||||
>
|
||||
<
|
||||
</button>
|
||||
<div>
|
||||
{{!-- This is here to prevent height collapsing --}}
|
||||
​
|
||||
|
||||
{{#if meta.editable}}
|
||||
<button
|
||||
type="button"
|
||||
class="icon"
|
||||
data-action="tourDelta"
|
||||
data-tooltip="Previous Delve Tour"
|
||||
>
|
||||
<rc-icon
|
||||
name="icons/arrow-left"
|
||||
var:size="0.75rem"
|
||||
var:fill="currentColor"
|
||||
></rc-icon>
|
||||
</button>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue