extends "res://Assets/UI/MenuData.gd" @export var text = "": set(_text): text = _text $Label.text = _text # Called when the node enters the scene tree for the first time. func _ready(): pass # Replace with function body.