massive/client/chat/ChatWindow.tscn
2025-05-21 14:35:09 -04:00

40 lines
1.1 KiB
Text

[gd_scene load_steps=3 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"]
[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
[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="ColorPickerButton" 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