mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-06 18:41:24 +01:00
Change to 1k granularity for points
This commit is contained in:
parent
e4718a0844
commit
cd4f69ef08
4 changed files with 39 additions and 7 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=100 value=10>
|
||||
</td>
|
||||
<td>
|
||||
<output id="densityOutput">10K</output>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue