Renamed assets, worked on the clock and map, started improving assets.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user