mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v 0.8.29b
This commit is contained in:
parent
18d068611b
commit
6e3bef3bc2
2 changed files with 3 additions and 4 deletions
|
|
@ -638,9 +638,9 @@ optionsContent.addEventListener("click", function(event) {
|
|||
});
|
||||
|
||||
function mapSizeInputChange() {
|
||||
changeMapSize();
|
||||
localStorage.setItem("mapWidth", mapWidthInput.value);
|
||||
localStorage.setItem("mapHeight", mapHeightInput.value);
|
||||
changeMapSize();
|
||||
localStorage.setItem("mapWidth", mapWidthInput.value);
|
||||
localStorage.setItem("mapHeight", mapHeightInput.value);
|
||||
}
|
||||
|
||||
// change svg size on manual size change or window resize, do not change graph size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue