-
Notifications
You must be signed in to change notification settings - Fork 1
/
playerTestScene.tscn
279 lines (256 loc) · 19.9 KB
/
playerTestScene.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
[gd_scene load_steps=20 format=2]
[ext_resource path="res://platformer_metroidvania asset pack v1.01/herochar sprites(new)/herochar_idle_anim_strip_4.png" type="Texture" id=1]
[ext_resource path="res://PlayerControler.cs" type="Script" id=2]
[ext_resource path="res://platformer_metroidvania asset pack v1.01/tiles and background_foreground (new)/tileset.png" type="Texture" id=3]
[sub_resource type="ConvexPolygonShape2D" id=1]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=2]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=3]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=4]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=5]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=6]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=7]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=8]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=9]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="TileSet" id=10]
0/name = "tileset.png 0"
0/texture = ExtResource( 3 )
0/tex_offset = Vector2( 0, 0 )
0/modulate = Color( 1, 1, 1, 1 )
0/region = Rect2( 16, 0, 16, 16 )
0/tile_mode = 0
0/occluder_offset = Vector2( 0, 0 )
0/navigation_offset = Vector2( 0, 0 )
0/shape_offset = Vector2( 0, 0 )
0/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
0/shape = SubResource( 1 )
0/shape_one_way = false
0/shape_one_way_margin = 1.0
0/shapes = [ {
"autotile_coord": Vector2( 0, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 1 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
0/z_index = 0
1/name = "tileset.png 1"
1/texture = ExtResource( 3 )
1/tex_offset = Vector2( 0, 0 )
1/modulate = Color( 1, 1, 1, 1 )
1/region = Rect2( 0, 0, 16, 16 )
1/tile_mode = 0
1/occluder_offset = Vector2( 0, 0 )
1/navigation_offset = Vector2( 0, 0 )
1/shape_offset = Vector2( 0, 0 )
1/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
1/shape = SubResource( 2 )
1/shape_one_way = false
1/shape_one_way_margin = 1.0
1/shapes = [ {
"autotile_coord": Vector2( 0, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 2 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
1/z_index = 0
2/name = "tileset.png 2"
2/texture = ExtResource( 3 )
2/tex_offset = Vector2( 0, 0 )
2/modulate = Color( 1, 1, 1, 1 )
2/region = Rect2( 32, 16, 16, 16 )
2/tile_mode = 0
2/occluder_offset = Vector2( 0, 0 )
2/navigation_offset = Vector2( 0, 0 )
2/shape_offset = Vector2( 0, 0 )
2/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
2/shape = SubResource( 3 )
2/shape_one_way = false
2/shape_one_way_margin = 1.0
2/shapes = [ {
"autotile_coord": Vector2( 0, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 3 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
2/z_index = 0
3/name = "tileset.png 3"
3/texture = ExtResource( 3 )
3/tex_offset = Vector2( 0, 0 )
3/modulate = Color( 1, 1, 1, 1 )
3/region = Rect2( 0, 16, 16, 16 )
3/tile_mode = 0
3/occluder_offset = Vector2( 0, 0 )
3/navigation_offset = Vector2( 0, 0 )
3/shape_offset = Vector2( 0, 0 )
3/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
3/shape = SubResource( 4 )
3/shape_one_way = false
3/shape_one_way_margin = 1.0
3/shapes = [ {
"autotile_coord": Vector2( 0, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 4 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
3/z_index = 0
4/name = "tileset.png 4"
4/texture = ExtResource( 3 )
4/tex_offset = Vector2( 0, 0 )
4/modulate = Color( 1, 1, 1, 1 )
4/region = Rect2( 32, 0, 16, 16 )
4/tile_mode = 0
4/occluder_offset = Vector2( 0, 0 )
4/navigation_offset = Vector2( 0, 0 )
4/shape_offset = Vector2( 0, 0 )
4/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
4/shape = SubResource( 5 )
4/shape_one_way = false
4/shape_one_way_margin = 1.0
4/shapes = [ {
"autotile_coord": Vector2( 0, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 5 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
4/z_index = 0
5/name = "tileset.png 5"
5/texture = ExtResource( 3 )
5/tex_offset = Vector2( 0, 0 )
5/modulate = Color( 1, 1, 1, 1 )
5/region = Rect2( 0, 32, 16, 16 )
5/tile_mode = 0
5/occluder_offset = Vector2( 0, 0 )
5/navigation_offset = Vector2( 0, 0 )
5/shape_offset = Vector2( 0, 0 )
5/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
5/shape = SubResource( 6 )
5/shape_one_way = false
5/shape_one_way_margin = 1.0
5/shapes = [ {
"autotile_coord": Vector2( 0, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 6 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
5/z_index = 0
6/name = "tileset.png 6"
6/texture = ExtResource( 3 )
6/tex_offset = Vector2( 0, 0 )
6/modulate = Color( 1, 1, 1, 1 )
6/region = Rect2( 16, 32, 16, 16 )
6/tile_mode = 0
6/occluder_offset = Vector2( 0, 0 )
6/navigation_offset = Vector2( 0, 0 )
6/shape_offset = Vector2( 0, 0 )
6/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
6/shape = SubResource( 7 )
6/shape_one_way = false
6/shape_one_way_margin = 1.0
6/shapes = [ {
"autotile_coord": Vector2( 0, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 7 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
6/z_index = 0
7/name = "tileset.png 7"
7/texture = ExtResource( 3 )
7/tex_offset = Vector2( 0, 0 )
7/modulate = Color( 1, 1, 1, 1 )
7/region = Rect2( 32, 32, 16, 16 )
7/tile_mode = 0
7/occluder_offset = Vector2( 0, 0 )
7/navigation_offset = Vector2( 0, 0 )
7/shape_offset = Vector2( 0, 0 )
7/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
7/shape = SubResource( 8 )
7/shape_one_way = false
7/shape_one_way_margin = 1.0
7/shapes = [ {
"autotile_coord": Vector2( 0, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 8 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
7/z_index = 0
8/name = "tileset.png 8"
8/texture = ExtResource( 3 )
8/tex_offset = Vector2( 0, 0 )
8/modulate = Color( 1, 1, 1, 1 )
8/region = Rect2( 16, 16, 16, 16 )
8/tile_mode = 0
8/occluder_offset = Vector2( 0, 0 )
8/navigation_offset = Vector2( 0, 0 )
8/shape_offset = Vector2( 0, 0 )
8/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
8/shape = SubResource( 9 )
8/shape_one_way = false
8/shape_one_way_margin = 1.0
8/shapes = [ {
"autotile_coord": Vector2( 0, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 9 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
8/z_index = 0
[sub_resource type="RectangleShape2D" id=11]
extents = Vector2( 5.5, 8 )
[sub_resource type="AtlasTexture" id=12]
atlas = ExtResource( 1 )
region = Rect2( 0, 0, 16, 16 )
[sub_resource type="AtlasTexture" id=13]
atlas = ExtResource( 1 )
region = Rect2( 16, 0, 16, 16 )
[sub_resource type="AtlasTexture" id=14]
atlas = ExtResource( 1 )
region = Rect2( 32, 0, 16, 16 )
[sub_resource type="AtlasTexture" id=15]
atlas = ExtResource( 1 )
region = Rect2( 48, 0, 16, 16 )
[sub_resource type="SpriteFrames" id=16]
animations = [ {
"frames": [ SubResource( 12 ), SubResource( 13 ), SubResource( 14 ), SubResource( 15 ) ],
"loop": true,
"name": "default",
"speed": 5.0
} ]
[node name="Node2D" type="Node2D"]
[node name="TileMap" type="TileMap" parent="."]
tile_set = SubResource( 10 )
cell_size = Vector2( 16, 16 )
format = 1
tile_data = PoolIntArray( -655360, 1, 0, -655359, 0, 0, -655358, 0, 0, -655357, 0, 0, -655356, 0, 0, -655355, 0, 0, -655354, 0, 0, -655353, 0, 0, -655352, 0, 0, -655351, 0, 0, -655350, 0, 0, -655349, 0, 0, -655348, 0, 0, -655347, 0, 0, -655346, 0, 0, -655345, 0, 0, -655344, 0, 0, -655343, 0, 0, -655342, 0, 0, -655341, 0, 0, -655340, 0, 0, -655339, 0, 0, -655338, 0, 0, -655337, 0, 0, -655336, 0, 0, -655335, 0, 0, -655334, 0, 0, -655333, 0, 0, -655332, 0, 0, -655331, 0, 0, -655330, 0, 0, -655329, 0, 0, -655328, 0, 0, -655327, 0, 0, -655326, 0, 0, -655325, 0, 0, -655324, 0, 0, -655323, 0, 0, -655322, 0, 0, -655321, 0, 0, -655320, 0, 0, -655319, 0, 0, -655318, 0, 0, -655317, 0, 0, -655316, 0, 0, -655315, 0, 0, -655314, 0, 0, -655313, 0, 0, -655312, 0, 0, -655311, 0, 0, -655310, 0, 0, -655309, 0, 0, -655308, 0, 0, -655307, 0, 0, -655306, 0, 0, -655305, 0, 0, -655304, 0, 0, -655303, 0, 0, -655302, 0, 0, -655301, 0, 0, -655300, 0, 0, -655299, 0, 0, -655298, 0, 0, -655297, 4, 0, -589824, 3, 0, -589823, 8, 0, -589822, 6, 0, -589821, 6, 0, -589820, 6, 0, -589819, 6, 0, -589818, 6, 0, -589817, 6, 0, -589816, 6, 0, -589815, 6, 0, -589814, 6, 0, -589813, 6, 0, -589812, 6, 0, -589811, 6, 0, -589810, 6, 0, -589809, 6, 0, -589808, 6, 0, -589807, 6, 0, -589806, 6, 0, -589805, 6, 0, -589804, 6, 0, -589803, 6, 0, -589802, 6, 0, -589801, 6, 0, -589800, 6, 0, -589799, 6, 0, -589798, 6, 0, -589797, 6, 0, -589796, 6, 0, -589795, 6, 0, -589794, 6, 0, -589793, 6, 0, -589792, 6, 0, -589791, 6, 0, -589790, 6, 0, -589789, 6, 0, -589788, 6, 0, -589787, 6, 0, -589786, 6, 0, -589785, 6, 0, -589784, 6, 0, -589783, 6, 0, -589782, 6, 0, -589781, 6, 0, -589780, 6, 0, -589779, 6, 0, -589778, 6, 0, -589777, 6, 0, -589776, 6, 0, -589775, 6, 0, -589774, 6, 0, -589773, 6, 0, -589772, 6, 0, -589771, 6, 0, -589770, 6, 0, -589769, 6, 0, -589768, 6, 0, -589767, 6, 0, -589766, 6, 0, -589765, 6, 0, -589764, 6, 0, -589763, 6, 0, -589762, 8, 0, -589761, 2, 0, -524288, 3, 0, -524287, 2, 0, -524226, 3, 0, -524225, 2, 0, -458752, 3, 0, -458751, 2, 0, -458690, 3, 0, -458689, 2, 0, -393216, 3, 0, -393215, 2, 0, -393154, 3, 0, -393153, 2, 0, -327680, 3, 0, -327679, 2, 0, -327618, 3, 0, -327617, 2, 0, -262144, 3, 0, -262143, 2, 0, -262082, 3, 0, -262081, 2, 0, -196608, 3, 0, -196607, 2, 0, -196565, 1, 0, -196564, 0, 0, -196563, 0, 0, -196562, 0, 0, -196561, 0, 0, -196560, 0, 0, -196559, 0, 0, -196558, 0, 0, -196557, 0, 0, -196556, 0, 0, -196555, 0, 0, -196554, 0, 0, -196553, 0, 0, -196552, 0, 0, -196551, 0, 0, -196550, 0, 0, -196549, 4, 0, -196546, 3, 0, -196545, 2, 0, -131072, 3, 0, -131071, 2, 0, -131029, 3, 0, -131028, 8, 0, -131027, 8, 0, -131026, 8, 0, -131025, 8, 0, -131024, 8, 0, -131023, 8, 0, -131022, 8, 0, -131021, 8, 0, -131020, 8, 0, -131019, 8, 0, -131018, 8, 0, -131017, 8, 0, -131016, 8, 0, -131015, 8, 0, -131014, 8, 0, -131013, 2, 0, -131010, 3, 0, -131009, 2, 0, -65536, 3, 0, -65535, 2, 0, -65516, 1, 0, -65515, 0, 0, -65514, 0, 0, -65513, 0, 0, -65512, 4, 0, -65493, 5, 0, -65492, 6, 0, -65491, 6, 0, -65490, 6, 0, -65489, 6, 0, -65488, 6, 0, -65487, 6, 0, -65486, 6, 0, -65485, 6, 0, -65484, 6, 0, -65483, 6, 0, -65482, 6, 0, -65481, 8, 0, -65480, 8, 0, -65479, 6, 0, -65478, 6, 0, -65477, 7, 0, -65474, 3, 0, -65473, 2, 0, 0, 3, 0, 1, 2, 0, 20, 5, 0, 21, 6, 0, 22, 6, 0, 23, 8, 0, 24, 2, 0, 55, 3, 0, 56, 2, 0, 62, 3, 0, 63, 2, 0, 65536, 3, 0, 65537, 2, 0, 65559, 3, 0, 65560, 2, 0, 65591, 3, 0, 65592, 2, 0, 65598, 3, 0, 65599, 2, 0, 131072, 3, 0, 131073, 2, 0, 131095, 3, 0, 131096, 2, 0, 131127, 3, 0, 131128, 2, 0, 131134, 3, 0, 131135, 2, 0, 196608, 3, 0, 196609, 2, 0, 196612, 1, 0, 196613, 0, 0, 196614, 0, 0, 196615, 0, 0, 196616, 0, 0, 196617, 0, 0, 196618, 4, 0, 196623, 1, 0, 196624, 0, 0, 196625, 4, 0, 196631, 3, 0, 196632, 2, 0, 196663, 3, 0, 196664, 2, 0, 196670, 3, 0, 196671, 2, 0, 262144, 3, 0, 262145, 2, 0, 262148, 5, 0, 262149, 6, 0, 262150, 6, 0, 262151, 6, 0, 262152, 6, 0, 262153, 6, 0, 262154, 7, 0, 262159, 5, 0, 262160, 6, 0, 262161, 7, 0, 262167, 3, 0, 262168, 2, 0, 262199, 3, 0, 262200, 2, 0, 262206, 3, 0, 262207, 2, 0, 327680, 3, 0, 327681, 2, 0, 327703, 3, 0, 327704, 2, 0, 327711, 1, 0, 327712, 0, 0, 327713, 0, 0, 327714, 0, 0, 327715, 0, 0, 327716, 0, 0, 327717, 0, 0, 327718, 0, 0, 327719, 0, 0, 327720, 0, 0, 327721, 4, 0, 327735, 3, 0, 327736, 2, 0, 327742, 3, 0, 327743, 2, 0, 393216, 3, 0, 393217, 2, 0, 393239, 3, 0, 393240, 2, 0, 393247, 5, 0, 393248, 6, 0, 393249, 6, 0, 393250, 6, 0, 393251, 6, 0, 393252, 6, 0, 393253, 6, 0, 393254, 6, 0, 393255, 6, 0, 393256, 6, 0, 393257, 7, 0, 393271, 3, 0, 393272, 2, 0, 393278, 3, 0, 393279, 2, 0, 458752, 3, 0, 458753, 2, 0, 458775, 3, 0, 458776, 2, 0, 458807, 3, 0, 458808, 2, 0, 458814, 3, 0, 458815, 2, 0, 524288, 3, 0, 524289, 2, 0, 524311, 3, 0, 524312, 2, 0, 524337, 1, 0, 524338, 0, 0, 524339, 0, 0, 524340, 0, 0, 524341, 0, 0, 524342, 0, 0, 524343, 8, 0, 524344, 8, 0, 524345, 0, 0, 524346, 0, 0, 524347, 0, 0, 524348, 4, 0, 524350, 3, 0, 524351, 2, 0, 589824, 3, 0, 589825, 8, 0, 589826, 0, 0, 589827, 0, 0, 589828, 0, 0, 589829, 0, 0, 589830, 0, 0, 589831, 0, 0, 589832, 0, 0, 589833, 0, 0, 589834, 0, 0, 589835, 0, 0, 589836, 0, 0, 589837, 0, 0, 589838, 0, 0, 589839, 0, 0, 589840, 0, 0, 589841, 0, 0, 589842, 0, 0, 589843, 0, 0, 589844, 0, 0, 589845, 0, 0, 589846, 0, 0, 589847, 8, 0, 589848, 2, 0, 589873, 3, 0, 589874, 8, 0, 589875, 8, 0, 589876, 8, 0, 589877, 8, 0, 589878, 8, 0, 589879, 8, 0, 589880, 8, 0, 589881, 8, 0, 589882, 8, 0, 589883, 8, 0, 589884, 2, 0, 589886, 3, 0, 589887, 2, 0, 655360, 3, 0, 655361, 8, 0, 655362, 6, 0, 655363, 6, 0, 655364, 6, 0, 655365, 6, 0, 655366, 6, 0, 655367, 6, 0, 655368, 6, 0, 655369, 6, 0, 655370, 6, 0, 655371, 6, 0, 655372, 6, 0, 655373, 6, 0, 655374, 6, 0, 655375, 6, 0, 655376, 6, 0, 655377, 6, 0, 655378, 6, 0, 655379, 6, 0, 655380, 6, 0, 655381, 6, 0, 655382, 6, 0, 655383, 6, 0, 655384, 7, 0, 655409, 5, 0, 655410, 6, 0, 655411, 6, 0, 655412, 6, 0, 655413, 6, 0, 655414, 6, 0, 655415, 6, 0, 655416, 6, 0, 655417, 6, 0, 655418, 6, 0, 655419, 6, 0, 655420, 7, 0, 655422, 3, 0, 655423, 2, 0, 720896, 3, 0, 720897, 2, 0, 720958, 3, 0, 720959, 2, 0, 786432, 3, 0, 786433, 2, 0, 786474, 1, 0, 786475, 0, 0, 786476, 4, 0, 786494, 3, 0, 786495, 2, 0, 851968, 3, 0, 851969, 2, 0, 852010, 3, 0, 852011, 8, 0, 852012, 2, 0, 852030, 3, 0, 852031, 2, 0, 917504, 3, 0, 917505, 2, 0, 917526, 1, 0, 917527, 0, 0, 917528, 0, 0, 917529, 0, 0, 917530, 4, 0, 917546, 3, 0, 917547, 8, 0, 917548, 2, 0, 917566, 3, 0, 917567, 2, 0, 983040, 3, 0, 983041, 2, 0, 983062, 3, 0, 983063, 8, 0, 983064, 8, 0, 983065, 8, 0, 983066, 2, 0, 983082, 3, 0, 983083, 8, 0, 983084, 2, 0, 983102, 3, 0, 983103, 2, 0, 1048576, 3, 0, 1048577, 2, 0, 1048598, 3, 0, 1048599, 8, 0, 1048600, 8, 0, 1048601, 8, 0, 1048602, 2, 0, 1048613, 1, 0, 1048614, 0, 0, 1048615, 0, 0, 1048616, 0, 0, 1048617, 0, 0, 1048618, 8, 0, 1048619, 8, 0, 1048620, 8, 0, 1048621, 0, 0, 1048622, 0, 0, 1048623, 0, 0, 1048624, 4, 0, 1048638, 3, 0, 1048639, 2, 0, 1114112, 3, 0, 1114113, 2, 0, 1114134, 3, 0, 1114135, 8, 0, 1114136, 8, 0, 1114137, 8, 0, 1114138, 2, 0, 1114149, 5, 0, 1114150, 6, 0, 1114151, 6, 0, 1114152, 6, 0, 1114153, 6, 0, 1114154, 6, 0, 1114155, 6, 0, 1114156, 6, 0, 1114157, 6, 0, 1114158, 6, 0, 1114159, 6, 0, 1114160, 7, 0, 1114174, 3, 0, 1114175, 2, 0, 1179648, 3, 0, 1179649, 2, 0, 1179670, 3, 0, 1179671, 8, 0, 1179672, 8, 0, 1179673, 8, 0, 1179674, 2, 0, 1179710, 3, 0, 1179711, 2, 0, 1245184, 3, 0, 1245185, 2, 0, 1245193, 1, 0, 1245194, 0, 0, 1245195, 0, 0, 1245196, 0, 0, 1245197, 0, 0, 1245198, 0, 0, 1245199, 0, 0, 1245200, 0, 0, 1245201, 0, 0, 1245202, 0, 0, 1245203, 0, 0, 1245204, 0, 0, 1245205, 0, 0, 1245206, 8, 0, 1245207, 8, 0, 1245208, 8, 0, 1245209, 8, 0, 1245210, 2, 0, 1245246, 3, 0, 1245247, 2, 0, 1310720, 3, 0, 1310721, 2, 0, 1310729, 5, 0, 1310730, 6, 0, 1310731, 6, 0, 1310732, 6, 0, 1310733, 6, 0, 1310734, 6, 0, 1310735, 6, 0, 1310736, 6, 0, 1310737, 6, 0, 1310738, 6, 0, 1310739, 6, 0, 1310740, 6, 0, 1310741, 6, 0, 1310742, 6, 0, 1310743, 6, 0, 1310744, 6, 0, 1310745, 6, 0, 1310746, 7, 0, 1310751, 1, 0, 1310752, 0, 0, 1310753, 0, 0, 1310754, 0, 0, 1310755, 4, 0, 1310782, 3, 0, 1310783, 2, 0, 1376256, 3, 0, 1376257, 2, 0, 1376287, 3, 0, 1376288, 8, 0, 1376289, 8, 0, 1376290, 8, 0, 1376291, 2, 0, 1376318, 3, 0, 1376319, 2, 0, 1441792, 3, 0, 1441793, 2, 0, 1441823, 3, 0, 1441824, 8, 0, 1441825, 8, 0, 1441826, 8, 0, 1441827, 2, 0, 1441854, 3, 0, 1441855, 2, 0, 1507328, 3, 0, 1507329, 2, 0, 1507359, 3, 0, 1507360, 8, 0, 1507361, 8, 0, 1507362, 8, 0, 1507363, 2, 0, 1507390, 3, 0, 1507391, 2, 0, 1572864, 3, 0, 1572865, 2, 0, 1572895, 3, 0, 1572896, 8, 0, 1572897, 8, 0, 1572898, 8, 0, 1572899, 2, 0, 1572926, 3, 0, 1572927, 2, 0, 1638400, 3, 0, 1638401, 2, 0, 1638431, 3, 0, 1638432, 8, 0, 1638433, 8, 0, 1638434, 8, 0, 1638435, 2, 0, 1638462, 3, 0, 1638463, 2, 0, 1703936, 3, 0, 1703937, 2, 0, 1703954, 1, 0, 1703955, 0, 0, 1703956, 0, 0, 1703957, 0, 0, 1703958, 0, 0, 1703959, 0, 0, 1703960, 0, 0, 1703961, 0, 0, 1703962, 0, 0, 1703963, 0, 0, 1703964, 0, 0, 1703965, 0, 0, 1703966, 0, 0, 1703967, 8, 0, 1703968, 8, 0, 1703969, 8, 0, 1703970, 8, 0, 1703971, 8, 0, 1703972, 0, 0, 1703973, 0, 0, 1703974, 0, 0, 1703975, 0, 0, 1703976, 0, 0, 1703977, 0, 0, 1703978, 0, 0, 1703979, 4, 0, 1703998, 3, 0, 1703999, 2, 0, 1769472, 3, 0, 1769473, 2, 0, 1769490, 5, 0, 1769491, 6, 0, 1769492, 6, 0, 1769493, 6, 0, 1769494, 6, 0, 1769495, 6, 0, 1769496, 6, 0, 1769497, 6, 0, 1769498, 6, 0, 1769499, 6, 0, 1769500, 6, 0, 1769501, 6, 0, 1769502, 6, 0, 1769503, 6, 0, 1769504, 6, 0, 1769505, 6, 0, 1769506, 6, 0, 1769507, 6, 0, 1769508, 6, 0, 1769509, 6, 0, 1769510, 6, 0, 1769511, 6, 0, 1769512, 6, 0, 1769513, 6, 0, 1769514, 6, 0, 1769515, 7, 0, 1769534, 3, 0, 1769535, 2, 0, 1835008, 3, 0, 1835009, 2, 0, 1835070, 3, 0, 1835071, 2, 0, 1900544, 3, 0, 1900545, 2, 0, 1900606, 3, 0, 1900607, 2, 0, 1966080, 3, 0, 1966081, 2, 0, 1966126, 1, 0, 1966127, 0, 0, 1966128, 0, 0, 1966129, 0, 0, 1966130, 0, 0, 1966131, 0, 0, 1966132, 0, 0, 1966133, 0, 0, 1966134, 0, 0, 1966135, 0, 0, 1966136, 0, 0, 1966137, 4, 0, 1966142, 3, 0, 1966143, 2, 0, 2031616, 3, 0, 2031617, 2, 0, 2031662, 5, 0, 2031663, 6, 0, 2031664, 6, 0, 2031665, 6, 0, 2031666, 6, 0, 2031667, 6, 0, 2031668, 6, 0, 2031669, 6, 0, 2031670, 6, 0, 2031671, 6, 0, 2031672, 6, 0, 2031673, 7, 0, 2031678, 3, 0, 2031679, 2, 0, 2097152, 3, 0, 2097153, 2, 0, 2097214, 3, 0, 2097215, 2, 0, 2162688, 3, 0, 2162689, 8, 0, 2162690, 0, 0, 2162691, 0, 0, 2162692, 0, 0, 2162693, 0, 0, 2162694, 0, 0, 2162695, 0, 0, 2162696, 0, 0, 2162697, 0, 0, 2162698, 0, 0, 2162699, 0, 0, 2162700, 0, 0, 2162701, 0, 0, 2162702, 0, 0, 2162703, 0, 0, 2162704, 0, 0, 2162705, 0, 0, 2162706, 0, 0, 2162707, 0, 0, 2162708, 0, 0, 2162709, 0, 0, 2162710, 0, 0, 2162711, 0, 0, 2162712, 0, 0, 2162713, 0, 0, 2162714, 0, 0, 2162715, 0, 0, 2162716, 0, 0, 2162717, 0, 0, 2162718, 0, 0, 2162719, 0, 0, 2162720, 0, 0, 2162721, 0, 0, 2162722, 0, 0, 2162723, 0, 0, 2162724, 0, 0, 2162725, 0, 0, 2162726, 0, 0, 2162727, 0, 0, 2162728, 0, 0, 2162729, 0, 0, 2162730, 0, 0, 2162731, 0, 0, 2162732, 0, 0, 2162733, 0, 0, 2162734, 0, 0, 2162735, 0, 0, 2162736, 0, 0, 2162737, 0, 0, 2162738, 0, 0, 2162739, 0, 0, 2162740, 0, 0, 2162741, 0, 0, 2162742, 0, 0, 2162743, 0, 0, 2162744, 0, 0, 2162745, 0, 0, 2162746, 0, 0, 2162747, 0, 0, 2162748, 0, 0, 2162749, 0, 0, 2162750, 8, 0, 2162751, 2, 0, 2228224, 5, 0, 2228225, 6, 0, 2228226, 6, 0, 2228227, 6, 0, 2228228, 6, 0, 2228229, 6, 0, 2228230, 6, 0, 2228231, 6, 0, 2228232, 6, 0, 2228233, 6, 0, 2228234, 6, 0, 2228235, 6, 0, 2228236, 6, 0, 2228237, 6, 0, 2228238, 6, 0, 2228239, 6, 0, 2228240, 6, 0, 2228241, 6, 0, 2228242, 6, 0, 2228243, 6, 0, 2228244, 6, 0, 2228245, 6, 0, 2228246, 6, 0, 2228247, 6, 0, 2228248, 6, 0, 2228249, 6, 0, 2228250, 6, 0, 2228251, 6, 0, 2228252, 6, 0, 2228253, 6, 0, 2228254, 6, 0, 2228255, 6, 0, 2228256, 6, 0, 2228257, 6, 0, 2228258, 6, 0, 2228259, 6, 0, 2228260, 6, 0, 2228261, 6, 0, 2228262, 6, 0, 2228263, 6, 0, 2228264, 6, 0, 2228265, 6, 0, 2228266, 6, 0, 2228267, 6, 0, 2228268, 6, 0, 2228269, 6, 0, 2228270, 6, 0, 2228271, 6, 0, 2228272, 6, 0, 2228273, 6, 0, 2228274, 6, 0, 2228275, 6, 0, 2228276, 6, 0, 2228277, 6, 0, 2228278, 6, 0, 2228279, 6, 0, 2228280, 6, 0, 2228281, 6, 0, 2228282, 6, 0, 2228283, 6, 0, 2228284, 6, 0, 2228285, 6, 0, 2228286, 6, 0, 2228287, 7, 0 )
[node name="KinematicBody2D" type="KinematicBody2D" parent="."]
position = Vector2( 89, 40 )
script = ExtResource( 2 )
__meta__ = {
"_edit_group_": true
}
[node name="CollisionShape2D" type="CollisionShape2D" parent="KinematicBody2D"]
position = Vector2( -0.5, 0 )
shape = SubResource( 11 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="KinematicBody2D"]
frames = SubResource( 16 )
frame = 3
playing = true
[node name="Camera2D" type="Camera2D" parent="KinematicBody2D"]
position = Vector2( -89, -40 )
current = true
zoom = Vector2( 0.4, 0.4 )