extends UIPage @export var notice_text = '' func _ready() -> void: $Part_2/Part_3/Label.text = notice_text