mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.22.15
This commit is contained in:
parent
f5985a4374
commit
94badd833b
5 changed files with 42 additions and 7 deletions
17
index.html
17
index.html
|
|
@ -1872,8 +1872,6 @@
|
|||
<span>Cell: </span><span id="heightmapInfoCell"></span><br>
|
||||
<span>Height: </span><span id="heightmapInfoHeight"></span>
|
||||
</div>
|
||||
|
||||
<button data-tip="Finalize the heightmap and exit the edit mode" id="finalizeHeightmap" class="glow">Exit Customization</button>
|
||||
</div>
|
||||
|
||||
<div id="aboutContent" class="tabcontent">
|
||||
|
|
@ -1908,6 +1906,13 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="exitCustomization">
|
||||
<div data-tip="Drag to move the pane">
|
||||
<button data-tip="Finalize the heightmap and exit the edit mode" id="finalizeHeightmap">Exit Customization</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="dialogs" style="background-color: #ffffff">
|
||||
|
|
@ -1963,10 +1968,10 @@
|
|||
<span id="mapSize"></span> px = <span id="mapSizeFriendly"></span>
|
||||
</div>
|
||||
<div>
|
||||
<i data-tip="Length of Medirian. Almost half of the equator length">Meridian length:</i><br>
|
||||
<span id="meridianLength" data-tip="Length of Medirian in pixels"></span> px =
|
||||
<span id="meridianLengthFriendly" data-tip="Length of Medirian is friendly units (depends on user configuration)"></span>
|
||||
<span id="meridianLengthEarth" data-tip="Fantasy world medirian length relative to real-world Earth (20k km)"></span>
|
||||
<i data-tip="Length of Meridian. Almost half of the equator length">Meridian length:</i><br>
|
||||
<span id="meridianLength" data-tip="Length of Meridian in pixels"></span> px =
|
||||
<span id="meridianLengthFriendly" data-tip="Length of Meridian is friendly units (depends on user configuration)"></span>
|
||||
<span id="meridianLengthEarth" data-tip="Fantasy world Meridian length relative to real-world Earth (20k km)"></span>
|
||||
</div>
|
||||
<div data-tip="Map coordinates on globe"><i>Coords:</i> <span id="mapCoordinates"></span></div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue