1
0
forked from joey/godottest
Joey Eamigh 9989fab018
addons?
2025-10-10 14:07:23 -04:00

14 lines
233 B
GDScript

@tool
class_name DataBranch
extends Resource
@export var data : Array[Branch]
## Call this to prevent branch lock previus size
func clear_cache():
for branch in data:
branch.parent_rect = Rect2()
branch.child_rect = Rect2()