extends Panel @onready var label: Label = $Label var data:Dictionary func set_data(d:Dictionary): data=d label.text=data.name