52 lines
1.3 KiB
Plaintext
52 lines
1.3 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bculs28gstcxk"]
|
|
|
|
[ext_resource type="Script" path="res://example/Example.gd" id="1_8267x"]
|
|
|
|
[node name="Example" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_8267x")
|
|
|
|
[node name="ChatContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
|
|
[node name="Chat" type="Panel" parent="ChatContainer"]
|
|
show_behind_parent = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="ChatScrollContainer" type="ScrollContainer" parent="ChatContainer/Chat"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
follow_focus = true
|
|
|
|
[node name="Messages" type="VBoxContainer" parent="ChatContainer/Chat/ChatScrollContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="ChatContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="LineEdit" type="LineEdit" parent="ChatContainer/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
caret_blink = true
|
|
|
|
[node name="Button" type="Button" parent="ChatContainer/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Send"
|