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

magcourier's avatar
magcourier включено в состав коммита
3
4
5
[ext_resource path="res://blokoj/objektoj/skriptoj/http_objecto_request.gd" type="Script" id=1]
[ext_resource path="res://blokoj/objektoj/skriptoj/objekto_menou.gd" type="Script" id=2]
[ext_resource path="res://blokoj/objektoj/font/PTMono-Regular.ttf" type="DynamicFontData" id=3]
magcourier's avatar
magcourier включено в состав коммита
6
7
8

[sub_resource type="DynamicFont" id=1]
size = 18
magcourier's avatar
magcourier включено в состав коммита
9
font_data = ExtResource( 3 )
magcourier's avatar
magcourier включено в состав коммита
10
11

[sub_resource type="DynamicFont" id=2]
magcourier's avatar
magcourier включено в состав коммита
12
font_data = ExtResource( 3 )
magcourier's avatar
magcourier включено в состав коммита
13
14

[node name="Objekto" type="Control"]
magcourier's avatar
magcourier включено в состав коммита
15
script = ExtResource( 2 )
magcourier's avatar
magcourier включено в состав коммита
16
17
18
19
20
__meta__ = {
"_edit_use_anchors_": false
}

[node name="HTTPObjectoRequestFind" type="HTTPRequest" parent="."]
magcourier's avatar
magcourier включено в состав коммита
21
script = ExtResource( 1 )
magcourier's avatar
magcourier включено в состав коммита
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105

[node name="MarginContainer" type="MarginContainer" parent="."]
self_modulate = Color( 1, 1, 1, 0 )
margin_left = 147.747
margin_top = 130.531
margin_right = 396.747
margin_bottom = 289.532
__meta__ = {
"_edit_use_anchors_": false
}

[node name="ColorRect" type="ColorRect" parent="MarginContainer"]
modulate = Color( 0.996078, 0.996078, 0.996078, 1 )
self_modulate = Color( 0, 0, 0, 1 )
show_behind_parent = true
margin_right = 249.0
margin_bottom = 159.0
color = Color( 0, 0, 0, 0.294118 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="ResizeControl" type="Control" parent="MarginContainer/ColorRect"]
anchor_left = 0.47
anchor_top = 0.415
anchor_right = 1.032
anchor_bottom = 1.038
margin_left = -0.0300064
margin_top = 0.0549927
margin_right = 0.0320129
margin_bottom = 0.0459747
mouse_default_cursor_shape = 12
__meta__ = {
"_edit_use_anchors_": false
}

[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
self_modulate = Color( 1, 1, 1, 0.784314 )
margin_right = 249.0
margin_bottom = 159.0
__meta__ = {
"_edit_use_anchors_": false
}

[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"]
margin_right = 249.0
margin_bottom = 21.0
custom_fonts/font = SubResource( 1 )
text = "Объекты"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}

[node name="Close_button" type="Button" parent="MarginContainer/VBoxContainer/Label"]
self_modulate = Color( 1, 1, 1, 0.784314 )
anchor_left = 1.0
anchor_top = -0.2
anchor_right = 1.0
anchor_bottom = 1.4
margin_left = -19.0
margin_bottom = -9.53674e-07
custom_colors/font_color = Color( 1, 1, 1, 1 )
text = "X"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="ItemList" type="ItemList" parent="MarginContainer/VBoxContainer"]
self_modulate = Color( 1, 1, 1, 0.784314 )
margin_top = 25.0
margin_right = 249.0
margin_bottom = 159.0
size_flags_horizontal = 3
size_flags_vertical = 3
custom_fonts/font = SubResource( 2 )
custom_colors/guide_color = Color( 0.117647, 0.8, 0.909804, 1 )
custom_colors/font_color_selected = Color( 0.192157, 0.886275, 0.956863, 1 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
auto_height = true
[connection signal="request_completed" from="HTTPObjectoRequestFind" to="HTTPObjectoRequestFind" method="_on_HTTPRequestFind_request_completed"]
[connection signal="gui_input" from="MarginContainer" to="." method="_drag"]
[connection signal="gui_input" from="MarginContainer/ColorRect/ResizeControl" to="." method="_resize"]
[connection signal="pressed" from="MarginContainer/VBoxContainer/Label/Close_button" to="." method="_on_Close_button_pressed"]