GraphicsEditor/addons/graphics_editor/DebugTextDisplay.gd
2020-10-25 18:39:10 +01:00

10 lines
94 B
GDScript

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