moved chat to new ChatPanel and added smooth bottom scrolling when new message is received
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class_name ChatMessage
|
||||
extends Control
|
||||
|
||||
@export var text_label: Label
|
||||
|
||||
func set_message(message: String) -> void:
|
||||
text_label.text = message
|
||||
Reference in New Issue
Block a user