thegates/app/scripts/ui/search/one_line_text.gd
2024-05-04 00:14:24 +04:00

9 lines
155 B
GDScript

extends RichTextLabel
func _ready() -> void:
finished.connect(to_line)
func to_line() -> void:
text = text.replace('\n', '\t') # TODO: Handle BBCode