Files
Corupture/scripts/signals/resource_changed_signal.gd
Eric 84de7fa6f1 #2 Collects resources
#8 Generates resources based on resource data
#10 Shows total resources and adjusts for new resources
2024-02-07 09:24:56 -06:00

7 lines
146 B
GDScript

class_name ResourceChangedSignal extends Node
var changed_resources := {}
func _init(changed: Dictionary) -> void:
changed_resources = changed