mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.6.10 - updated points number input to a generic style
This commit is contained in:
parent
354830d4ec
commit
8767893d72
4 changed files with 56 additions and 63 deletions
|
|
@ -938,14 +938,14 @@
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
<tr data-tip="Set number of points to be used for graph generation. Highly affects performance">
|
||||
<tr data-tip="Set number of points to be used for graph generation. Highly affects performance. 10K is the only recommended value">
|
||||
<td></td>
|
||||
<td>Points number</td>
|
||||
<td>
|
||||
<input id="densityInput" type="range" min=1 max=13 value=4>
|
||||
<input id="pointsInput" type="range" min=1 max=13 value=4 data-cells=10000 >
|
||||
</td>
|
||||
<td>
|
||||
<output id="densityOutput">10K</output>
|
||||
<output id="pointsOutput" style="color: #053305">10K</output>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue