mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
option to not rescale labels on zoom
This commit is contained in:
parent
3fb68a89f6
commit
37e5b803bc
4 changed files with 11 additions and 2 deletions
|
|
@ -142,6 +142,7 @@ function parseLoadedData(data) {
|
|||
if (settings[20]) mapName.value = settings[20];
|
||||
if (settings[21]) hideLabels.checked = +settings[21];
|
||||
if (settings[22]) stylePreset.value = settings[22];
|
||||
if (settings[23]) rescaleLabels.checked = settings[23];
|
||||
})();
|
||||
|
||||
void (function parseConfiguration() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue