menuo.tscn 16,7 КБ
Newer Older
Artem Go's avatar
Artem Go включено в состав коммита
1
[gd_scene load_steps=37 format=2]
Max Bondarev's avatar
Max Bondarev включено в состав коммита
2

3
[ext_resource path="res://blokoj/taskoj/scenoj/Taskoj.tscn" type="PackedScene" id=1]
Max Bondarev's avatar
Max Bondarev включено в состав коммита
4
5
6
7
[ext_resource path="res://kerno/menuo/menuo.gd" type="Script" id=2]
[ext_resource path="res://kerno/menuo/scenoj/profilo_butono.tscn" type="PackedScene" id=3]
[ext_resource path="res://kerno/menuo/resursoj/fonts/18957.otf" type="DynamicFontData" id=4]
[ext_resource path="res://blokoj/rcentro/scenoj/dialog.tscn" type="PackedScene" id=5]
Artem Go's avatar
Artem Go включено в состав коммита
8
[ext_resource path="res://blokoj/kosmo/scenoj/itinero.tscn" type="PackedScene" id=6]
Max Bondarev's avatar
Max Bondarev включено в состав коммита
9
10
[ext_resource path="res://kerno/menuo/scenoj/taskoj_butono.tscn" type="PackedScene" id=7]
[ext_resource path="res://kerno/menuo/scenoj/rcentro_butono.tscn" type="PackedScene" id=8]
Artem Go's avatar
Artem Go включено в состав коммита
11
12
[ext_resource path="res://kerno/menuo/resursoj/icons/tab4_2.png" type="Texture" id=9]
[ext_resource path="res://kerno/menuo/resursoj/icons/tab2_3.png" type="Texture" id=10]
magcourier's avatar
magcourier включено в состав коммита
13
[ext_resource path="res://blokoj/objektoj/scenoj/objekto.tscn" type="PackedScene" id=11]
Artem Go's avatar
Artem Go включено в состав коммита
14
15
16
17
[ext_resource path="res://kerno/menuo/resursoj/icons/tab3_1.png" type="Texture" id=12]
[ext_resource path="res://kerno/menuo/resursoj/icons/tab1_1.png" type="Texture" id=13]
[ext_resource path="res://kerno/menuo/resursoj/icons/tab2_1.png" type="Texture" id=14]
[ext_resource path="res://kerno/menuo/resursoj/icons/icon1.png" type="Texture" id=15]
Artem Go's avatar
Artem Go включено в состав коммита
18
[ext_resource path="res://kerno/menuo/resursoj/fonts/Buttons_stylel.tres" type="StyleBox" id=16]
magcourier's avatar
magcourier включено в состав коммита
19
[ext_resource path="res://kerno/menuo/scenoj/objecto_butono.tscn" type="PackedScene" id=17]
Artem Go's avatar
Artem Go включено в состав коммита
20
21
22
23
24
25
[ext_resource path="res://kerno/menuo/resursoj/icons/icon2.png" type="Texture" id=18]
[ext_resource path="res://kerno/menuo/resursoj/icons/icon4.png" type="Texture" id=19]
[ext_resource path="res://kerno/menuo/resursoj/icons/icon3.png" type="Texture" id=20]
[ext_resource path="res://kerno/menuo/resursoj/icons/tab1_3.png" type="Texture" id=21]
[ext_resource path="res://kerno/menuo/resursoj/icons/tab3_3.png" type="Texture" id=22]
[ext_resource path="res://kerno/menuo/resursoj/icons/logo2.png" type="Texture" id=23]
Artem Go's avatar
Artem Go включено в состав коммита
26
27
28
29
[ext_resource path="res://kerno/menuo/scenoj/ad.tscn" type="PackedScene" id=24]
[ext_resource path="res://kerno/menuo/resursoj/icons/icon7.png" type="Texture" id=25]
[ext_resource path="res://kerno/menuo/resursoj/icons/icon6.png" type="Texture" id=26]
[ext_resource path="res://kerno/menuo/resursoj/icons/icon5.png" type="Texture" id=27]
magcourier's avatar
magcourier включено в состав коммита
30
[ext_resource path="res://kerno/menuo/resursoj/icons/tab5.png" type="Texture" id=28]
Artem Go's avatar
Artem Go включено в состав коммита
31
32
33
34
35
36
37
[ext_resource path="res://kerno/menuo/resursoj/icons/lefticon7.png" type="Texture" id=29]
[ext_resource path="res://kerno/menuo/resursoj/icons/lefticon4.png" type="Texture" id=30]
[ext_resource path="res://kerno/menuo/resursoj/icons/lefticon3.png" type="Texture" id=31]
[ext_resource path="res://kerno/menuo/resursoj/icons/lefticon2.png" type="Texture" id=32]
[ext_resource path="res://kerno/menuo/resursoj/icons/lefticon5.png" type="Texture" id=33]
[ext_resource path="res://kerno/menuo/resursoj/icons/lefticon11.png" type="Texture" id=34]
[ext_resource path="res://kerno/menuo/scenoj/interago.tscn" type="PackedScene" id=35]
Max Bondarev's avatar
Max Bondarev включено в состав коммита
38
39
40
41
42

[sub_resource type="DynamicFont" id=1]
font_data = ExtResource( 4 )

[node name="Menuo" type="Control"]
Artem Go's avatar
Artem Go включено в состав коммита
43
44
anchor_right = 1.0
anchor_bottom = 1.0
Max Bondarev's avatar
Max Bondarev включено в состав коммита
45
margin_top = 76.0
Artem Go's avatar
Artem Go включено в состав коммита
46
47
margin_right = -1024.0
margin_bottom = -524.0
Max Bondarev's avatar
Max Bondarev включено в состав коммита
48
49
50
51
52
53
54
55
56
57
58
59
script = ExtResource( 2 )
__meta__ = {
"_edit_ik_": true,
"_edit_use_anchors_": false
}

[node name="CanvasLayer" type="CanvasLayer" parent="."]
follow_viewport_scale = 0.001

[node name="Label" type="Label" parent="CanvasLayer"]
anchor_top = 1.0
anchor_bottom = 1.0
Artem Go's avatar
Artem Go включено в состав коммита
60
61
62
63
margin_left = 66.0
margin_top = -19.0
margin_right = 221.0
margin_bottom = -4.0
Max Bondarev's avatar
Max Bondarev включено в состав коммита
64
custom_fonts/font = SubResource( 1 )
magcourier's avatar
magcourier включено в состав коммита
65
text = "   Universo version 0.6.0 alfo"
Max Bondarev's avatar
Max Bondarev включено в состав коммита
66
67
68
69
__meta__ = {
"_edit_use_anchors_": true
}

Artem Go's avatar
Artem Go включено в состав коммита
70
71
72
73
74
75
76
77
78
79
[node name="UI" type="Control" parent="CanvasLayer"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -1024.0
margin_bottom = -600.0
__meta__ = {
"_edit_use_anchors_": false
}

[node name="Lbar" type="ColorRect" parent="CanvasLayer/UI"]
Artem Go's avatar
Artem Go включено в состав коммита
80
81
82
83
84
anchor_bottom = 1.0
margin_top = 64.0
margin_right = 48.0
margin_bottom = 600.0
color = Color( 0.388235, 0.568627, 0.929412, 0.862745 )
Max Bondarev's avatar
Max Bondarev включено в состав коммита
85
__meta__ = {
Artem Go's avatar
Artem Go включено в состав коммита
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
"_edit_use_anchors_": true
}

[node name="Lbar2" type="ColorRect" parent="CanvasLayer/UI"]
margin_top = 51.0
margin_right = 35.0
margin_bottom = 64.0
color = Color( 0.388235, 0.568627, 0.929412, 0.862745 )
__meta__ = {
"_edit_use_anchors_": true
}

[node name="Lbar3" type="ColorRect" parent="CanvasLayer/UI"]
margin_left = 35.0
margin_top = 51.0
margin_right = 53.4
margin_bottom = 61.0
rect_rotation = 45.0
color = Color( 0.388235, 0.568627, 0.929412, 0.862745 )
__meta__ = {
"_edit_use_anchors_": true
Max Bondarev's avatar
Max Bondarev включено в состав коммита
107
108
}

Artem Go's avatar
Artem Go включено в состав коммита
109
110
111
112
113
114
[node name="romb" type="ColorRect" parent="CanvasLayer/UI"]
margin_left = 36.0
margin_top = 49.0
margin_right = 55.0
margin_bottom = 68.0
rect_rotation = -45.0
Artem Go's avatar
Artem Go включено в состав коммита
115
color = Color( 0.388235, 0.568627, 0.929412, 0.862745 )
Max Bondarev's avatar
Max Bondarev включено в состав коммита
116
__meta__ = {
Artem Go's avatar
Artem Go включено в состав коммита
117
"_edit_use_anchors_": true
Max Bondarev's avatar
Max Bondarev включено в состав коммита
118
119
}

Artem Go's avatar
Artem Go включено в состав коммита
120
121
122
123
124
125
[node name="real" type="Button" parent="CanvasLayer/UI"]
margin_left = 45.0
margin_top = -3.0
margin_right = 264.0
margin_bottom = 51.0
rect_min_size = Vector2( 0, 48 )
126
focus_mode = 0
Artem Go's avatar
Artem Go включено в состав коммита
127
mouse_default_cursor_shape = 2
Artem Go's avatar
Artem Go включено в состав коммита
128
custom_styles/focus = ExtResource( 16 )
129
enabled_focus_mode = 0
Artem Go's avatar
Artem Go включено в состав коммита
130
icon = ExtResource( 13 )
Artem Go's avatar
Artem Go включено в состав коммита
131
flat = true
Artem Go's avatar
Artem Go включено в состав коммита
132
133
134
__meta__ = {
"_edit_use_anchors_": true
}
magcourier's avatar
magcourier включено в состав коммита
135

Artem Go's avatar
Artem Go включено в состав коммита
136
137
138
139
140
141
142
143
144
145
146
147
148
[node name="realLabel" type="Label" parent="CanvasLayer/UI/real"]
anchor_right = 0.858
anchor_bottom = 1.0
margin_left = 51.0
margin_top = 38.0
margin_right = 120.098
margin_bottom = 1.0
rect_scale = Vector2( 0.493126, 0.608793 )
text = "Многоукладный нестабильный"
valign = 2
__meta__ = {
"_edit_use_anchors_": true
}
magcourier's avatar
magcourier включено в состав коммита
149

Artem Go's avatar
Artem Go включено в состав коммита
150
151
[node name="Label" type="Label" parent="CanvasLayer/UI/real"]
margin_left = 67.0
magcourier's avatar
magcourier включено в состав коммита
152
margin_top = 15.0
Artem Go's avatar
Artem Go включено в состав коммита
153
margin_right = 158.0
magcourier's avatar
magcourier включено в состав коммита
154
margin_bottom = 32.0
Artem Go's avatar
Artem Go включено в состав коммита
155
156
157
158
text = "РЕАЛЬНЫЙ"
__meta__ = {
"_edit_use_anchors_": true
}
magcourier's avatar
magcourier включено в состав коммита
159

Artem Go's avatar
Artem Go включено в состав коммита
160
161
162
163
164
165
166
167
168
169
170
[node name="real_com_rect" type="TextureRect" parent="CanvasLayer/UI/real"]
visible = false
anchor_left = 0.027
anchor_right = 0.977
anchor_bottom = 0.955
margin_left = 0.0869999
margin_top = 37.0
margin_right = 7.03699
margin_bottom = 0.429996
rect_scale = Vector2( 0.967, 0.97 )
texture = ExtResource( 21 )
Artem Go's avatar
Artem Go включено в состав коммита
171
172
173
174
__meta__ = {
"_edit_use_anchors_": false
}

Artem Go's avatar
Artem Go включено в состав коммита
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
[node name="real_cap_rect" type="TextureRect" parent="CanvasLayer/UI/real"]
visible = false
anchor_left = 0.027
anchor_right = 0.977
anchor_bottom = 0.955
margin_left = 0.0869999
margin_top = 37.0
margin_right = 7.03699
margin_bottom = 0.429996
rect_scale = Vector2( 0.967, 0.97 )
texture = ExtResource( 22 )
__meta__ = {
"_edit_use_anchors_": true
}

[node name="com" type="Button" parent="CanvasLayer/UI"]
margin_left = 241.44
margin_top = -3.44012
margin_right = 460.44
margin_bottom = 50.5599
Artem Go's avatar
Artem Go включено в состав коммита
195
196
rect_min_size = Vector2( 0, 48 )
focus_mode = 0
Artem Go's avatar
Artem Go включено в состав коммита
197
mouse_default_cursor_shape = 2
Artem Go's avatar
Artem Go включено в состав коммита
198
199
custom_styles/focus = ExtResource( 16 )
enabled_focus_mode = 0
Artem Go's avatar
Artem Go включено в состав коммита
200
201
icon = ExtResource( 14 )
flat = true
Artem Go's avatar
Artem Go включено в состав коммита
202
__meta__ = {
Artem Go's avatar
Artem Go включено в состав коммита
203
"_edit_use_anchors_": true
Artem Go's avatar
Artem Go включено в состав коммита
204
205
}

Artem Go's avatar
Artem Go включено в состав коммита
206
[node name="comLabel" type="Label" parent="CanvasLayer/UI/com"]
Artem Go's avatar
Artem Go включено в состав коммита
207
visible = false
Artem Go's avatar
Artem Go включено в состав коммита
208
209
anchor_right = 1.0
anchor_bottom = 1.0
Artem Go's avatar
Artem Go включено в состав коммита
210
211
212
213
214
215
216
margin_left = 52.0
margin_top = 38.0
margin_right = 90.0
margin_bottom = 1.0
rect_scale = Vector2( 0.480002, 0.56 )
size_flags_stretch_ratio = 0.0
text = "Начальный коммунистический"
Artem Go's avatar
Artem Go включено в состав коммита
217
218
219
220
__meta__ = {
"_edit_use_anchors_": false
}

Artem Go's avatar
Artem Go включено в состав коммита
221
[node name="Label" type="Label" parent="CanvasLayer/UI/com"]
magcourier's avatar
magcourier включено в состав коммита
222
223
224
225
margin_left = 68.436
margin_top = 15.0
margin_right = 160.436
margin_bottom = 32.0
Artem Go's avatar
Artem Go включено в состав коммита
226
text = "КОНКОРДО"
Artem Go's avatar
Artem Go включено в состав коммита
227
__meta__ = {
magcourier's avatar
magcourier включено в состав коммита
228
"_edit_use_anchors_": true
Artem Go's avatar
Artem Go включено в состав коммита
229
230
}

Artem Go's avatar
Artem Go включено в состав коммита
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
[node name="com_cap_rect" type="TextureRect" parent="CanvasLayer/UI/com"]
visible = false
anchor_left = 0.025
anchor_right = 0.975
anchor_bottom = 0.955
margin_left = 0.0850129
margin_top = 37.4401
margin_right = 7.03499
margin_bottom = 0.870117
rect_scale = Vector2( 0.967, 0.97 )
texture = ExtResource( 22 )
__meta__ = {
"_edit_use_anchors_": true
}

[node name="com_real_rect" type="TextureRect" parent="CanvasLayer/UI/com"]
anchor_left = 0.025
anchor_right = 0.975
anchor_bottom = 0.955
margin_left = 0.0850129
margin_top = 37.4401
margin_right = 7.03499
margin_bottom = 0.870117
rect_scale = Vector2( 0.967, 0.97 )
texture = ExtResource( 10 )
__meta__ = {
"_edit_use_anchors_": true
}

[node name="cap" type="Button" parent="CanvasLayer/UI"]
margin_left = 437.0
margin_top = -3.0
margin_right = 656.0
margin_bottom = 51.0
Artem Go's avatar
Artem Go включено в состав коммита
265
266
rect_min_size = Vector2( 0, 48 )
focus_mode = 0
Artem Go's avatar
Artem Go включено в состав коммита
267
mouse_default_cursor_shape = 2
Artem Go's avatar
Artem Go включено в состав коммита
268
269
custom_styles/focus = ExtResource( 16 )
enabled_focus_mode = 0
Artem Go's avatar
Artem Go включено в состав коммита
270
271
icon = ExtResource( 12 )
flat = true
Artem Go's avatar
Artem Go включено в состав коммита
272
__meta__ = {
Artem Go's avatar
Artem Go включено в состав коммита
273
"_edit_use_anchors_": true
Artem Go's avatar
Artem Go включено в состав коммита
274
275
}

Artem Go's avatar
Artem Go включено в состав коммита
276
277
[node name="capLabel" type="Label" parent="CanvasLayer/UI/cap"]
visible = false
Artem Go's avatar
Artem Go включено в состав коммита
278
anchor_right = 1.0
Artem Go's avatar
Artem Go включено в состав коммита
279
280
281
282
283
284
285
anchor_bottom = 0.949
margin_left = 48.0
margin_top = 38.0
margin_right = 91.0
margin_bottom = 3.75401
rect_scale = Vector2( 0.48, 0.52 )
text = "Умеренный капиталистический"
Artem Go's avatar
Artem Go включено в состав коммита
286
287
288
289
__meta__ = {
"_edit_use_anchors_": false
}

Artem Go's avatar
Artem Go включено в состав коммита
290
[node name="Label" type="Label" parent="CanvasLayer/UI/cap"]
magcourier's avatar
magcourier включено в состав коммита
291
292
293
294
margin_left = 75.0
margin_top = 15.0
margin_right = 156.0
margin_bottom = 32.0
Artem Go's avatar
Artem Go включено в состав коммита
295
text = "ТРИУМФО"
Artem Go's avatar
Artem Go включено в состав коммита
296
__meta__ = {
magcourier's avatar
magcourier включено в состав коммита
297
"_edit_use_anchors_": true
Artem Go's avatar
Artem Go включено в состав коммита
298
299
}

Artem Go's avatar
Artem Go включено в состав коммита
300
301
302
303
304
305
306
307
308
309
[node name="cap_real_rect" type="TextureRect" parent="CanvasLayer/UI/cap"]
anchor_left = 0.029
anchor_right = 0.979
anchor_bottom = 0.955
margin_left = 0.0502906
margin_top = 37.0
margin_right = 7.00027
margin_bottom = 0.43
rect_scale = Vector2( 0.967, 0.97 )
texture = ExtResource( 10 )
Artem Go's avatar
Artem Go включено в состав коммита
310
__meta__ = {
Artem Go's avatar
Artem Go включено в состав коммита
311
"_edit_use_anchors_": true
Artem Go's avatar
Artem Go включено в состав коммита
312
313
}

Artem Go's avatar
Artem Go включено в состав коммита
314
315
316
317
318
319
[node name="cap_com_rect" type="TextureRect" parent="CanvasLayer/UI/cap"]
visible = false
anchor_left = 0.027
anchor_right = 0.977
anchor_bottom = 0.955
margin_left = 0.0870609
Artem Go's avatar
Artem Go включено в состав коммита
320
margin_top = 37.0
Artem Go's avatar
Artem Go включено в состав коммита
321
322
323
324
margin_right = 7.03705
margin_bottom = 0.429996
rect_scale = Vector2( 0.967, 0.97 )
texture = ExtResource( 21 )
Artem Go's avatar
Artem Go включено в состав коммита
325
__meta__ = {
Artem Go's avatar
Artem Go включено в состав коммита
326
"_edit_use_anchors_": true
Artem Go's avatar
Artem Go включено в состав коммита
327
328
}

Artem Go's avatar
Artem Go включено в состав коммита
329
330
331
332
333
334
[node name="mezo_regions" type="Button" parent="CanvasLayer/UI"]
margin_left = 633.0
margin_top = -3.0
margin_right = 693.0
margin_bottom = 51.0
hint_tooltip = "Мезорегионы"
Artem Go's avatar
Artem Go включено в состав коммита
335
mouse_default_cursor_shape = 2
Artem Go's avatar
Artem Go включено в состав коммита
336
337
icon = ExtResource( 9 )
flat = true
Artem Go's avatar
Artem Go включено в состав коммита
338
__meta__ = {
Artem Go's avatar
Artem Go включено в состав коммита
339
"_edit_use_anchors_": true
Artem Go's avatar
Artem Go включено в состав коммита
340
341
}

Artem Go's avatar
Artem Go включено в состав коммита
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
[node name="quick_actions" type="Button" parent="CanvasLayer/UI"]
anchor_left = 1.0
anchor_right = 1.0
margin_left = 774.92
margin_top = -2.87686
margin_right = 834.92
margin_bottom = 51.1231
hint_tooltip = "Быстрые действия"
mouse_default_cursor_shape = 2
icon = ExtResource( 25 )
flat = true
__meta__ = {
"_edit_use_anchors_": true,
"_editor_description_": ""
}

[node name="notifications" type="Button" parent="CanvasLayer/UI"]
anchor_left = 1.0
anchor_right = 1.0
margin_left = 723.92
margin_top = -2.87686
margin_right = 783.92
margin_bottom = 51.1231
hint_tooltip = "Уведомления"
mouse_default_cursor_shape = 2
icon = ExtResource( 26 )
flat = true
__meta__ = {
"_edit_use_anchors_": true,
"_editor_description_": ""
}

[node name="search" type="Button" parent="CanvasLayer/UI"]
anchor_left = 1.0
anchor_right = 1.0
margin_left = 672.92
margin_top = -2.87686
margin_right = 732.92
margin_bottom = 51.1231
hint_tooltip = "Поиск"
mouse_default_cursor_shape = 2
icon = ExtResource( 27 )
flat = true
__meta__ = {
"_edit_use_anchors_": true,
"_editor_description_": ""
}

[node name="user" type="Button" parent="CanvasLayer/UI"]
anchor_left = 1.0
anchor_right = 1.0
margin_left = 825.812
margin_top = -3.17015
margin_right = 1029.81
margin_bottom = 51.8298
magcourier's avatar
magcourier включено в состав коммита
397
hint_tooltip = "Вкладка пользователя"
Artem Go's avatar
Artem Go включено в состав коммита
398
399
400
401
402
403
404
mouse_default_cursor_shape = 2
icon = ExtResource( 28 )
flat = true
__meta__ = {
"_edit_use_anchors_": true
}

Artem Go's avatar
Artem Go включено в состав коммита
405
406
407
408
409
410
[node name="news" type="Button" parent="CanvasLayer/UI"]
margin_left = 702.61
margin_top = -3.46329
margin_right = 762.61
margin_bottom = 50.5367
hint_tooltip = "Новости"
Artem Go's avatar
Artem Go включено в состав коммита
411
mouse_default_cursor_shape = 2
Artem Go's avatar
Artem Go включено в состав коммита
412
413
icon = ExtResource( 15 )
flat = true
Artem Go's avatar
Artem Go включено в состав коммита
414
__meta__ = {
Artem Go's avatar
Artem Go включено в состав коммита
415
416
417
418
419
420
421
422
423
"_edit_use_anchors_": true
}

[node name="communities" type="Button" parent="CanvasLayer/UI"]
margin_left = 754.0
margin_top = -3.0
margin_right = 814.0
margin_bottom = 51.0
hint_tooltip = "Сообщества"
Artem Go's avatar
Artem Go включено в состав коммита
424
mouse_default_cursor_shape = 2
Artem Go's avatar
Artem Go включено в состав коммита
425
426
427
428
429
430
431
432
433
434
435
436
icon = ExtResource( 18 )
flat = true
__meta__ = {
"_edit_use_anchors_": true
}

[node name="academy" type="Button" parent="CanvasLayer/UI"]
margin_left = 805.0
margin_top = -3.0
margin_right = 865.0
margin_bottom = 51.0
hint_tooltip = "Академия"
Artem Go's avatar
Artem Go включено в состав коммита
437
mouse_default_cursor_shape = 2
Artem Go's avatar
Artem Go включено в состав коммита
438
439
440
441
442
443
444
445
446
447
448
449
icon = ExtResource( 20 )
flat = true
__meta__ = {
"_edit_use_anchors_": true
}

[node name="encyclopedia" type="Button" parent="CanvasLayer/UI"]
margin_left = 856.0
margin_top = -3.0
margin_right = 916.0
margin_bottom = 51.0
hint_tooltip = "Энциклопедия"
Artem Go's avatar
Artem Go включено в состав коммита
450
mouse_default_cursor_shape = 2
Artem Go's avatar
Artem Go включено в состав коммита
451
452
453
454
455
456
457
458
459
460
461
462
463
464
icon = ExtResource( 19 )
flat = true
__meta__ = {
"_edit_use_anchors_": true
}

[node name="Profilo" parent="CanvasLayer/UI" instance=ExtResource( 3 )]
margin_left = -6.0
margin_top = -3.0
margin_right = 54.0
margin_bottom = 51.0
rect_min_size = Vector2( 48, 48 )
hint_tooltip = "Профиль"
focus_mode = 0
Artem Go's avatar
Artem Go включено в состав коммита
465
mouse_default_cursor_shape = 2
Artem Go's avatar
Artem Go включено в состав коммита
466
467
468
469
enabled_focus_mode = 0
icon = ExtResource( 23 )
flat = true

Artem Go's avatar
Artem Go включено в состав коммита
470
[node name="ad" parent="CanvasLayer/UI" instance=ExtResource( 17 )]
magcourier's avatar
magcourier включено в состав коммита
471
472
473
474
margin_left = -6.0
margin_top = 48.0
margin_right = 54.0
margin_bottom = 102.0
Artem Go's avatar
Artem Go включено в состав коммита
475
476
477
478
479
rect_min_size = Vector2( 48, 48 )
hint_tooltip = "Рекламные предложения"
focus_mode = 0
mouse_default_cursor_shape = 2
enabled_focus_mode = 0
Artem Go's avatar
Artem Go включено в состав коммита
480
icon = ExtResource( 29 )
Artem Go's avatar
Artem Go включено в состав коммита
481
482
483
484
485
486
flat = true

[node name="ad_control" parent="CanvasLayer/UI/ad" instance=ExtResource( 24 )]
visible = false

[node name="Taskoj" parent="CanvasLayer/UI" instance=ExtResource( 7 )]
Artem Go's avatar
Artem Go включено в состав коммита
487
488
489
490
margin_left = -5.85773
margin_top = 251.699
margin_right = 54.1423
margin_bottom = 305.699
Artem Go's avatar
Artem Go включено в состав коммита
491
492
493
grow_horizontal = 2
grow_vertical = 2
rect_min_size = Vector2( 48, 48 )
magcourier's avatar
magcourier включено в состав коммита
494
hint_tooltip = "Задачи"
Artem Go's avatar
Artem Go включено в состав коммита
495
focus_mode = 0
Artem Go's avatar
Artem Go включено в состав коммита
496
mouse_default_cursor_shape = 2
Artem Go's avatar
Artem Go включено в состав коммита
497
enabled_focus_mode = 0
Artem Go's avatar
Artem Go включено в состав коммита
498
icon = ExtResource( 33 )
Artem Go's avatar
Artem Go включено в состав коммита
499
500
501
502
503
504
flat = true
expand_icon = false

[node name="Window" parent="CanvasLayer/UI/Taskoj" instance=ExtResource( 1 )]

[node name="RCentro" parent="CanvasLayer/UI" instance=ExtResource( 8 )]
Artem Go's avatar
Artem Go включено в состав коммита
505
506
507
508
margin_left = -5.63028
margin_top = 201.22
margin_right = 54.3697
margin_bottom = 255.22
Artem Go's avatar
Artem Go включено в состав коммита
509
510
511
rect_min_size = Vector2( 48, 48 )
hint_tooltip = "Ресурсный центр"
focus_mode = 0
Artem Go's avatar
Artem Go включено в состав коммита
512
mouse_default_cursor_shape = 2
Artem Go's avatar
Artem Go включено в состав коммита
513
enabled_focus_mode = 0
Artem Go's avatar
Artem Go включено в состав коммита
514
icon = ExtResource( 30 )
Artem Go's avatar
Artem Go включено в состав коммита
515
516
517
518
519
flat = true

[node name="Window" parent="CanvasLayer/UI/RCentro" instance=ExtResource( 5 )]

[node name="Objektoj" parent="CanvasLayer/UI" instance=ExtResource( 17 )]
Artem Go's avatar
Artem Go включено в состав коммита
520
521
522
523
margin_left = -5.5298
margin_top = 98.8211
margin_right = 54.4702
margin_bottom = 152.821
Artem Go's avatar
Artem Go включено в состав коммита
524
525
526
rect_min_size = Vector2( 48, 48 )
hint_tooltip = "Объекты"
focus_mode = 0
Artem Go's avatar
Artem Go включено в состав коммита
527
mouse_default_cursor_shape = 2
Artem Go's avatar
Artem Go включено в состав коммита
528
enabled_focus_mode = 0
Artem Go's avatar
Artem Go включено в состав коммита
529
icon = ExtResource( 32 )
Artem Go's avatar
Artem Go включено в состав коммита
530
531
532
533
534
flat = true

[node name="Window" parent="CanvasLayer/UI/Objektoj" instance=ExtResource( 11 )]

[node name="b_itinero" type="Button" parent="CanvasLayer/UI"]
Artem Go's avatar
Artem Go включено в состав коммита
535
536
537
538
margin_left = -6.21405
margin_top = 150.131
margin_right = 53.7859
margin_bottom = 204.131
Artem Go's avatar
Artem Go включено в состав коммита
539
hint_tooltip = "Навигационный центр"
Artem Go's avatar
Artem Go включено в состав коммита
540
mouse_default_cursor_shape = 2
Artem Go's avatar
Artem Go включено в состав коммита
541
icon = ExtResource( 31 )
Artem Go's avatar
Artem Go включено в состав коммита
542
543
544
flat = true
__meta__ = {
"_edit_use_anchors_": true
Artem Go's avatar
Artem Go включено в состав коммита
545
546
}

Artem Go's avatar
Artem Go включено в состав коммита
547
548
[node name="itinero" parent="CanvasLayer/UI/b_itinero" instance=ExtResource( 6 )]

Artem Go's avatar
Artem Go включено в состав коммита
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
[node name="interago" type="Button" parent="CanvasLayer/UI"]
margin_left = -6.38464
margin_top = 302.756
margin_right = 53.6154
margin_bottom = 356.756
hint_tooltip = "Центр взаимодействия"
mouse_default_cursor_shape = 2
icon = ExtResource( 34 )
flat = true
__meta__ = {
"_edit_use_anchors_": true
}

[node name="interago" parent="CanvasLayer/UI/interago" instance=ExtResource( 35 )]
anchor_left = 17.176
anchor_top = -5.634
anchor_right = 17.176
anchor_bottom = -5.634
margin_left = -1994.56
margin_top = 304.236
margin_right = -1994.56
margin_bottom = 304.236

magcourier's avatar
magcourier включено в состав коммита
572
[node name="request" type="HTTPRequest" parent="."]
Artem Go's avatar
Artem Go включено в состав коммита
573
574
575
576
[connection signal="pressed" from="CanvasLayer/UI/real" to="." method="_on_real_pressed"]
[connection signal="pressed" from="CanvasLayer/UI/com" to="." method="_on_com_pressed"]
[connection signal="pressed" from="CanvasLayer/UI/cap" to="." method="_on_cap_pressed"]
[connection signal="pressed" from="CanvasLayer/UI/Profilo" to="." method="_on_Profilo_pressed"]
Artem Go's avatar
Artem Go включено в состав коммита
577
[connection signal="pressed" from="CanvasLayer/UI/ad" to="." method="_on_ad_pressed"]
Artem Go's avatar
Artem Go включено в состав коммита
578
[connection signal="pressed" from="CanvasLayer/UI/Taskoj" to="." method="_on_Taskoj_pressed"]
579
[connection signal="draw" from="CanvasLayer/UI/Taskoj/Window" to="CanvasLayer/UI/Taskoj/Window" method="_on_Window_draw"]
Artem Go's avatar
Artem Go включено в состав коммита
580
581
582
583
584
[connection signal="pressed" from="CanvasLayer/UI/RCentro" to="." method="_on_Resurso_Center_pressed"]
[connection signal="about_to_show" from="CanvasLayer/UI/RCentro/Window" to="CanvasLayer/UI/RCentro/Window" method="_on_Window_about_to_show"]
[connection signal="pressed" from="CanvasLayer/UI/Objektoj" to="." method="_on_Objektoj_pressed"]
[connection signal="pressed" from="CanvasLayer/UI/b_itinero" to="." method="_on_b_itinero_pressed"]
[connection signal="pressed" from="CanvasLayer/UI/b_itinero" to="." method="_on_Itinero_pressed"]
Artem Go's avatar
Artem Go включено в состав коммита
585
[connection signal="pressed" from="CanvasLayer/UI/interago" to="." method="_on_interago_pressed"]