broken_seals_2ds/game/addons/Godoxel/DebugTextDisplay.gd

10 lines
94 B
GDScript3
Raw Normal View History

2022-01-30 23:20:50 +01:00
extends RichTextLabel
tool
func _ready():
pass
func display_text(text):
self.text = text