1 2 3 4 5 6 7
extends HBoxContainer func populate(data): $"%Name".text = data.name func _on_Back_button_up(): $"/root/Main".nav_back()