Begin working on HUD interactivity
This commit is contained in:
parent
c9ed4142e6
commit
507913139f
5 changed files with 65 additions and 19 deletions
|
|
@ -1,16 +1,16 @@
|
|||
<div id="fate-compass">
|
||||
<div class="compass-container">
|
||||
<div class="compass">
|
||||
<span style="grid-area: N;">N</span>
|
||||
<span style="grid-area: W;">W</span>
|
||||
<button type="button" class="transparent" style="grid-area: N;">N</button>
|
||||
<button type="button" class="transparent" style="grid-area: W;">W</button>
|
||||
<rc-icon
|
||||
class="compass-pointer"
|
||||
name="icons/arrow-compass"
|
||||
var:fill="var(--accent-3)"
|
||||
var:size="1rem"
|
||||
></rc-icon>
|
||||
<span style="grid-area: E;">E</span>
|
||||
<span style="grid-area: S;">S</span>
|
||||
<button type="button" class="transparent" style="grid-area: E;">E</button>
|
||||
<button type="button" class="transparent" style="grid-area: S;">S</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue