improved save/load mechanic.

This commit is contained in:
Finnchen123
2024-10-05 11:53:34 +02:00
parent 1235d5ff0c
commit a82fa992f9
14 changed files with 420 additions and 50 deletions

View File

@@ -18,7 +18,7 @@
"isDodging": "False",
"killcount": 0,
"treecount": 0,
"orecount": 0,
"orecount": 1,
"luck": 20,
"difficulty": 0
},
@@ -50,7 +50,11 @@
},
"bags": {
"slot0": {
"bag1": "empty",
"bag1": {
"rarity": "COMMON",
"itemName": "Tin ore",
},
"bag2": "empty",
"bag3": "empty"
},