menuo.tscn 3,4 КБ
Newer Older
Max Bondarev's avatar
Max Bondarev включено в состав коммита
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[gd_scene load_steps=11 format=2]

[ext_resource path="res://blokoj/taskoj/scenoj/taskoj_menuo.tscn" type="PackedScene" id=1]
[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]
[ext_resource path="res://kerno/menuo/scenoj/servilo_butono.tscn" type="PackedScene" id=6]
[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]

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

[sub_resource type="ShaderMaterial" id=2]

[node name="Menuo" type="Control"]
margin_top = 76.0
margin_bottom = 76.0
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_right = 1.0
anchor_bottom = 1.0
margin_left = 6.70753
margin_top = -24.601
margin_right = 143.708
margin_bottom = -10.601
custom_fonts/font = SubResource( 1 )
text = "   Universo version 0.4"
__meta__ = {
"_edit_use_anchors_": true
}

[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer"]
material = SubResource( 2 )
margin_left = 5.0
margin_top = 5.0
margin_right = 57.0
margin_bottom = 205.0
alignment = 1
__meta__ = {
"_edit_use_anchors_": false
}

[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/HBoxContainer"]
margin_right = 52.0
margin_bottom = 200.0
rect_pivot_offset = Vector2( 222.936, 97.0559 )
alignment = 1
__meta__ = {
"_edit_use_anchors_": false
}

[node name="Profilo" parent="CanvasLayer/HBoxContainer/VBoxContainer" instance=ExtResource( 3 )]
margin_bottom = 50.0
hint_tooltip = "Профиль"

[node name="Taskoj" parent="CanvasLayer/HBoxContainer/VBoxContainer" instance=ExtResource( 7 )]
margin_top = 54.0
margin_bottom = 100.0

[node name="Window" parent="CanvasLayer/HBoxContainer/VBoxContainer/Taskoj" instance=ExtResource( 1 )]
visible = false

[node name="RCentro" parent="CanvasLayer/HBoxContainer/VBoxContainer" instance=ExtResource( 8 )]
margin_left = 0.0
margin_top = 104.0
margin_bottom = 150.0
hint_tooltip = "Ресурсный центр"
flat = false

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

[node name="Servilo" parent="CanvasLayer/HBoxContainer/VBoxContainer" instance=ExtResource( 6 )]
margin_top = 154.0
margin_bottom = 200.0
hint_tooltip = "Сервер"
[connection signal="pressed" from="CanvasLayer/HBoxContainer/VBoxContainer/Profilo" to="." method="_on_Profilo_pressed"]
[connection signal="pressed" from="CanvasLayer/HBoxContainer/VBoxContainer/Taskoj" to="." method="_on_Taskoj_pressed"]
[connection signal="pressed" from="CanvasLayer/HBoxContainer/VBoxContainer/RCentro" to="." method="_on_Resurso_Center_pressed"]
Max Bondarev's avatar
Max Bondarev включено в состав коммита
90
[connection signal="about_to_show" from="CanvasLayer/HBoxContainer/VBoxContainer/RCentro/Window" to="CanvasLayer/HBoxContainer/VBoxContainer/RCentro/Window" method="_on_Window_about_to_show"]
Max Bondarev's avatar
Max Bondarev включено в состав коммита
91
[connection signal="pressed" from="CanvasLayer/HBoxContainer/VBoxContainer/Servilo" to="." method="_on_Servilo_pressed"]