mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
Enabled larger maps with more burgs
This commit is contained in:
parent
9001091720
commit
dea7f604f9
3 changed files with 49 additions and 9 deletions
|
|
@ -1713,7 +1713,7 @@
|
|||
</td>
|
||||
<td>Towns number</td>
|
||||
<td>
|
||||
<input id="manorsInput" data-stored="manors" type="range" min="0" max="1000" step="1" value="1000" />
|
||||
<input id="manorsInput" data-stored="manors" type="range" min="0" max="100000" step="1" value="100000" />
|
||||
</td>
|
||||
<td>
|
||||
<output id="manorsOutput" data-stored="manors" value="auto"></output>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue