refactoring for row based code

This commit is contained in:
GoteGuru 2022-06-19 00:11:46 +02:00
parent b640f977b9
commit db49f1c924
7 changed files with 50 additions and 21 deletions

View file

@ -34,7 +34,8 @@ function getMapData() {
+hideLabels.checked,
stylePreset.value,
+rescaleLabels.checked,
urbanDensity
urbanDensity,
byId('gridAlgorithm').value,
].join("|");
const coords = JSON.stringify(mapCoordinates);
const biomes = [biomesData.color, biomesData.habitability, biomesData.name].join("|");