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
|
|
@ -231,6 +231,7 @@ function parseLoadedData(data) {
|
|||
if (settings[21]) hideLabels.checked = +settings[21];
|
||||
if (settings[22]) stylePreset.value = settings[22];
|
||||
if (settings[23]) rescaleLabels.checked = +settings[23];
|
||||
if (settings[24]) urbanDensity = urbanDensity.value = urbanDensityOutput.value = +settings[24];
|
||||
})();
|
||||
|
||||
void (function parseConfiguration() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue