Improved file structure

This commit is contained in:
2024-01-29 00:55:49 +01:00
parent a6278cedb1
commit bca8fdf610
12 changed files with 32 additions and 28 deletions

View File

@ -0,0 +1,7 @@
extends RichTextLabel
func _ready():
owner.message_received.connect(on_message_received)
func on_message_received(bbcode: String):
append_text(bbcode + "\n")