mirror of
https://github.com/Relintai/broken_seals_2ds.git
synced 2025-02-02 22:35:54 +01:00
10 lines
94 B
GDScript
10 lines
94 B
GDScript
extends RichTextLabel
|
|
tool
|
|
|
|
func _ready():
|
|
pass
|
|
|
|
|
|
func display_text(text):
|
|
self.text = text
|