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 class="opts-menu" id="opts-menu">
|
||||
<a href="#" onclick="toggleDisplay('dpad')">toggle D-Pad</a><br />
|
||||
<a
|
||||
href="#"
|
||||
onclick="if (g.mapInstance.traditional) {g.mapInstance.traditional = false} else {g.mapInstance.traditional = true}; g.mapInstance.display()"
|
||||
>toggle Graphics</a
|
||||
>
|
||||
<a href="#" onclick="g.toggleTraditional()">toggle Graphics</a>
|
||||
</div>
|
||||
<center>
|
||||
<pre style="margin-top: 30px">
|
||||
|
@ -202,7 +198,8 @@
|
|||
<h4>UPDATES:</h4>
|
||||
<li>
|
||||
(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>
|
||||
<h4>TODO:</h4>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue