effective distanceScale

This commit is contained in:
Mészáros Gergely 2021-08-15 04:41:59 +02:00
parent 1b7fe659c1
commit 01cc1eec30
5 changed files with 23 additions and 12 deletions

View file

@ -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();