extends HBoxContainer

func populate(data):
    $"%Name".text = data.name

func _on_Back_button_up():
    $"/root/Main".nav_back()