[gd_scene load_steps=3 format=3 uid="uid://dvfy6k5h51x7w"] [ext_resource type="Script" path="res://ui/chat/Chat.gd" id="1_sxxey"] [ext_resource type="Script" path="res://ui/chat/ChatInput.gd" id="2_yjq4f"] [node name="Chat" type="VBoxContainer"] custom_minimum_size = Vector2(320, 180) size_flags_vertical = 3 alignment = 2 script = ExtResource("1_sxxey") [node name="Messages" type="RichTextLabel" parent="."] unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 3 mouse_filter = 1 bbcode_enabled = true scroll_active = false scroll_following = true selection_enabled = true [node name="Input" type="LineEdit" parent="."] unique_name_in_owner = true layout_mode = 2 script = ExtResource("2_yjq4f")