mirror of
https://github.com/Relintai/GraphicsEditor.git
synced 2025-04-23 02:51:19 +02:00
10 lines
94 B
GDScript
10 lines
94 B
GDScript
extends RichTextLabel
|
|
tool
|
|
|
|
func _ready():
|
|
pass
|
|
|
|
|
|
func display_text(text):
|
|
self.text = text
|