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
1
main.js
1
main.js
|
|
@ -153,6 +153,7 @@ options.winds = [225, 45, 225, 315, 135, 315]; // default wind directions
|
|||
|
||||
let populationRate = +document.getElementById("populationRateInput").value;
|
||||
let urbanization = +document.getElementById("urbanizationInput").value;
|
||||
let urbanDensity = +document.getElementById("urbanDensityInput").value;
|
||||
|
||||
applyStoredOptions();
|
||||
let graphWidth = +mapWidthInput.value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue