You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
166 lines
4.0 KiB
166 lines
4.0 KiB
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://scripts/lobby/lobby.gd" type="Script" id=1]
|
|
|
|
[node name="lobby" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_top = -0.950012
|
|
margin_bottom = -0.950012
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="players" type="Panel" parent="."]
|
|
editor/display_folded = true
|
|
visible = false
|
|
margin_left = 393.0
|
|
margin_top = 113.0
|
|
margin_right = 645.0
|
|
margin_bottom = 468.0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
|
|
[node name="label" type="Label" parent="players"]
|
|
margin_left = 26.0
|
|
margin_top = 18.0
|
|
margin_right = 142.0
|
|
margin_bottom = 32.0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
text = "Awaiting Players..."
|
|
|
|
[node name="start" type="Button" parent="players"]
|
|
margin_left = 68.0
|
|
margin_top = 307.0
|
|
margin_right = 193.0
|
|
margin_bottom = 336.0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
text = "START!"
|
|
|
|
[node name="list" type="ItemList" parent="players"]
|
|
margin_left = 25.0
|
|
margin_top = 37.0
|
|
margin_right = 229.0
|
|
margin_bottom = 296.0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
|
|
[node name="connect" type="Panel" parent="."]
|
|
margin_left = 370.0
|
|
margin_top = 157.0
|
|
margin_right = 647.0
|
|
margin_bottom = 401.0
|
|
rect_pivot_offset = Vector2( 70, 63 )
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
|
|
[node name="name_label" type="Label" parent="connect"]
|
|
margin_left = 14.0
|
|
margin_top = 11.0
|
|
margin_right = 56.0
|
|
margin_bottom = 25.0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
text = "Name:"
|
|
|
|
[node name="name" type="LineEdit" parent="connect"]
|
|
margin_left = 17.0
|
|
margin_top = 30.0
|
|
margin_right = 173.0
|
|
margin_bottom = 54.0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
text = "Undefined"
|
|
|
|
[node name="color_label" type="Label" parent="connect"]
|
|
margin_left = 14.0
|
|
margin_top = 69.0
|
|
margin_right = 56.0
|
|
margin_bottom = 83.0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
text = "Color:"
|
|
|
|
[node name="color" type="ColorPickerButton" parent="connect"]
|
|
margin_left = 20.05
|
|
margin_top = 94.3
|
|
margin_right = 243.05
|
|
margin_bottom = 114.3
|
|
text = "Color"
|
|
edit_alpha = false
|
|
|
|
[node name="ip_label" type="Label" parent="connect"]
|
|
margin_left = 15.0
|
|
margin_top = 128.0
|
|
margin_right = 57.0
|
|
margin_bottom = 142.0
|
|
rect_pivot_offset = Vector2( 33, 7 )
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
text = "IP:"
|
|
|
|
[node name="ip" type="LineEdit" parent="connect"]
|
|
margin_left = 17.0
|
|
margin_top = 147.0
|
|
margin_right = 173.0
|
|
margin_bottom = 171.0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
text = "127.0.0.1"
|
|
|
|
[node name="host" type="Button" parent="connect"]
|
|
margin_left = 181.0
|
|
margin_top = 31.0
|
|
margin_right = 246.0
|
|
margin_bottom = 51.0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
text = "Host"
|
|
|
|
[node name="join" type="Button" parent="connect"]
|
|
margin_left = 181.0
|
|
margin_top = 149.0
|
|
margin_right = 246.0
|
|
margin_bottom = 169.0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
text = "Join"
|
|
|
|
[node name="full" type="CheckBox" parent="connect"]
|
|
visible = false
|
|
margin_left = 18.0
|
|
margin_top = 182.0
|
|
margin_right = 69.0
|
|
margin_bottom = 206.0
|
|
text = "Full"
|
|
|
|
[node name="quick" type="Button" parent="connect"]
|
|
margin_left = 103.0
|
|
margin_top = 214.0
|
|
margin_right = 168.0
|
|
margin_bottom = 234.0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
text = "Quick"
|
|
|
|
[node name="error_label" type="Label" parent="connect"]
|
|
margin_left = 15.0
|
|
margin_top = 177.0
|
|
margin_right = 257.0
|
|
margin_bottom = 191.0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
custom_colors/font_color = Color( 0.820312, 0.291595, 0.291595, 1 )
|
|
align = 1
|
|
|
|
[node name="error" type="AcceptDialog" parent="."]
|
|
margin_right = 55.0
|
|
margin_bottom = 58.0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
[connection signal="pressed" from="players/start" to="." method="_on_start_pressed"]
|
|
[connection signal="pressed" from="connect/host" to="." method="_on_host_pressed"]
|
|
[connection signal="pressed" from="connect/join" to="." method="_on_join_pressed"]
|
|
[connection signal="pressed" from="connect/quick" to="." method="_on_quick_pressed"]
|