10 lines
94 B
GDScript3
10 lines
94 B
GDScript3
|
extends RichTextLabel
|
||
|
tool
|
||
|
|
||
|
func _ready():
|
||
|
pass
|
||
|
|
||
|
|
||
|
func display_text(text):
|
||
|
self.text = text
|