1 2 3 4 5 6 7 8
extends Area2D @export var root_node: Node2D func get_root_node() -> Node2D: return root_node if root_node else self