1
1
[gd_scene load_steps =17 format =2 ]
2
2
3
- [ext_resource path ="res://scr/Menu.gd " type ="Script " id =1 ]
4
- [ext_resource path ="res://fonts/Russo_One.ttf " type ="DynamicFontData " id =2 ]
5
- [ext_resource path ="res://menu_buttons.tres " type ="StyleBox " id =3 ]
6
- [ext_resource path ="res://scr/Lobby.gd " type ="Script " id =4 ]
7
- [ext_resource path ="res://fonts/NixieOne.ttf " type ="DynamicFontData " id =5 ]
8
- [ext_resource path ="res://icons/back.png " type ="Texture " id =6 ]
3
+ [ext_resource path ="res://fonts/NixieOne.ttf " type ="DynamicFontData " id =1 ]
4
+ [ext_resource path ="res://icons/back.png " type ="Texture " id =2 ]
5
+ [ext_resource path ="res://fonts/Russo_One.ttf " type ="DynamicFontData " id =3 ]
6
+ [ext_resource path ="res://res/menu_buttons.tres " type ="StyleBox " id =4 ]
7
+ [ext_resource path ="res://scr/Lobby.gd " type ="Script " id =5 ]
8
+ [ext_resource path ="res://scr/Menu.gd " type ="Script " id =6 ]
9
9
10
10
[sub_resource type ="Theme" id =13 ]
11
11
12
12
[sub_resource type ="DynamicFont" id =1 ]
13
13
size = 25
14
- font_data = ExtResource ( 2 )
14
+ font_data = ExtResource ( 3 )
15
15
16
16
[sub_resource type ="DynamicFont" id =5 ]
17
- font_data = ExtResource ( 5 )
17
+ font_data = ExtResource ( 1 )
18
18
19
19
[sub_resource type ="DynamicFont" id =6 ]
20
- font_data = ExtResource ( 5 )
20
+ font_data = ExtResource ( 1 )
21
21
22
22
[sub_resource type ="DynamicFont" id =2 ]
23
- font_data = ExtResource ( 5 )
23
+ font_data = ExtResource ( 1 )
24
24
25
25
[sub_resource type ="DynamicFont" id =3 ]
26
- font_data = ExtResource ( 5 )
26
+ font_data = ExtResource ( 1 )
27
27
28
28
[sub_resource type ="DynamicFont" id =4 ]
29
- font_data = ExtResource ( 5 )
29
+ font_data = ExtResource ( 1 )
30
30
31
31
[sub_resource type ="DynamicFont" id =16 ]
32
- font_data = ExtResource ( 5 )
32
+ font_data = ExtResource ( 1 )
33
33
34
34
[sub_resource type ="ButtonGroup" id =14 ]
35
35
resource_name = "RadioButtons"
36
36
37
37
[sub_resource type ="DynamicFont" id =15 ]
38
- font_data = ExtResource ( 5 )
38
+ font_data = ExtResource ( 1 )
39
39
40
40
[node name ="Control" type ="Control" ]
41
41
anchor_top = 0.5
42
42
anchor_bottom = 0.5
43
43
margin_top = -300.0
44
44
margin_right = 1024.0
45
45
margin_bottom = 300.0
46
- script = ExtResource ( 1 )
46
+ script = ExtResource ( 6 )
47
47
48
48
[node name ="ColorRect" type ="ColorRect" parent ="." ]
49
49
margin_top = -1.0
@@ -58,11 +58,11 @@ margin_bottom = 40.0
58
58
size_flags_horizontal = 2
59
59
size_flags_vertical = 2
60
60
theme = SubResource ( 13 )
61
- custom_styles/hover = ExtResource ( 3 )
62
- custom_styles/pressed = ExtResource ( 3 )
63
- custom_styles/focus = ExtResource ( 3 )
64
- custom_styles/disabled = ExtResource ( 3 )
65
- custom_styles/normal = ExtResource ( 3 )
61
+ custom_styles/hover = ExtResource ( 4 )
62
+ custom_styles/pressed = ExtResource ( 4 )
63
+ custom_styles/focus = ExtResource ( 4 )
64
+ custom_styles/disabled = ExtResource ( 4 )
65
+ custom_styles/normal = ExtResource ( 4 )
66
66
67
67
[node name ="BackToMenu" type ="TextureRect" parent ="ColorRect/BackPanel" ]
68
68
anchor_left = 0.5
@@ -76,12 +76,12 @@ margin_bottom = 121.0
76
76
grow_vertical = 2
77
77
rect_scale = Vector2 ( 0.3 , 0.3 )
78
78
hint_tooltip = "Back to Menu"
79
- texture = ExtResource ( 6 )
79
+ texture = ExtResource ( 2 )
80
80
81
81
[node name ="Menu" type ="Control" parent ="." ]
82
82
margin_right = 40.0
83
83
margin_bottom = 40.0
84
- script = ExtResource ( 4 )
84
+ script = ExtResource ( 5 )
85
85
86
86
[node name ="VBoxContainer" type ="VBoxContainer" parent ="Menu" ]
87
87
anchor_left = 0.5
@@ -97,47 +97,47 @@ margin_bottom = 355.0
97
97
margin_right = 400.0
98
98
margin_bottom = 29.0
99
99
custom_fonts/font = SubResource ( 1 )
100
- custom_styles/hover = ExtResource ( 3 )
101
- custom_styles/pressed = ExtResource ( 3 )
102
- custom_styles/focus = ExtResource ( 3 )
103
- custom_styles/disabled = ExtResource ( 3 )
104
- custom_styles/normal = ExtResource ( 3 )
100
+ custom_styles/hover = ExtResource ( 4 )
101
+ custom_styles/pressed = ExtResource ( 4 )
102
+ custom_styles/focus = ExtResource ( 4 )
103
+ custom_styles/disabled = ExtResource ( 4 )
104
+ custom_styles/normal = ExtResource ( 4 )
105
105
text = "Start local game"
106
106
107
107
[node name ="Host" type ="Button" parent ="Menu/VBoxContainer" ]
108
108
margin_top = 33.0
109
109
margin_right = 400.0
110
110
margin_bottom = 62.0
111
111
custom_fonts/font = SubResource ( 1 )
112
- custom_styles/hover = ExtResource ( 3 )
113
- custom_styles/pressed = ExtResource ( 3 )
114
- custom_styles/focus = ExtResource ( 3 )
115
- custom_styles/disabled = ExtResource ( 3 )
116
- custom_styles/normal = ExtResource ( 3 )
112
+ custom_styles/hover = ExtResource ( 4 )
113
+ custom_styles/pressed = ExtResource ( 4 )
114
+ custom_styles/focus = ExtResource ( 4 )
115
+ custom_styles/disabled = ExtResource ( 4 )
116
+ custom_styles/normal = ExtResource ( 4 )
117
117
text = "Host networked game"
118
118
119
119
[node name ="Join" type ="Button" parent ="Menu/VBoxContainer" ]
120
120
margin_top = 66.0
121
121
margin_right = 400.0
122
122
margin_bottom = 95.0
123
123
custom_fonts/font = SubResource ( 1 )
124
- custom_styles/hover = ExtResource ( 3 )
125
- custom_styles/pressed = ExtResource ( 3 )
126
- custom_styles/focus = ExtResource ( 3 )
127
- custom_styles/disabled = ExtResource ( 3 )
128
- custom_styles/normal = ExtResource ( 3 )
124
+ custom_styles/hover = ExtResource ( 4 )
125
+ custom_styles/pressed = ExtResource ( 4 )
126
+ custom_styles/focus = ExtResource ( 4 )
127
+ custom_styles/disabled = ExtResource ( 4 )
128
+ custom_styles/normal = ExtResource ( 4 )
129
129
text = "Join hosted game"
130
130
131
131
[node name ="Options" type ="Button" parent ="Menu/VBoxContainer" ]
132
132
margin_top = 99.0
133
133
margin_right = 400.0
134
134
margin_bottom = 128.0
135
135
custom_fonts/font = SubResource ( 1 )
136
- custom_styles/hover = ExtResource ( 3 )
137
- custom_styles/pressed = ExtResource ( 3 )
138
- custom_styles/focus = ExtResource ( 3 )
139
- custom_styles/disabled = ExtResource ( 3 )
140
- custom_styles/normal = ExtResource ( 3 )
136
+ custom_styles/hover = ExtResource ( 4 )
137
+ custom_styles/pressed = ExtResource ( 4 )
138
+ custom_styles/focus = ExtResource ( 4 )
139
+ custom_styles/disabled = ExtResource ( 4 )
140
+ custom_styles/normal = ExtResource ( 4 )
141
141
text = "Options"
142
142
143
143
[node name ="LobbyPanel" type ="Panel" parent ="Menu" ]
@@ -152,7 +152,7 @@ margin_right = 602.0
152
152
margin_bottom = 432.0
153
153
size_flags_horizontal = 2
154
154
size_flags_vertical = 2
155
- custom_styles/panel = ExtResource ( 3 )
155
+ custom_styles/panel = ExtResource ( 4 )
156
156
157
157
[node name ="AddressLabel" type ="Label" parent ="Menu/LobbyPanel" ]
158
158
margin_left = 10.0
@@ -183,10 +183,10 @@ margin_left = -40.0
183
183
margin_top = 18.0
184
184
margin_right = -9.0
185
185
margin_bottom = 38.0
186
- custom_styles/hover = ExtResource ( 3 )
187
- custom_styles/pressed = ExtResource ( 3 )
188
- custom_styles/focus = ExtResource ( 3 )
189
- custom_styles/normal = ExtResource ( 3 )
186
+ custom_styles/hover = ExtResource ( 4 )
187
+ custom_styles/pressed = ExtResource ( 4 )
188
+ custom_styles/focus = ExtResource ( 4 )
189
+ custom_styles/normal = ExtResource ( 4 )
190
190
text = "Ok"
191
191
192
192
[node name ="TextPanel" type ="Panel" parent ="Menu" ]
@@ -201,7 +201,7 @@ margin_right = 602.0
201
201
margin_bottom = 466.0
202
202
size_flags_horizontal = 2
203
203
size_flags_vertical = 2
204
- custom_styles/panel = ExtResource ( 3 )
204
+ custom_styles/panel = ExtResource ( 4 )
205
205
206
206
[node name ="StatusOk" type ="Label" parent ="Menu/TextPanel" ]
207
207
anchor_left = 0.5
@@ -266,7 +266,7 @@ margin_right = 250.0
266
266
margin_bottom = 225.0
267
267
size_flags_horizontal = 2
268
268
size_flags_vertical = 2
269
- custom_styles/panel = ExtResource ( 3 )
269
+ custom_styles/panel = ExtResource ( 4 )
270
270
271
271
[node name ="VariantsLabel" type ="Label" parent ="Options" ]
272
272
margin_left = 25.0
0 commit comments