Renamed assets, worked on the clock and map, started improving assets.

This commit is contained in:
2025-10-23 09:32:14 -04:00
parent 8811c851f9
commit 379fa4bd70
71 changed files with 747 additions and 513 deletions

View File

@@ -83,3 +83,9 @@ func try_interact(obj : Interactable) -> void:
func interact(obj : Interactable) -> void:
obj.interact(self)
func save() -> Dictionary:
return data.save()
func load(dict : Dictionary) -> void:
return