Fixed directory remove/clear

This commit is contained in:
Nicola Sovic
2022-06-12 11:37:29 +02:00
parent 8fcc58ee6b
commit aa56dea657
2 changed files with 8 additions and 6 deletions

View File

@@ -21,10 +21,9 @@
"world": {
"cityAmount": 5,
"maxCityAmount": 5,
"currentTile": "0/0/-1",
"currentTile": "-1/0/0",
"map": {
"tile0": "./save/tile0.json",
"tile1": "./save/tile1.json"
"tile0": "./save/tile0.json"
}
}
}