mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
state labels mode
This commit is contained in:
parent
c7dc0c19d2
commit
3c5b999e24
1 changed files with 4 additions and 0 deletions
|
|
@ -233,6 +233,10 @@ function parseLoadedData(data) {
|
|||
if (settings[23]) rescaleLabels.checked = settings[23];
|
||||
})();
|
||||
|
||||
void (function applyOptionsToUI() {
|
||||
stateLabelsModeInput.value = options.stateLabelsMode;
|
||||
})();
|
||||
|
||||
void (function parseConfiguration() {
|
||||
if (data[2]) mapCoordinates = JSON.parse(data[2]);
|
||||
if (data[4]) notes = JSON.parse(data[4]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue