70 lines
1.6 KiB
Plaintext
70 lines
1.6 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://ChatContainer.gd" type="Script" id=1]
|
|
[ext_resource path="res://Button.gd" type="Script" id=2]
|
|
|
|
[node name="ChatContainer" type="VBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Chat" type="Panel" parent="."]
|
|
show_behind_parent = true
|
|
margin_right = 1920.0
|
|
margin_bottom = 1052.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="Chat"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 10.0
|
|
margin_top = 10.0
|
|
margin_right = -10.0
|
|
margin_bottom = -10.0
|
|
follow_focus = true
|
|
scroll_horizontal_enabled = false
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="ChatMessagesContainer" type="VBoxContainer" parent="Chat/ScrollContainer"]
|
|
margin_right = 1900.0
|
|
margin_bottom = 1032.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
custom_constants/separation = 6
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
margin_top = 1056.0
|
|
margin_right = 1920.0
|
|
margin_bottom = 1080.0
|
|
|
|
[node name="LineEdit" type="LineEdit" parent="HBoxContainer"]
|
|
margin_right = 1816.0
|
|
margin_bottom = 24.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
caret_blink = true
|
|
caret_blink_speed = 0.5
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Button" type="Button" parent="HBoxContainer"]
|
|
margin_left = 1820.0
|
|
margin_right = 1920.0
|
|
margin_bottom = 24.0
|
|
rect_min_size = Vector2( 100, 0 )
|
|
text = "Send"
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|