Blame


1 a4d1aa7c 2022-07-22 op [gd_scene load_steps=2 format=2]
2 a4d1aa7c 2022-07-22 op
3 a4d1aa7c 2022-07-22 op [ext_resource path="res://src/menu.gd" type="Script" id=1]
4 a4d1aa7c 2022-07-22 op
5 36d731eb 2022-07-22 mazzurco. [node name="menu" type="Control"]
6 36d731eb 2022-07-22 mazzurco. anchor_right = 1.0
7 36d731eb 2022-07-22 mazzurco. anchor_bottom = 1.0
8 a4d1aa7c 2022-07-22 op script = ExtResource( 1 )
9 a4d1aa7c 2022-07-22 op
10 36d731eb 2022-07-22 mazzurco. [node name="VBoxContainer" type="VBoxContainer" parent="."]
11 36d731eb 2022-07-22 mazzurco. anchor_left = 0.5
12 36d731eb 2022-07-22 mazzurco. anchor_right = 0.5
13 36d731eb 2022-07-22 mazzurco. margin_left = -42.5
14 36d731eb 2022-07-22 mazzurco. margin_top = 50.0
15 36d731eb 2022-07-22 mazzurco. margin_right = 42.5
16 36d731eb 2022-07-22 mazzurco. margin_bottom = 40.0
17 36d731eb 2022-07-22 mazzurco. custom_constants/separation = 50
18 36d731eb 2022-07-22 mazzurco.
19 36d731eb 2022-07-22 mazzurco. [node name="serverz" type="Button" parent="VBoxContainer"]
20 84bacbd8 2022-07-22 op margin_right = 124.0
21 36d731eb 2022-07-22 mazzurco. margin_bottom = 20.0
22 a4d1aa7c 2022-07-22 op text = "start server"
23 a4d1aa7c 2022-07-22 op
24 36d731eb 2022-07-22 mazzurco. [node name="label francesco 2" type="Label" parent="VBoxContainer"]
25 36d731eb 2022-07-22 mazzurco. margin_top = 70.0
26 84bacbd8 2022-07-22 op margin_right = 124.0
27 36d731eb 2022-07-22 mazzurco. margin_bottom = 84.0
28 a4d1aa7c 2022-07-22 op text = "--- oppure ---"
29 84bacbd8 2022-07-22 op align = 1
30 a4d1aa7c 2022-07-22 op
31 36d731eb 2022-07-22 mazzurco. [node name="clientz" type="Button" parent="VBoxContainer"]
32 36d731eb 2022-07-22 mazzurco. margin_top = 134.0
33 84bacbd8 2022-07-22 op margin_right = 124.0
34 36d731eb 2022-07-22 mazzurco. margin_bottom = 154.0
35 a4d1aa7c 2022-07-22 op text = "connect to server"
36 a4d1aa7c 2022-07-22 op
37 84bacbd8 2022-07-22 op [node name="label francesco" type="Label" parent="VBoxContainer"]
38 36d731eb 2022-07-22 mazzurco. margin_top = 204.0
39 84bacbd8 2022-07-22 op margin_right = 124.0
40 84bacbd8 2022-07-22 op margin_bottom = 218.0
41 a4d1aa7c 2022-07-22 op text = "IP ADDRESS:"
42 84bacbd8 2022-07-22 op align = 1
43 a4d1aa7c 2022-07-22 op
44 84bacbd8 2022-07-22 op [node name="ipaddr" type="LineEdit" parent="VBoxContainer"]
45 84bacbd8 2022-07-22 op margin_top = 268.0
46 84bacbd8 2022-07-22 op margin_right = 124.0
47 84bacbd8 2022-07-22 op margin_bottom = 292.0
48 e2898e69 2022-07-22 op text = "127.0.0.1"
49 36d731eb 2022-07-22 mazzurco. caret_blink = true
50 36d731eb 2022-07-22 mazzurco. caret_blink_speed = 0.5
51 36d731eb 2022-07-22 mazzurco.
52 36d731eb 2022-07-22 mazzurco. [connection signal="button_down" from="VBoxContainer/serverz" to="." method="_on_serverz_click"]
53 36d731eb 2022-07-22 mazzurco. [connection signal="button_down" from="VBoxContainer/clientz" to="." method="_on_clientz_click"]