blob: 7be6fc42aea1f4c0bcc3ef3856b033525afafc98 (
plain)
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
|
[gd_scene format=2]
[node name="hbox_values" type="VBoxContainer"]
margin_left = 153.0
margin_right = 183.0
margin_bottom = 225.0
rect_min_size = Vector2( 30, 0 )
custom_constants/separation = 0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="damage" type="Label" parent="."]
margin_top = -1.0
margin_right = 30.0
margin_bottom = 23.4
text = "0"
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="range" type="Label" parent="."]
margin_top = 23.0
margin_right = 30.0
margin_bottom = 47.4
text = "0"
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="turn speed" type="Label" parent="."]
margin_top = 47.0
margin_right = 30.0
margin_bottom = 71.4
text = "0"
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="cooldown" type="Label" parent="."]
margin_top = 71.0
margin_right = 30.0
margin_bottom = 95.4
text = "0"
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="projectile" type="Label" parent="."]
margin_top = 95.0
margin_right = 30.0
margin_bottom = 119.4
text = "0"
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="spread" type="Label" parent="."]
margin_top = 119.0
margin_right = 30.0
margin_bottom = 143.4
text = "0"
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="projectile speed" type="Label" parent="."]
margin_top = 143.0
margin_right = 30.0
margin_bottom = 167.4
text = "0"
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="projectiles per shot" type="Label" parent="."]
margin_top = 167.0
margin_right = 30.0
margin_bottom = 191.4
text = "0"
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="modules" type="Label" parent="."]
margin_top = 191.0
margin_right = 30.0
margin_bottom = 215.4
text = "0"
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
|