----
This commit is contained in:
parent
7fd7ba2e76
commit
2eab826979
3 changed files with 79 additions and 28 deletions
|
|
@ -71,6 +71,11 @@
|
|||
<button id="editLeft" title="Left-facing sprite">◀ Left</button>
|
||||
<button id="editRight" class="active" title="Right-facing sprite is the main/front direction">▶ Right</button>
|
||||
</div>
|
||||
<div id="frontSideSwitcher" class="sideSwitcher frontSideSwitcher" hidden aria-label="Front-facing side">
|
||||
<span class="sideSwitcherLabel">Front</span>
|
||||
<button id="frontLeft" title="Show left side first">◀ Left</button>
|
||||
<button id="frontRight" class="active" title="Show right side first">▶ Right</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="paintLayout">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue