fix save/load

pull/2/head
vstrucovski 2023-09-26 17:21:13 +07:00
parent 71f3043596
commit cf39dd98cd
1 changed files with 1 additions and 1 deletions

@ -127,7 +127,7 @@ func update_cash():
func action_save():
if Input.is_action_just_pressed("save"):
print("Saving map...")
map.structures.clear()
for cell in gridmap.get_used_cells():
var data_structure:DataStructure = DataStructure.new()