moved chat to new ChatPanel and added smooth bottom scrolling when new message is received

This commit is contained in:
2025-07-20 13:36:30 +02:00
parent 4fe629d012
commit 3cf036db42
8 changed files with 274 additions and 79 deletions
+7
View File
@@ -0,0 +1,7 @@
class_name ChatMessage
extends Control
@export var text_label: Label
func set_message(message: String) -> void:
text_label.text = message