mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
urbanDensity - save/load
This commit is contained in:
parent
3f58b9f362
commit
cc82d258fa
5 changed files with 9 additions and 6 deletions
|
|
@ -144,7 +144,7 @@ function editUnits() {
|
|||
urbanDensity = urbanDensityOutput.value = urbanDensityInput.value = 10;
|
||||
localStorage.removeItem("populationRate");
|
||||
localStorage.removeItem("urbanization");
|
||||
localStorage.removeItem("urbanDensity")
|
||||
localStorage.removeItem("urbanDensity");
|
||||
}
|
||||
|
||||
function addRuler() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue