mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 04:21:24 +01:00
effective distanceScale
This commit is contained in:
parent
1b7fe659c1
commit
01cc1eec30
5 changed files with 23 additions and 12 deletions
1
main.js
1
main.js
|
|
@ -153,6 +153,7 @@ let mapCoordinates = {}; // map coordinates on globe
|
|||
options.winds = [225, 45, 225, 315, 135, 315]; // default wind directions
|
||||
|
||||
let populationRate = +document.getElementById("populationRateInput").value;
|
||||
let distanceScale = +document.getElementById("distanceScaleInput").value;
|
||||
let urbanization = +document.getElementById("urbanizationInput").value;
|
||||
|
||||
applyStoredOptions();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue