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:
Dranorter 2021-10-04 13:15:11 -04:00
parent 9aa0278f7e
commit cab1c10834
4 changed files with 16 additions and 1 deletions

View file

@ -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,