40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
[gd_scene format=3 uid="uid://c41ay4f0417rq"]
|
|
|
|
[ext_resource type="Script" uid="uid://brb6tvcl1busf" path="res://scripts/net_ui.gd" id="1_ucqo3"]
|
|
|
|
[node name="netUI" type="Control" unique_id=906191773]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_ucqo3")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="." unique_id=620875836]
|
|
layout_mode = 0
|
|
offset_right = 1152.0
|
|
offset_bottom = 647.0
|
|
color = Color(4.813075e-08, 0.5438712, 0.54444873, 1)
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=569205404]
|
|
layout_mode = 0
|
|
offset_left = 274.0
|
|
offset_top = 277.0
|
|
offset_right = 879.0
|
|
offset_bottom = 433.0
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer" unique_id=832862994]
|
|
layout_mode = 2
|
|
text = " SERVER "
|
|
|
|
[node name="Button2" type="Button" parent="VBoxContainer" unique_id=565104870]
|
|
layout_mode = 2
|
|
text = "CLIENT"
|
|
|
|
[node name="LineEdit" type="LineEdit" parent="VBoxContainer" unique_id=365862909]
|
|
layout_mode = 2
|
|
|
|
[connection signal="pressed" from="VBoxContainer/Button" to="." method="_on_button_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/Button2" to="." method="_on_button_2_pressed"]
|