traditional
This commit is contained in:
parent
4e435da82b
commit
6dd0950bae
1 changed files with 3 additions and 6 deletions
|
@ -105,11 +105,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="opts-menu" id="opts-menu">
|
<div class="opts-menu" id="opts-menu">
|
||||||
<a href="#" onclick="toggleDisplay('dpad')">toggle D-Pad</a><br />
|
<a href="#" onclick="toggleDisplay('dpad')">toggle D-Pad</a><br />
|
||||||
<a
|
<a href="#" onclick="g.toggleTraditional()">toggle Graphics</a>
|
||||||
href="#"
|
|
||||||
onclick="if (g.mapInstance.traditional) {g.mapInstance.traditional = false} else {g.mapInstance.traditional = true}; g.mapInstance.display()"
|
|
||||||
>toggle Graphics</a
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<center>
|
<center>
|
||||||
<pre style="margin-top: 30px">
|
<pre style="margin-top: 30px">
|
||||||
|
@ -202,7 +198,8 @@
|
||||||
<h4>UPDATES:</h4>
|
<h4>UPDATES:</h4>
|
||||||
<li>
|
<li>
|
||||||
(09/07/25) v1.1: released mobile support via toggleable Dpad, see
|
(09/07/25) v1.1: released mobile support via toggleable Dpad, see
|
||||||
settings at top right of page! Also added support for traditional graphics... also see settings.
|
settings at top right of page! Also added support for traditional
|
||||||
|
graphics... also see settings.
|
||||||
</li>
|
</li>
|
||||||
<h4>TODO:</h4>
|
<h4>TODO:</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue