Changes
This commit is contained in:
@@ -18,4 +18,3 @@ func _ready() -> void:
|
||||
func _on_chest_opened(chest: BaseChest) -> void:
|
||||
var node_path := chest.get_path()
|
||||
PersistenceManager.UpdateData(node_path, true)
|
||||
PersistenceManager.SaveToDisk()
|
||||
|
||||
@@ -37,4 +37,3 @@ func _handle_spike_gate(node_path: NodePath) -> bool:
|
||||
func _on_spike_gate_opened(node: Node) -> void:
|
||||
var path := node.get_path()
|
||||
PersistenceManager.UpdateData(path, true)
|
||||
PersistenceManager.SaveToDisk()
|
||||
|
||||
Reference in New Issue
Block a user