D5/UI/popup/notice.gd

7 lines
110 B
GDScript

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