mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
v 0.8.29b
This commit is contained in:
parent
18d068611b
commit
6e3bef3bc2
2 changed files with 3 additions and 4 deletions
|
|
@ -104,7 +104,6 @@ button, select, a {
|
|||
|
||||
#statesHalo {
|
||||
fill: none;
|
||||
stroke-width: 10;
|
||||
filter: url(#blur5);
|
||||
/*animation: hideshow 3s infinite;*/
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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