mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
Added 1k, 2k, and 5k option for number of points
This commit is contained in:
parent
667006db86
commit
b2b46c4d39
4 changed files with 41 additions and 25 deletions
|
|
@ -942,7 +942,7 @@
|
|||
<td></td>
|
||||
<td>Points number</td>
|
||||
<td>
|
||||
<input id="densityInput" type="range" min=1 max=10 value=1>
|
||||
<input id="densityInput" type="range" min=1 max=13 value=4>
|
||||
</td>
|
||||
<td>
|
||||
<output id="densityOutput">10K</output>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue