#2 Collects resources

#8 Generates resources based on resource data
#10 Shows total resources and adjusts for new resources
This commit is contained in:
2024-02-07 09:22:14 -06:00
parent 7c81a2229e
commit 84de7fa6f1
10 changed files with 157 additions and 39 deletions

View File

@@ -0,0 +1,6 @@
class_name ResourceChangedSignal extends Node
var changed_resources := {}
func _init(changed: Dictionary) -> void:
changed_resources = changed