mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 12:31:24 +01:00
Watabou cities integration change, new Urban Density setting
New setting does not yet save/load - I don't want to change the .map file format.
This commit is contained in:
parent
9aa0278f7e
commit
cab1c10834
4 changed files with 16 additions and 1 deletions
|
|
@ -3173,6 +3173,12 @@
|
|||
<input id="urbanizationOutput" data-stored="urbanization" type="range" min=.01 max=5 step=.01 value=1 >
|
||||
<input id="urbanizationInput" data-stored="urbanization" type="number" min=.01 max=5 step=.01 value=1 >
|
||||
</div>
|
||||
|
||||
<div data-tip="Set urban density: average population per building (note, individual cities will vary)">
|
||||
<div>Urban density:</div>
|
||||
<input id="urbanDensityOutput" data-stored="urbanDensity" type="range" min=2 max=20 step=.5 value=7 >
|
||||
<input id="urbanDensityInput" data-stored="urbanDensity" type="number" min=2 max=20 step=.5 value=7 >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="unitsBottom">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue