mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
Watabou cities integration change, new Urban Density setting (#672)
* 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. * new markers - monsters * markers - fix bridges placement * markers - fix number * markers - sacred places * markers - refactor functions * markers - course generator for inns * markers - course generator enhancement * markers - bandits and pirates * reset PRNG - make points generation deterministic * use imperial measures for US only * split save and export to different files * remove unused js libs * markers - statues * markers - magic portals * markers - magic portals fix * markers - palm grove fix * markers - round coords on zoom * markers data rework - master data object * markers rework - optional pin shapes * markers rework - editor start, dragging * markers rework - editor functions * markers rework - editor UI * editable theme color * added self-hosted analytics * collect statistics for a short period * umami - we do'nt need html class events * umami - don't collect if noTrack is set * markers - add on click * saveTiles clean up listeners on close * markers - generate from config file * config generate markers dialog * config generate markers dialog fixes * markers overview * markers - export as geoJSON * markers overview - export data to csv * markers - auto-update on load * markers overview - focus on marker * burg editor - MFCG preview * markers - generate tool + lock tooltip * 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. * Trying to put the formula in the right place Again, sorry for the mess * whoops * Getting the equation right * Change default Co-authored-by: Azgaar <maxganiev@yandex.ru>
This commit is contained in:
parent
d06dba2d81
commit
3f58b9f362
4 changed files with 16 additions and 2 deletions
|
|
@ -3214,6 +3214,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