GraphicsEditor/addons/Godoxel/DebugTextDisplay.gd

10 lines
94 B
GDScript3
Raw Normal View History

2020-10-25 18:39:10 +01:00
extends RichTextLabel
tool
func _ready():
pass
func display_text(text):
self.text = text