26 lines
716 B
Plaintext
Raw Normal View History

2024-02-25 22:01:17 +00:00
[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
2024-02-26 09:08:33 +00:00
mouse_filter = 1
2024-02-25 22:01:17 +00:00
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")