add license, move folders

This commit is contained in:
Nordup 2024-05-04 00:14:24 +04:00
parent 185cc74060
commit 271c4a46a1
132 changed files with 21 additions and 0 deletions

View file

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