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

Artem Go's avatar
Artem Go включено в состав коммита
3
[ext_resource path="res://kerno/fenestroj/tipo_c1.tscn" type="PackedScene" id=1]
Artem Go's avatar
Artem Go включено в состав коммита
4
5
6
7
8
[ext_resource path="res://blokoj/eliro/eliro.gd" type="Script" id=2]

[node name="eliro" instance=ExtResource( 1 )]
script = ExtResource( 2 )

Artem Go's avatar
Artem Go включено в состав коммита
9
10
11
12
[node name="HBox_buttons" parent="tipo_c" index="1"]
anchor_left = 0.1
anchor_top = -9.53674e-09
anchor_bottom = -9.53674e-09
Artem Go's avatar
Artem Go включено в состав коммита
13

Artem Go's avatar
Artem Go включено в состав коммита
14
15
[node name="menuo_name" parent="tipo_c/HBox_buttons" index="0"]
margin_right = 157.0
Artem Go's avatar
Artem Go включено в состав коммита
16
17
text = "Выход"

Artem Go's avatar
Artem Go включено в состав коммита
18
19
20
21
22
23
24
25
26
27
28
[node name="Button_x" parent="tipo_c/HBox_buttons" index="1"]
margin_left = 161.0
margin_right = 180.0

[node name="Label" type="Label" parent="tipo_c" index="2"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 7.0
margin_top = 29.0
margin_right = -8.0
margin_bottom = -61.0
Artem Go's avatar
Artem Go включено в состав коммита
29
text = "Вы действительно
Artem Go's avatar
Artem Go включено в состав коммита
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
хотите выйти? "
align = 1
valign = 1

[node name="yes_button" type="Button" parent="tipo_c" index="3"]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -57.0
margin_top = -55.0
margin_right = -21.0
margin_bottom = -32.0
text = "Да"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="no_button" type="Button" parent="tipo_c" index="4"]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = 18.0223
margin_top = -55.1198
margin_right = 54.0223
margin_bottom = -32.1198
text = "Нет"
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="gui_input" from="tipo_c" to="." method="_drag"]
[connection signal="button_up" from="tipo_c/yes_button" to="." method="_on_yes_button_button_up"]
[connection signal="button_up" from="tipo_c/no_button" to="." method="_on_no_button_button_up"]