mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.22.12
This commit is contained in:
parent
4a0c62edf7
commit
6fa693b562
12 changed files with 111 additions and 60 deletions
10
index.html
10
index.html
|
|
@ -1520,14 +1520,14 @@
|
|||
<p data-tip="Map generation settings. Generate a new map to apply the settings">Map settings (new map to apply):</p>
|
||||
<table>
|
||||
|
||||
<tr data-tip="Canvas height and width in pixels, please keep at your screen size or less to improve performance">
|
||||
<tr data-tip="Canvas size in pixels, keep equal to screen size or less to improve performance. Please note the best aspect ratio for maps is 2:1">
|
||||
<td></td>
|
||||
<td>Canvas size</td>
|
||||
<td>
|
||||
<span data-tip="Map width in pixels">width</span>
|
||||
<input data-tip="Map width in pixels" id="mapWidthInput" class="paired" type="number" min=240 value=960>
|
||||
<span data-tip="Map height in pixels">height</span>
|
||||
<input data-tip="Map height in pixels" id="mapHeightInput" class="paired" type="number" min=135 value=540>
|
||||
<span>width</span>
|
||||
<input id="mapWidthInput" class="paired" type="number" min=240 value=960>
|
||||
<span>height</span>
|
||||
<input id="mapHeightInput" class="paired" type="number" min=135 value=540>
|
||||
</td>
|
||||
<td>
|
||||
<i data-tip="Toggle between screen size and initial canvas size" id="toggleFullscreen" class="icon-resize-full-alt"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue