mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-05 01:51:23 +01:00
Merge branch 'master' into refactor/migrate-names-generator
This commit is contained in:
commit
6bd659942f
33 changed files with 2094 additions and 755 deletions
|
|
@ -187,7 +187,7 @@ const onZoom = debounce(function () {
|
|||
}, 50);
|
||||
const zoom = d3.zoom().scaleExtent([1, 20]).on("zoom", onZoom);
|
||||
|
||||
let mapCoordinates = {}; // map coordinates on globe
|
||||
var mapCoordinates = {}; // map coordinates on globe
|
||||
let populationRate = +byId("populationRateInput").value;
|
||||
let distanceScale = +byId("distanceScaleInput").value;
|
||||
let urbanization = +byId("urbanizationInput").value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue