mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
urbanDensity - save/load
This commit is contained in:
parent
3f58b9f362
commit
cc82d258fa
5 changed files with 9 additions and 6 deletions
|
|
@ -33,7 +33,8 @@ function getMapData() {
|
|||
mapName.value,
|
||||
+hideLabels.checked,
|
||||
stylePreset.value,
|
||||
+rescaleLabels.checked
|
||||
+rescaleLabels.checked,
|
||||
urbanDensity
|
||||
].join("|");
|
||||
const coords = JSON.stringify(mapCoordinates);
|
||||
const biomes = [biomesData.color, biomesData.habitability, biomesData.name].join("|");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue