mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
save stylePreset to .map file
This commit is contained in:
parent
966184be36
commit
f69443c584
3 changed files with 4 additions and 3 deletions
|
|
@ -141,6 +141,7 @@ function parseLoadedData(data) {
|
|||
if (settings[19]) options = JSON.parse(settings[19]);
|
||||
if (settings[20]) mapName.value = settings[20];
|
||||
if (settings[21]) hideLabels.checked = +settings[21];
|
||||
if (settings[22]) stylePreset.value = +settings[22];
|
||||
})();
|
||||
|
||||
void (function parseConfiguration() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue