-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPartContainer.tscn
104 lines (93 loc) · 2.46 KB
/
PartContainer.tscn
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[gd_scene load_steps=3 format=2]
[ext_resource path="res://gfx/repair1.png" type="Texture" id=1]
[ext_resource path="res://PartContainer.gd" type="Script" id=2]
[node name="PartContainer" type="VBoxContainer"]
margin_left = 10.0
margin_top = 11.0
margin_right = 42.0
margin_bottom = 424.0
size_flags_horizontal = 0
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Part1" type="TextureRect" parent="."]
margin_right = 32.0
margin_bottom = 32.0
rect_min_size = Vector2( 32, 32 )
size_flags_horizontal = 4
size_flags_vertical = 0
texture = ExtResource( 1 )
stretch_mode = 1
[node name="Part2" type="TextureRect" parent="."]
margin_top = 36.0
margin_right = 32.0
margin_bottom = 68.0
rect_min_size = Vector2( 32, 32 )
size_flags_horizontal = 4
size_flags_vertical = 0
texture = ExtResource( 1 )
stretch_mode = 1
[node name="Part3" type="TextureRect" parent="."]
margin_top = 72.0
margin_right = 32.0
margin_bottom = 104.0
rect_min_size = Vector2( 32, 32 )
size_flags_horizontal = 4
size_flags_vertical = 0
texture = ExtResource( 1 )
stretch_mode = 1
[node name="Part4" type="TextureRect" parent="."]
margin_top = 108.0
margin_right = 32.0
margin_bottom = 140.0
rect_min_size = Vector2( 32, 32 )
size_flags_horizontal = 4
size_flags_vertical = 0
texture = ExtResource( 1 )
stretch_mode = 1
[node name="Part5" type="TextureRect" parent="."]
margin_top = 144.0
margin_right = 32.0
margin_bottom = 176.0
rect_min_size = Vector2( 32, 32 )
size_flags_horizontal = 4
size_flags_vertical = 0
texture = ExtResource( 1 )
stretch_mode = 1
[node name="Part6" type="TextureRect" parent="."]
margin_top = 180.0
margin_right = 32.0
margin_bottom = 212.0
rect_min_size = Vector2( 32, 32 )
size_flags_horizontal = 4
size_flags_vertical = 0
texture = ExtResource( 1 )
stretch_mode = 1
[node name="Part7" type="TextureRect" parent="."]
margin_top = 216.0
margin_right = 32.0
margin_bottom = 248.0
rect_min_size = Vector2( 32, 32 )
size_flags_horizontal = 4
size_flags_vertical = 0
texture = ExtResource( 1 )
stretch_mode = 1
[node name="Part8" type="TextureRect" parent="."]
margin_top = 252.0
margin_right = 32.0
margin_bottom = 284.0
rect_min_size = Vector2( 32, 32 )
size_flags_horizontal = 4
size_flags_vertical = 0
texture = ExtResource( 1 )
stretch_mode = 1
[node name="Part9" type="TextureRect" parent="."]
margin_top = 288.0
margin_right = 32.0
margin_bottom = 320.0
rect_min_size = Vector2( 32, 32 )
size_flags_horizontal = 4
size_flags_vertical = 0
texture = ExtResource( 1 )
stretch_mode = 1