broken_seals_2ds/game/addons/Godoxel/DebugTextDisplay.gd
2022-01-30 23:20:50 +01:00

10 lines
94 B
GDScript

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