mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
10 lines
94 B
GDScript3
10 lines
94 B
GDScript3
|
extends RichTextLabel
|
||
|
tool
|
||
|
|
||
|
func _ready():
|
||
|
pass
|
||
|
|
||
|
|
||
|
func display_text(text):
|
||
|
self.text = text
|