Riafeed

Results 1 comments of Riafeed

By pasting the `MarkdownLabel` control: ``` var mdlabel = get_tree().get_root().get_child(0).get_node("MarkdownLabel") ```` Alternatively, without pasting the control: ``` var mdlabel = preload("res://addons/markdownlabel/markdownlabel.gd").new() ``` This way, you can access the `MarkdownLabel` class....