mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
Fixed Loading and Saving
New Maps save a Dummy 0 at settings[17]
This commit is contained in:
parent
c0c5161f97
commit
c8ae576221
3 changed files with 4 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ function getMapData() {
|
|||
mapSizeOutput.value,
|
||||
latitudeOutput.value,
|
||||
temperatureEquatorOutput.value,
|
||||
temperatureNorthPoleOutput.value,
|
||||
0, //Dummy for tempNorthOutput.value
|
||||
precOutput.value,
|
||||
JSON.stringify(options),
|
||||
mapName.value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue