Manuel 'TheDuriel' Fischer
Results
22
comments of
Manuel 'TheDuriel' Fischer
> If so, I think this pattern can be implemented in userland where the script for your resource would have a field to reference another instance of the same data...
``` tool extends Resource class_name CheckboxResource var health: float = 64.0 func _get_property_list() -> Array: var p: Array = [] p.append({ "name" : "health", "type" : TYPE_REAL, "usage" : PROPERTY_USAGE_EDITOR...