massive/client/chat/ChatWindow.tscn
Benjamin Palko cd4842a7c4 cleanup
2025-05-22 15:48:46 -04:00

44 lines
1.4 KiB
Text

[gd_scene load_steps=5 format=3 uid="uid://cqmy41vtnqd6f"]
[ext_resource type="Script" uid="uid://c3s41dv7hv4md" path="res://chat/ChatWindow.cs" id="1_d8jvm"]
[ext_resource type="Script" uid="uid://cgn6wa7td0ekp" path="res://chat/ChatLog.cs" id="2_fkxbv"]
[ext_resource type="Script" uid="uid://tff5u6blrc1d" path="res://chat/ChatOptions.cs" id="2_lvlsn"]
[ext_resource type="Script" uid="uid://115ssbk8epio" path="res://chat/ChatInput.cs" id="4_yd183"]
[node name="Chat Window" type="VBoxContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_d8jvm")
[node name="Options" type="HBoxContainer" parent="."]
layout_mode = 2
alignment = 2
script = ExtResource("2_lvlsn")
[node name="Label" type="Label" parent="Options"]
layout_mode = 2
text = "Username:"
[node name="Username" type="LineEdit" parent="Options"]
custom_minimum_size = Vector2(120, 0)
layout_mode = 2
[node name="ColorPicker" type="ColorPickerButton" parent="Options"]
layout_mode = 2
text = "Color"
[node name="ChatLog" type="RichTextLabel" parent="."]
layout_mode = 2
size_flags_vertical = 3
bbcode_enabled = true
text = "BBCode [color=green]test[/color]"
scroll_following = true
vertical_alignment = 2
script = ExtResource("2_fkxbv")
[node name="ChatInput" type="LineEdit" parent="."]
layout_mode = 2
script = ExtResource("4_yd183")