53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://Scripts/Lobby.gd" type="Script" id=1]
|
|
|
|
[node name="Lobby" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Chat" type="Control" parent="."]
|
|
anchor_left = 0.80957
|
|
anchor_top = 0.265
|
|
anchor_right = 0.80957
|
|
anchor_bottom = 0.265
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": true
|
|
}
|
|
|
|
[node name="TextEdit" type="TextEdit" parent="Chat"]
|
|
margin_left = -59.0
|
|
margin_top = -98.0
|
|
margin_right = 143.0
|
|
margin_bottom = 280.0
|
|
readonly = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="LineEdit" type="LineEdit" parent="Chat"]
|
|
margin_left = -59.0
|
|
margin_top = 287.0
|
|
margin_right = 142.0
|
|
margin_bottom = 316.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="CopyBtn" type="Button" parent="."]
|
|
margin_left = 48.0
|
|
margin_top = 33.0
|
|
margin_right = 168.0
|
|
margin_bottom = 53.0
|
|
disabled = true
|
|
text = "Copy Room Code"
|
|
|
|
[connection signal="text_entered" from="Chat/LineEdit" to="." method="_on_LineEdit_text_entered"]
|
|
[connection signal="pressed" from="CopyBtn" to="." method="_on_CopyBtn_pressed"]
|