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

magcourier's avatar
magcourier включено в состав коммита
3
4
[ext_resource path="res://kerno/fenestroj/tipo_a1.tscn" type="PackedScene" id=2]
[ext_resource path="res://blokoj/objektoj/skriptoj/objekto.gd" type="Script" id=3]
magcourier's avatar
magcourier включено в состав коммита
5

magcourier's avatar
magcourier включено в состав коммита
6
[node name="Objekto" instance=ExtResource( 2 )]
magcourier's avatar
magcourier включено в состав коммита
7
8
9
10
margin_left = 704.816
margin_top = 263.888
margin_right = 704.816
margin_bottom = 263.888
magcourier's avatar
magcourier включено в состав коммита
11
script = ExtResource( 3 )
magcourier's avatar
magcourier включено в состав коммита
12

Artem Go's avatar
Artem Go включено в состав коммита
13
14
[node name="VBox" parent="." index="0"]
visible = false
magcourier's avatar
magcourier включено в состав коммита
15

Artem Go's avatar
Artem Go включено в состав коммита
16
[node name="menuo_name" parent="VBox/HBox_top/top_texture2/HBox_buttons" index="0"]
magcourier's avatar
magcourier включено в состав коммита
17
margin_right = 155.0
magcourier's avatar
magcourier включено в состав коммита
18
text = "Объекты"
Artem Go's avatar
Artem Go включено в состав коммита
19

Artem Go's avatar
Artem Go включено в состав коммита
20
[node name="Button_fix" parent="VBox/HBox_top/top_texture2/HBox_buttons" index="1"]
Artem Go's avatar
Artem Go включено в состав коммита
21
22
visible = false

Artem Go's avatar
Artem Go включено в состав коммита
23
[node name="Button_" parent="VBox/HBox_top/top_texture2/HBox_buttons" index="2"]
Artem Go's avatar
Artem Go включено в состав коммита
24
25
visible = false

Artem Go's avatar
Artem Go включено в состав коммита
26
[node name="Button_full" parent="VBox/HBox_top/top_texture2/HBox_buttons" index="3"]
Artem Go's avatar
Artem Go включено в состав коммита
27
28
visible = false

Artem Go's avatar
Artem Go включено в состав коммита
29
[node name="ItemList" type="ItemList" parent="VBox/body_texture" index="1"]
Artem Go's avatar
Artem Go включено в состав коммита
30
31
32
33
34
35
anchor_right = 1.0
anchor_bottom = 1.013
margin_left = 6.0
margin_top = 6.0
margin_right = -6.0
margin_bottom = -0.0279999
magcourier's avatar
magcourier включено в состав коммита
36
37
size_flags_horizontal = 3
size_flags_vertical = 3
Artem Go's avatar
Artem Go включено в состав коммита
38
39
40
__meta__ = {
"_edit_use_anchors_": false
}