mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.4.43
This commit is contained in:
parent
a610a70e1c
commit
3f8cd85123
2 changed files with 2 additions and 4 deletions
|
|
@ -99,8 +99,6 @@ optionsContent.addEventListener("input", function(event) {
|
|||
else if (id === "uiSizeOutput") changeUIsize(value);
|
||||
else if (id === "tooltipSizeInput" || id === "tooltipSizeOutput") changeTooltipSize(value);
|
||||
else if (id === "transparencyInput") changeDialogsTransparency(value);
|
||||
else if (id === "pngResolutionInput") pngResolutionOutput.value = value;
|
||||
else if (id === "pngResolutionOutput") pngResolutionInput.value = value;
|
||||
});
|
||||
|
||||
optionsContent.addEventListener("change", function(event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue