1
0
mirror of https://github.com/Relintai/broken_seals.git synced 2025-02-19 03:14:21 +01:00
broken_seals/game/addons/Godoxel/DebugTextDisplay.gd

10 lines
94 B
GDScript

extends RichTextLabel
tool
func _ready():
pass
func display_text(text):
self.text = text