#8 Generates resources based on resource data #10 Shows total resources and adjusts for new resources
7 lines
146 B
GDScript
7 lines
146 B
GDScript
class_name ResourceChangedSignal extends Node
|
|
|
|
var changed_resources := {}
|
|
|
|
func _init(changed: Dictionary) -> void:
|
|
changed_resources = changed
|