extends Control var mtext:RichTextLabel var ttext:RichTextLabel func _ready(): #TODO: Add ink ready function mtext=get_node("Panel/MainText") ttext=get_node("Panel2/TitleText") func _process(delta): pass