-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.tscn
500 lines (437 loc) · 32 KB
/
Main.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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
[gd_scene load_steps=50 format=2]
[ext_resource path="res://player.tscn" type="PackedScene" id=1]
[ext_resource path="res://Sprites/CustomTiles/baseblock.png" type="Texture" id=2]
[ext_resource path="res://Crate.tscn" type="PackedScene" id=3]
[ext_resource path="res://Sprites/CustomTiles/baseblock_flipped.png" type="Texture" id=4]
[ext_resource path="res://Sprites/CustomTiles/8x8block.png" type="Texture" id=5]
[ext_resource path="res://Scanner.tscn" type="PackedScene" id=6]
[ext_resource path="res://Sprites/CustomTiles/vineblock.png" type="Texture" id=7]
[ext_resource path="res://Sprites/CustomTiles/vineblocktop.png" type="Texture" id=8]
[ext_resource path="res://Sprites/CustomTiles/8x8baseblock.png" type="Texture" id=9]
[ext_resource path="res://Sprites/CustomTiles/switchblock.png" type="Texture" id=10]
[ext_resource path="res://Sprites/CustomTiles/glassblock.png" type="Texture" id=11]
[ext_resource path="res://Sprites/CustomTiles/wireblock.png" type="Texture" id=12]
[ext_resource path="res://Sprites/Background/Mech background tileset 128x128.png" type="Texture" id=13]
[ext_resource path="res://Sprites/Background/tech_deco1.png" type="Texture" id=14]
[ext_resource path="res://Sprites/Background/struts0.png" type="Texture" id=15]
[ext_resource path="res://Sprites/Background/strut_tileable.png" type="Texture" id=16]
[ext_resource path="res://Sprites/Background/tech_deco4.png" type="Texture" id=17]
[ext_resource path="res://Sprites/Background/strut1.png" type="Texture" id=18]
[ext_resource path="res://Sprites/Background/struts2.png" type="Texture" id=19]
[ext_resource path="res://Sprites/Background/tech_deco0.png" type="Texture" id=20]
[ext_resource path="res://Sprites/Background/struts1.png" type="Texture" id=21]
[ext_resource path="res://Finish.cs" type="Script" id=22]
[ext_resource path="res://Party Horn - Sound Effect (HD).wav" type="AudioStream" id=23]
[ext_resource path="res://Sprites/CustomSprites/Goblot-00.png" type="Texture" id=24]
[sub_resource type="NavigationPolygon" id=1]
vertices = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
polygons = [ PoolIntArray( 0, 1, 2, 3 ) ]
[sub_resource type="OccluderPolygon2D" id=2]
polygon = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
[sub_resource type="ConvexPolygonShape2D" id=3]
points = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
[sub_resource type="NavigationPolygon" id=4]
vertices = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
polygons = [ PoolIntArray( 0, 1, 2, 3 ) ]
[sub_resource type="OccluderPolygon2D" id=5]
polygon = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
[sub_resource type="ConvexPolygonShape2D" id=6]
points = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
[sub_resource type="NavigationPolygon" id=7]
vertices = PoolVector2Array( 8, 8, 0, 8, 0, 0, 8, 0 )
polygons = [ PoolIntArray( 0, 1, 2, 3 ) ]
[sub_resource type="OccluderPolygon2D" id=8]
polygon = PoolVector2Array( 8, 0, 0, 0, 0, 8, 8, 8 )
[sub_resource type="ConvexPolygonShape2D" id=9]
points = PoolVector2Array( 8, 8, 0, 8, 0, 0, 8, 0 )
[sub_resource type="NavigationPolygon" id=10]
vertices = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
polygons = [ PoolIntArray( 0, 1, 2, 3 ) ]
[sub_resource type="OccluderPolygon2D" id=11]
polygon = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
[sub_resource type="ConvexPolygonShape2D" id=12]
points = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
[sub_resource type="NavigationPolygon" id=13]
vertices = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
polygons = [ PoolIntArray( 0, 1, 2, 3 ) ]
[sub_resource type="OccluderPolygon2D" id=14]
polygon = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
[sub_resource type="ConvexPolygonShape2D" id=15]
points = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
[sub_resource type="NavigationPolygon" id=16]
vertices = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
polygons = [ PoolIntArray( 0, 1, 2, 3 ) ]
[sub_resource type="OccluderPolygon2D" id=17]
polygon = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
[sub_resource type="ConvexPolygonShape2D" id=18]
points = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
[sub_resource type="NavigationPolygon" id=19]
vertices = PoolVector2Array( 8, 8, 0, 8, 0, 0, 8, 0 )
polygons = [ PoolIntArray( 0, 1, 2, 3 ) ]
[sub_resource type="OccluderPolygon2D" id=20]
polygon = PoolVector2Array( 8, 8, 0, 8, 0, 0, 8, 0 )
[sub_resource type="ConvexPolygonShape2D" id=21]
points = PoolVector2Array( 8, 8, 0, 8, 0, 0, 8, 0 )
[sub_resource type="ConvexPolygonShape2D" id=22]
points = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
[sub_resource type="ConvexPolygonShape2D" id=23]
points = PoolVector2Array( 8, 8, 0, 8, 0, 0, 8, 0 )
[sub_resource type="TileSet" id=24]
0/name = "baseblock.png 0"
0/texture = ExtResource( 2 )
0/tex_offset = Vector2( 0, 0 )
0/modulate = Color( 1, 1, 1, 1 )
0/region = Rect2( 16, 16, 32, 32 )
0/tile_mode = 0
0/occluder_offset = Vector2( 0, 0 )
0/occluder = SubResource( 2 )
0/navigation_offset = Vector2( 0, 0 )
0/navigation = SubResource( 1 )
0/shape_offset = Vector2( 0, 0 )
0/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
0/shape = SubResource( 3 )
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( 3 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
0/z_index = 0
1/name = "baseblock_flipped.png 1"
1/texture = ExtResource( 4 )
1/tex_offset = Vector2( 0, 0 )
1/modulate = Color( 1, 1, 1, 1 )
1/region = Rect2( 16, 16, 32, 32 )
1/tile_mode = 0
1/occluder_offset = Vector2( 0, 0 )
1/occluder = SubResource( 5 )
1/navigation_offset = Vector2( 0, 0 )
1/navigation = SubResource( 4 )
1/shape_offset = Vector2( 0, 0 )
1/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
1/shape = SubResource( 6 )
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( 6 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
1/z_index = 0
2/name = "8x8block.png 2"
2/texture = ExtResource( 5 )
2/tex_offset = Vector2( 0, 0 )
2/modulate = Color( 1, 1, 1, 1 )
2/region = Rect2( 0, 0, 8, 8 )
2/tile_mode = 0
2/occluder_offset = Vector2( 0, 0 )
2/occluder = SubResource( 8 )
2/navigation_offset = Vector2( 0, 0 )
2/navigation = SubResource( 7 )
2/shape_offset = Vector2( 0, 0 )
2/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
2/shape = SubResource( 9 )
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( 9 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
2/z_index = 0
3/name = "switchblock.png 3"
3/texture = ExtResource( 10 )
3/tex_offset = Vector2( 0, 0 )
3/modulate = Color( 1, 1, 1, 1 )
3/region = Rect2( 0, 0, 32, 32 )
3/tile_mode = 0
3/occluder_offset = Vector2( 0, 0 )
3/occluder = SubResource( 11 )
3/navigation_offset = Vector2( 0, 0 )
3/navigation = SubResource( 10 )
3/shape_offset = Vector2( 0, 0 )
3/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
3/shape = SubResource( 12 )
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( 12 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
3/z_index = 0
4/name = "vineblock.png 4"
4/texture = ExtResource( 7 )
4/tex_offset = Vector2( 0, 0 )
4/modulate = Color( 1, 1, 1, 1 )
4/region = Rect2( 16, 16, 32, 32 )
4/tile_mode = 0
4/occluder_offset = Vector2( 0, 0 )
4/occluder = SubResource( 14 )
4/navigation_offset = Vector2( 0, 0 )
4/navigation = SubResource( 13 )
4/shape_offset = Vector2( 0, 0 )
4/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
4/shape = SubResource( 15 )
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( 15 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
4/z_index = 0
5/name = "vineblocktop.png 5"
5/texture = ExtResource( 8 )
5/tex_offset = Vector2( 0, 0 )
5/modulate = Color( 1, 1, 1, 1 )
5/region = Rect2( 16, 16, 32, 32 )
5/tile_mode = 0
5/occluder_offset = Vector2( 0, 0 )
5/occluder = SubResource( 17 )
5/navigation_offset = Vector2( 0, 0 )
5/navigation = SubResource( 16 )
5/shape_offset = Vector2( 0, 0 )
5/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
5/shape = SubResource( 18 )
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( 18 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
5/z_index = 0
6/name = "8x8baseblock.png 6"
6/texture = ExtResource( 9 )
6/tex_offset = Vector2( 0, 0 )
6/modulate = Color( 1, 1, 1, 1 )
6/region = Rect2( 0, 0, 8, 8 )
6/tile_mode = 0
6/occluder_offset = Vector2( 0, 0 )
6/occluder = SubResource( 20 )
6/navigation_offset = Vector2( 0, 0 )
6/navigation = SubResource( 19 )
6/shape_offset = Vector2( 0, 0 )
6/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
6/shape = SubResource( 21 )
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( 21 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
6/z_index = 0
7/name = "wireblock.png 7"
7/texture = ExtResource( 12 )
7/tex_offset = Vector2( 0, 0 )
7/modulate = Color( 1, 1, 1, 1 )
7/region = Rect2( 16, 16, 32, 32 )
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( 22 )
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( 22 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
7/z_index = 0
8/name = "glassblock.png 8"
8/texture = ExtResource( 11 )
8/tex_offset = Vector2( 0, 0 )
8/modulate = Color( 1, 1, 1, 1 )
8/region = Rect2( 0, 0, 8, 8 )
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( 23 )
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( 23 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
8/z_index = 0
9/name = "wireblock.png 9"
9/texture = ExtResource( 12 )
9/tex_offset = Vector2( 0, 0 )
9/modulate = Color( 1, 1, 1, 1 )
9/region = Rect2( 56, 16, 8, 8 )
9/tile_mode = 0
9/occluder_offset = Vector2( 0, 0 )
9/navigation_offset = Vector2( 0, 0 )
9/shape_offset = Vector2( 0, 0 )
9/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
9/shape_one_way = false
9/shape_one_way_margin = 0.0
9/shapes = [ ]
9/z_index = 0
[sub_resource type="RectangleShape2D" id=25]
extents = Vector2( 200, 200 )
[node name="Test" type="Node2D"]
[node name="BG" type="Node2D" parent="."]
scale = Vector2( 1e-05, 1e-05 )
[node name="BG-01" type="Sprite" parent="BG"]
position = Vector2( -5.64283e+07, 41080.5 )
scale = Vector2( 436876, 251470 )
texture = ExtResource( 13 )
[node name="BG-02" type="Sprite" parent="BG"]
position = Vector2( -576752, 58920.3 )
scale = Vector2( 436876, 251470 )
texture = ExtResource( 13 )
[node name="Sprite3" type="Sprite" parent="BG/BG-02"]
position = Vector2( 35.77, -30.2288 )
scale = Vector2( 0.0725103, 0.226076 )
texture = ExtResource( 14 )
[node name="Sprite6" type="Sprite" parent="BG/BG-02"]
position = Vector2( 42.6209, -33.7046 )
scale = Vector2( 0.173954, 1 )
texture = ExtResource( 16 )
[node name="Sprite7" type="Sprite" parent="BG/BG-02"]
position = Vector2( 36.9826, 8.63681 )
rotation = 3.14159
scale = Vector2( 0.0571425, 0.578692 )
texture = ExtResource( 17 )
[node name="Sprite2" type="Sprite" parent="BG/BG-02"]
position = Vector2( -31.1017, 32.7223 )
rotation = 3.14159
scale = Vector2( 0.233499, 1 )
texture = ExtResource( 15 )
[node name="Sprite" type="Sprite" parent="BG/BG-02"]
position = Vector2( -33.8906, -29.2809 )
scale = Vector2( 0.233499, 1 )
texture = ExtResource( 18 )
[node name="Sprite4" type="Sprite" parent="BG/BG-02"]
position = Vector2( 9.52724, 15.8422 )
rotation = 3.14159
scale = Vector2( 0.217023, 1 )
texture = ExtResource( 19 )
[node name="BG-03" type="Sprite" parent="BG"]
position = Vector2( 5.50921e+07, 8428.59 )
scale = Vector2( 436876, 251470 )
texture = ExtResource( 13 )
[node name="Sprite4" type="Sprite" parent="BG/BG-03"]
position = Vector2( 41.0626, -38.0907 )
scale = Vector2( 0.0625341, 0.397662 )
texture = ExtResource( 17 )
[node name="Sprite" type="Sprite" parent="BG/BG-03"]
position = Vector2( 1.1445, -32.618 )
scale = Vector2( 0.267155, 1 )
texture = ExtResource( 15 )
[node name="Sprite2" type="Sprite" parent="BG/BG-03"]
position = Vector2( -31.8855, 33.7427 )
scale = Vector2( 0.514434, 1 )
texture = ExtResource( 16 )
[node name="Sprite3" type="Sprite" parent="BG/BG-03"]
position = Vector2( -42.811, -21 )
scale = Vector2( 0.0542841, 0.45369 )
texture = ExtResource( 20 )
[node name="Sprite5" type="Sprite" parent="BG/BG-03"]
position = Vector2( 50.9812, -18.7802 )
scale = Vector2( 0.204922, 1 )
texture = ExtResource( 19 )
[node name="Sprite6" type="Sprite" parent="BG/BG-03"]
position = Vector2( 27.2388, 28.4542 )
rotation = 3.14159
scale = Vector2( 0.319263, 0.816449 )
texture = ExtResource( 21 )
[node name="BG-04" type="Sprite" parent="BG"]
position = Vector2( 1.12054e+08, 29293.9 )
scale = Vector2( 455200, 250803 )
texture = ExtResource( 13 )
[node name="Player" parent="." instance=ExtResource( 1 )]
position = Vector2( -765, 0 )
PhysicalStart = 28.0
GhostStart = 28.0
[node name="Camera2D" type="Camera2D" parent="Player"]
current = true
zoom = Vector2( 0.5, 0.5 )
[node name="TileMap" type="TileMap" parent="."]
position = Vector2( 2, 0 )
tile_set = SubResource( 24 )
cell_size = Vector2( 8, 8 )
collision_layer = 5
format = 1
tile_data = PoolIntArray( -1441846, 0, 0, -1507312, 0, 0, -1310854, 0, 0, -1310850, 1073741825, 0, -1310846, 1073741825, 0, -1310842, 1073741825, 0, -1310838, 1073741825, 0, -1310834, 1073741825, 0, -1310830, 1073741825, 0, -1310826, 3, 0, -1376213, 0, 0, -1376209, 0, 0, -1376187, 0, 0, -1376183, 1073741825, 0, -1376179, 1073741825, 0, -1376175, 1073741825, 0, -1376171, 1073741825, 0, -1376167, 1073741825, 0, -1310573, 2, 0, -1179702, 0, 0, -1245168, 0, 0, -1245164, 0, 0, -1245037, 2, 0, -1179501, 2, 0, -1048710, 0, 0, -1048706, 1073741825, 0, -1048702, 1073741825, 0, -1048698, 1073741825, 0, -1048694, 1073741825, 0, -1048690, 1073741825, 0, -1048686, 1073741825, 0, -1048682, 3, 0, -1114069, 0, 0, -1114065, 0, 0, -1114043, 0, 0, -1114023, 1073741831, 0, -1113965, 2, 0, -1048429, 2, 0, -917558, 0, 0, -983024, 7, 0, -983020, 0, 0, -982893, 2, 0, -917357, 2, 0, -786566, 0, 0, -786562, 1073741825, 0, -786558, 1073741825, 0, -786554, 0, 0, -786550, 0, 0, -786546, 0, 0, -786542, 0, 0, -786538, 3, 0, -786518, 1073741825, 0, -786514, 7, 0, -786510, 1073741825, 0, -851925, 7, 0, -851921, 0, 0, -851909, 5, 0, -851899, 0, 0, -851821, 2, 0, -786373, 536870921, 0, -786285, 2, 0, -655414, 0, 0, -720876, 1, 0, -720837, 536870921, 0, -720749, 2, 0, -655301, 536870921, 0, -655213, 2, 0, -524422, 0, 0, -524418, 0, 0, -524414, 0, 0, -524410, 0, 0, -524406, 0, 0, -524402, 0, 0, -524398, 0, 0, -524394, 3, 0, -589822, 5, 0, -589789, 536870917, 0, -589787, 536870921, 0, -589786, 536870921, 0, -589777, 1, 0, -589765, 4, 0, -589755, 1, 0, -589738, 8, 0, -589737, 8, 0, -589736, 8, 0, -589735, 8, 0, -589734, 1073741832, 0, -589733, 1073741832, 0, -589732, 1073741832, 0, -589731, 1073741832, 0, -589677, 2, 0, -524286, 536870921, 0, -524251, 536870921, 0, -524250, 536870921, 0, -524229, 536870921, 0, -524141, 2, 0, -393278, 6, 0, -393277, 6, 0, -393276, 6, 0, -393275, 6, 0, -393274, 6, 0, -393273, 6, 0, -393272, 6, 0, -393271, 6, 0, -393270, 6, 0, -393269, 6, 0, -393268, 6, 0, -393267, 6, 0, -458750, 536870921, 0, -458742, 6, 0, -458741, 6, 0, -458740, 6, 0, -458739, 6, 0, -458738, 8, 0, -458737, 8, 0, -458736, 8, 0, -458735, 8, 0, -458734, 8, 0, -458733, 8, 0, -458715, 536870921, 0, -458714, 536870921, 0, -458693, 536870921, 0, -458605, 2, 0, -393214, 536870921, 0, -393179, 536870921, 0, -393178, 536870921, 0, -393157, 536870921, 0, -393069, 2, 0, -262278, 0, 0, -262274, 0, 0, -262270, 0, 0, -262266, 0, 0, -262262, 0, 0, -262258, 0, 0, -262254, 0, 0, -262250, 3, 0, -262182, 0, 0, -327678, 4, 0, -327653, 0, 0, -327645, 536870916, 0, -327643, 536870921, 0, -327642, 536870921, 0, -327621, 4, 0, -327533, 2, 0, -262142, 536870921, 0, -262107, 536870921, 0, -262106, 536870921, 0, -262085, 536870921, 0, -261997, 2, 0, -196606, 536870921, 0, -196571, 536870921, 0, -196570, 536870921, 0, -196549, 536870921, 0, -196461, 2, 0, -131070, 536870921, 0, -131035, 536870921, 0, -131034, 536870921, 0, -130925, 2, 0, -134, 2, 0, -133, 2, 0, -132, 2, 0, -131, 2, 0, -130, 2, 0, -129, 2, 0, -128, 2, 0, -127, 2, 0, -126, 2, 0, -125, 2, 0, -124, 2, 0, -123, 2, 0, -122, 2, 0, -121, 2, 0, -120, 2, 0, -119, 2, 0, -118, 2, 0, -117, 2, 0, -116, 2, 0, -115, 2, 0, -114, 2, 0, -113, 2, 0, -112, 2, 0, -111, 2, 0, -110, 2, 0, -109, 2, 0, -108, 2, 0, -107, 2, 0, -106, 2, 0, -105, 2, 0, -104, 2, 0, -103, 2, 0, -102, 2, 0, -101, 2, 0, -100, 2, 0, -99, 2, 0, -98, 2, 0, -97, 2, 0, -96, 2, 0, -95, 2, 0, -94, 2, 0, -93, 2, 0, -92, 2, 0, -91, 2, 0, -90, 2, 0, -89, 2, 0, -88, 2, 0, -87, 2, 0, -86, 2, 0, -85, 2, 0, -84, 2, 0, -83, 2, 0, -82, 2, 0, -81, 2, 0, -80, 2, 0, -79, 2, 0, -78, 2, 0, -77, 2, 0, -76, 2, 0, -75, 2, 0, -74, 2, 0, -73, 2, 0, -72, 2, 0, -71, 2, 0, -70, 2, 0, -69, 2, 0, -68, 2, 0, -67, 2, 0, -66, 2, 0, -65, 2, 0, -64, 2, 0, -63, 2, 0, -62, 2, 0, -61, 2, 0, -60, 2, 0, -59, 2, 0, -58, 2, 0, -57, 2, 0, -56, 2, 0, -55, 2, 0, -54, 2, 0, -53, 2, 0, -52, 2, 0, -51, 2, 0, -50, 2, 0, -49, 2, 0, -48, 2, 0, -47, 2, 0, -46, 2, 0, -45, 2, 0, -44, 2, 0, -43, 2, 0, -42, 2, 0, -41, 2, 0, -40, 2, 0, -39, 2, 0, -38, 2, 0, -37, 2, 0, -36, 2, 0, -35, 2, 0, -34, 2, 0, -33, 2, 0, -32, 2, 0, -31, 2, 0, -30, 2, 0, -29, 2, 0, -28, 2, 0, -27, 2, 0, -26, 2, 0, -25, 2, 0, -24, 2, 0, -23, 2, 0, -22, 2, 0, -21, 2, 0, -20, 2, 0, -19, 2, 0, -18, 2, 0, -17, 2, 0, -16, 2, 0, -15, 2, 0, -14, 2, 0, -13, 2, 0, -12, 2, 0, -11, 2, 0, -10, 2, 0, -9, 2, 0, -8, 2, 0, -7, 2, 0, -6, 2, 0, -5, 2, 0, -4, 2, 0, -3, 2, 0, -2, 2, 0, -1, 2, 0, -65536, 2, 0, -65535, 2, 0, -65534, 2, 0, -65533, 2, 0, -65532, 2, 0, -65531, 2, 0, -65530, 2, 0, -65529, 2, 0, -65528, 2, 0, -65527, 2, 0, -65526, 2, 0, -65525, 2, 0, -65524, 2, 0, -65523, 2, 0, -65522, 2, 0, -65521, 2, 0, -65520, 2, 0, -65519, 2, 0, -65518, 2, 0, -65517, 2, 0, -65516, 2, 0, -65515, 2, 0, -65514, 2, 0, -65513, 2, 0, -65512, 2, 0, -65511, 2, 0, -65510, 2, 0, -65509, 2, 0, -65508, 2, 0, -65507, 2, 0, -65506, 2, 0, -65505, 2, 0, -65504, 2, 0, -65503, 1073741826, 0, -65502, 1073741826, 0, -65501, 2, 0, -65500, 2, 0, -65499, 2, 0, -65498, 2, 0, -65497, 2, 0, -65496, 2, 0, -65495, 2, 0, -65494, 2, 0, -65493, 2, 0, -65492, 2, 0, -65491, 2, 0, -65490, 2, 0, -65489, 2, 0, -65488, 2, 0, -65487, 2, 0, -65486, 2, 0, -65485, 2, 0, -65484, 2, 0, -65483, 2, 0, -65482, 2, 0, -65481, 2, 0, -65480, 2, 0, -65479, 2, 0, -65478, 1073741826, 0, -65477, 2, 0, -65476, 2, 0, -65475, 2, 0, -65474, 2, 0, -65473, 2, 0, -65472, 2, 0, -65471, 2, 0, -65470, 1073741826, 0, -65469, 1073741826, 0, -65468, 2, 0, -65467, 2, 0, -65466, 2, 0, -65465, 2, 0, -65464, 2, 0, -65463, 2, 0, -65462, 2, 0, -65461, 2, 0, -65460, 2, 0, -65459, 2, 0, -65458, 2, 0, -65457, 2, 0, -65456, 2, 0, -65455, 2, 0, -65454, 2, 0, -65453, 2, 0, -65452, 2, 0, -65451, 2, 0, -65450, 2, 0, -65449, 2, 0, -65448, 2, 0, -65447, 2, 0, -65446, 1073741826, 0, -65445, 1073741826, 0, -65444, 2, 0, -65443, 2, 0, -65442, 2, 0, -65441, 1073741826, 0, -65440, 1073741826, 0, -65439, 2, 0, -65438, 2, 0, -65437, 2, 0, -65436, 2, 0, -65435, 2, 0, -65434, 2, 0, -65433, 2, 0, -65432, 2, 0, -65431, 2, 0, -65430, 2, 0, -65429, 2, 0, -65428, 2, 0, -65427, 2, 0, -65426, 2, 0, -65425, 2, 0, -65424, 2, 0, -65423, 2, 0, -65422, 2, 0, -65421, 2, 0, -65420, 2, 0, -65419, 2, 0, -65418, 2, 0, -65417, 2, 0, -65416, 2, 0, -65415, 2, 0, -65414, 2, 0, -65413, 2, 0, -65412, 2, 0, -65411, 2, 0, -65410, 2, 0, -65409, 2, 0, -65408, 2, 0, -65407, 2, 0, -65406, 2, 0, -65405, 2, 0, -65404, 2, 0, -65403, 2, 0, -65402, 2, 0, -65401, 2, 0, -65400, 2, 0, -65399, 2, 0, -65398, 2, 0, -65397, 2, 0, -65396, 2, 0, -65395, 2, 0, -65394, 2, 0, -65393, 2, 0, -65392, 2, 0, -65391, 2, 0, -65390, 2, 0, -65389, 2, 0, -65388, 2, 0, -65387, 2, 0, -65386, 2, 0, -65385, 2, 0, -65384, 2, 0, -65383, 2, 0, -65382, 2, 0, -65381, 2, 0, -65380, 2, 0, -65379, 2, 0, -65378, 2, 0, -65377, 2, 0, -65376, 2, 0, -65375, 2, 0, -65374, 2, 0, -65373, 2, 0, -65372, 2, 0, -65371, 2, 0, -65370, 2, 0, -65369, 2, 0, -65368, 2, 0, -65367, 2, 0, -65366, 2, 0, -65365, 2, 0, -65364, 2, 0, -65363, 2, 0, -65362, 2, 0, -65361, 2, 0, -65360, 2, 0, 65402, 2, 0, 65403, 2, 0, 65404, 2, 0, 65405, 2, 0, 65406, 2, 0, 65407, 2, 0, 65408, 2, 0, 65409, 2, 0, 65410, 2, 0, 65411, 2, 0, 65412, 2, 0, 65413, 2, 0, 65414, 2, 0, 65415, 2, 0, 65416, 2, 0, 65417, 2, 0, 65418, 2, 0, 65419, 2, 0, 65420, 2, 0, 65421, 2, 0, 65422, 2, 0, 65423, 2, 0, 65424, 2, 0, 65425, 2, 0, 65426, 2, 0, 65427, 2, 0, 65428, 2, 0, 65429, 2, 0, 65430, 2, 0, 65431, 1073741826, 0, 65432, 1073741826, 0, 65433, 1073741826, 0, 65434, 1073741826, 0, 65435, 1073741826, 0, 65436, 1073741826, 0, 65437, 1073741826, 0, 65438, 1073741826, 0, 65439, 1073741826, 0, 65440, 1073741826, 0, 65441, 1073741826, 0, 65442, 1073741826, 0, 65443, 1073741826, 0, 65444, 1073741826, 0, 65445, 1073741826, 0, 65446, 1073741826, 0, 65447, 1073741826, 0, 65448, 1073741826, 0, 65449, 1073741826, 0, 65450, 1073741826, 0, 65451, 1073741826, 0, 65452, 1073741826, 0, 65453, 1073741826, 0, 65454, 1073741826, 0, 65455, 1073741826, 0, 65456, 1073741826, 0, 65457, 1073741826, 0, 65458, 1073741826, 0, 65459, 1073741826, 0, 65460, 1073741826, 0, 65461, 1073741826, 0, 65462, 1073741826, 0, 65463, 1073741826, 0, 65464, 1073741826, 0, 65465, 1073741826, 0, 65466, 1073741826, 0, 65467, 1073741826, 0, 65468, 1073741826, 0, 65469, 1073741826, 0, 65470, 1073741826, 0, 65471, 1073741826, 0, 65472, 1073741826, 0, 65473, 1073741826, 0, 65474, 1073741826, 0, 65475, 1073741826, 0, 65476, 1073741826, 0, 65477, 1073741826, 0, 65478, 1073741826, 0, 65479, 1073741826, 0, 65480, 1073741826, 0, 65481, 1073741826, 0, 65482, 1073741826, 0, 65483, 1073741826, 0, 65484, 1073741826, 0, 65485, 1073741826, 0, 65486, 1073741826, 0, 65487, 1073741826, 0, 65488, 1073741826, 0, 65489, 1073741826, 0, 65490, 1073741826, 0, 65491, 1073741826, 0, 65492, 1073741826, 0, 65493, 1073741826, 0, 65494, 1073741826, 0, 65495, 1073741826, 0, 65496, 1073741826, 0, 65497, 1073741826, 0, 65498, 1073741826, 0, 65499, 1073741826, 0, 65500, 1073741826, 0, 65501, 1073741826, 0, 65502, 1073741826, 0, 65503, 1073741826, 0, 65504, 1073741826, 0, 65505, 1073741826, 0, 65506, 1073741826, 0, 65507, 1073741826, 0, 65508, 1073741826, 0, 65509, 1073741826, 0, 65510, 1073741826, 0, 65511, 1073741826, 0, 65512, 1073741826, 0, 65513, 1073741826, 0, 65514, 1073741826, 0, 65515, 1073741826, 0, 65516, 1073741826, 0, 65517, 1073741826, 0, 65518, 1073741826, 0, 65519, 1073741826, 0, 65520, 1073741826, 0, 65521, 1073741826, 0, 65522, 1073741826, 0, 65523, 1073741826, 0, 65524, 1073741826, 0, 65525, 1073741826, 0, 65526, 1073741826, 0, 65527, 1073741826, 0, 65528, 1073741826, 0, 65529, 1073741826, 0, 65530, 1073741826, 0, 65531, 1073741826, 0, 65532, 1073741826, 0, 65533, 1073741826, 0, 65534, 1073741826, 0, 65535, 1073741826, 0, 0, 1073741826, 0, 1, 1073741826, 0, 2, 1073741826, 0, 3, 1073741826, 0, 4, 1073741826, 0, 5, 1073741826, 0, 6, 1073741826, 0, 7, 1073741826, 0, 8, 1073741826, 0, 9, 1073741826, 0, 10, 1073741826, 0, 11, 1073741826, 0, 12, 1073741826, 0, 13, 1073741826, 0, 14, 1073741826, 0, 15, 1073741826, 0, 16, 1073741826, 0, 17, 1073741826, 0, 18, 1073741826, 0, 19, 1073741826, 0, 20, 1073741826, 0, 21, 1073741826, 0, 22, 1073741826, 0, 23, 1073741826, 0, 24, 1073741826, 0, 25, 1073741826, 0, 26, 1073741826, 0, 27, 1073741826, 0, 28, 1073741826, 0, 29, 1073741826, 0, 30, 1073741826, 0, 31, 1073741826, 0, 32, 1073741826, 0, 33, 1073741826, 0, 34, 1073741826, 0, 35, 1073741826, 0, 36, 1073741826, 0, 37, 1073741826, 0, 38, 1073741826, 0, 39, 1073741826, 0, 40, 1073741826, 0, 41, 1073741826, 0, 42, 1073741826, 0, 43, 1073741826, 0, 44, 1073741826, 0, 45, 1073741826, 0, 46, 1073741826, 0, 47, 1073741826, 0, 48, 1073741826, 0, 49, 1073741826, 0, 50, 1073741826, 0, 51, 1073741826, 0, 52, 1073741826, 0, 53, 1073741826, 0, 54, 1073741826, 0, 55, 1073741826, 0, 56, 1073741826, 0, 57, 1073741826, 0, 58, 1073741826, 0, 59, 1073741826, 0, 60, 1073741826, 0, 61, 1073741826, 0, 62, 1073741826, 0, 63, 1073741826, 0, 64, 1073741826, 0, 65, 1073741826, 0, 66, 1073741826, 0, 67, 1073741826, 0, 68, 1073741826, 0, 69, 1073741826, 0, 70, 1073741826, 0, 71, 1073741826, 0, 72, 1073741826, 0, 73, 1073741826, 0, 74, 1073741826, 0, 75, 1073741826, 0, 76, 1073741826, 0, 77, 1073741826, 0, 78, 1073741826, 0, 79, 1073741826, 0, 80, 1073741826, 0, 81, 1073741826, 0, 82, 1073741826, 0, 83, 1073741826, 0, 84, 1073741826, 0, 85, 1073741826, 0, 86, 1073741826, 0, 87, 1073741826, 0, 88, 1073741826, 0, 89, 1073741826, 0, 90, 1073741826, 0, 91, 1073741826, 0, 92, 1073741826, 0, 93, 1073741826, 0, 94, 1073741826, 0, 95, 1073741826, 0, 96, 1073741826, 0, 97, 1073741826, 0, 98, 1073741826, 0, 99, 1073741826, 0, 100, 1073741826, 0, 101, 1073741826, 0, 102, 1073741826, 0, 103, 1073741826, 0, 104, 1073741826, 0, 105, 1073741826, 0, 106, 1073741826, 0, 107, 1073741826, 0, 108, 1073741826, 0, 109, 1073741826, 0, 110, 1073741826, 0, 111, 1073741826, 0, 112, 1073741826, 0, 113, 1073741826, 0, 114, 1073741826, 0, 115, 1073741826, 0, 116, 1073741826, 0, 117, 1073741826, 0, 118, 1073741826, 0, 119, 1073741826, 0, 120, 1073741826, 0, 121, 1073741826, 0, 122, 1073741826, 0, 123, 1073741826, 0, 124, 1073741826, 0, 125, 1073741826, 0, 126, 1073741826, 0, 127, 1073741826, 0, 128, 1073741826, 0, 129, 1073741826, 0, 130, 1073741826, 0, 131, 1073741826, 0, 132, 1073741826, 0, 133, 1073741826, 0, 134, 1073741826, 0, 135, 1073741826, 0, 136, 1073741826, 0, 137, 1073741826, 0, 138, 1073741826, 0, 139, 1073741826, 0, 140, 1073741826, 0, 141, 1073741826, 0, 142, 1073741826, 0, 143, 1073741826, 0, 144, 1073741826, 0, 145, 1073741826, 0, 146, 1073741826, 0, 147, 1073741826, 0, 148, 1073741826, 0, 149, 1073741826, 0, 150, 1073741826, 0, 151, 1073741826, 0, 152, 1073741826, 0, 153, 1073741826, 0, 154, 1073741826, 0, 155, 1073741826, 0, 156, 1073741826, 0, 157, 1073741826, 0, 158, 1073741826, 0, 159, 1073741826, 0, 160, 1073741826, 0, 161, 1073741826, 0, 162, 1073741826, 0, 163, 1073741826, 0, 164, 1073741826, 0, 165, 1073741826, 0, 166, 1073741826, 0, 167, 1073741826, 0, 168, 1073741826, 0, 169, 1073741826, 0, 170, 1073741826, 0, 171, 1073741826, 0, 172, 1073741826, 0, 173, 1073741826, 0, 174, 1073741826, 0, 175, 1073741826, 0, 130938, 1073741824, 0, 130942, 1073741824, 0, 130946, 1073741824, 0, 130950, 1073741824, 0, 130954, 1073741824, 0, 130958, 1073741824, 0, 130962, 1073741824, 0, 130966, 1073741827, 0, 131002, 1073741824, 0, 131006, 1073741824, 0, 131010, 1073741824, 0, 131014, 1073741824, 0, 131018, 1073741824, 0, 131034, 1073741828, 0, 65556, 1, 0, 65563, 1, 0, 65567, 1, 0, 65571, 1, 0, 65579, 1, 0, 65583, 1610612740, 0, 65585, 536870921, 0, 65586, 536870921, 0, 65587, 1, 0, 65591, 1, 0, 65610, 1, 0, 65614, 1610612740, 0, 65617, 1610612745, 0, 65683, 1073741826, 0, 196570, 1073741833, 0, 131121, 536870921, 0, 131122, 536870921, 0, 131153, 1610612745, 0, 131219, 1073741826, 0, 262106, 1073741833, 0, 196657, 536870921, 0, 196658, 536870921, 0, 196689, 1610612745, 0, 196755, 1073741826, 0, 327642, 1073741833, 0, 262193, 536870921, 0, 262194, 536870921, 0, 262206, 1073741830, 0, 262207, 1073741830, 0, 262208, 1073741830, 0, 262209, 1073741830, 0, 262225, 1610612745, 0, 262291, 1073741826, 0, 393082, 1073741824, 0, 393086, 1073741824, 0, 393090, 1073741824, 0, 393094, 1073741824, 0, 393098, 1073741824, 0, 393102, 1073741824, 0, 393106, 1073741824, 0, 393110, 1073741827, 0, 393150, 1073741824, 0, 393154, 1073741824, 0, 393158, 1073741824, 0, 393162, 1073741824, 0, 393178, 1073741828, 0, 393196, 1073741832, 0, 393197, 1073741832, 0, 393198, 1073741832, 0, 393199, 1073741832, 0, 327700, 536870913, 0, 327711, 1, 0, 327723, 1, 0, 327727, 1610612741, 0, 327729, 536870921, 0, 327730, 536870921, 0, 327735, 1, 0, 327754, 1, 0, 327758, 1610612740, 0, 327761, 1610612745, 0, 327827, 1073741826, 0, 458714, 1073741833, 0, 458732, 1073741832, 0, 458735, 1073741832, 0, 393232, 536870918, 0, 393233, 536870918, 0, 393234, 536870918, 0, 393235, 536870918, 0, 393265, 536870921, 0, 393266, 536870921, 0, 393297, 1610612745, 0, 393363, 1073741826, 0, 524250, 1073741833, 0, 524268, 1073741832, 0, 524271, 1073741832, 0, 458801, 536870921, 0, 458802, 536870921, 0, 458833, 1610612745, 0, 458899, 1073741826, 0, 589786, 1073741833, 0, 589804, 1073741832, 0, 589807, 1073741832, 0, 524337, 536870921, 0, 524338, 536870921, 0, 524358, 1073741830, 0, 524359, 1073741830, 0, 524360, 1073741830, 0, 524361, 1073741830, 0, 524369, 1610612745, 0, 524435, 1073741826, 0, 655226, 1073741824, 0, 655230, 1073741824, 0, 655234, 1073741824, 0, 655238, 1073741824, 0, 655242, 1073741824, 0, 655246, 1073741824, 0, 655250, 1073741824, 0, 655254, 1073741827, 0, 655258, 1073741824, 0, 655262, 1073741831, 0, 655266, 1073741824, 0, 655322, 1073741829, 0, 655336, 1073741824, 0, 655340, 1073741831, 0, 655344, 1073741824, 0, 589844, 536870913, 0, 589879, 1, 0, 589898, 1, 0, 589902, 1610612741, 0, 589905, 1610612745, 0, 589971, 1073741826, 0, 720858, 1073741833, 0, 655441, 1610612745, 0, 655507, 1073741826, 0, 786394, 1073741833, 0, 720977, 1610612745, 0, 721043, 1073741826, 0, 851930, 1073741833, 0, 786513, 1610612745, 0, 786579, 1073741826, 0, 917370, 1073741824, 0, 917374, 1073741824, 0, 917378, 1073741824, 0, 917382, 1073741824, 0, 917386, 1073741824, 0, 917390, 1073741824, 0, 917394, 1073741824, 0, 917398, 1073741827, 0, 917480, 1073741824, 0, 917484, 1073741824, 0, 917488, 1073741824, 0, 852115, 1073741826, 0, 917651, 1073741826, 0, 983187, 1073741826, 0, 1048723, 1073741826, 0, 1179514, 1073741824, 0, 1179518, 1073741824, 0, 1179522, 1073741824, 0, 1179526, 1073741824, 0, 1179530, 1073741824, 0, 1179534, 1073741824, 0, 1179538, 1073741824, 0, 1179542, 1073741827, 0, 1179624, 1073741824, 0, 1179628, 1073741824, 0, 1179632, 1073741824, 0, 1114259, 1073741826, 0, 1179795, 1073741826, 0, 1245331, 1073741826, 0 )
[node name="Crate" parent="." instance=ExtResource( 3 )]
position = Vector2( 146.181, 0 )
UsePhysical = false
PhysicalStart = 90.0
GhostStart = 25.0
[node name="Crate2" parent="." instance=ExtResource( 3 )]
position = Vector2( 568.549, 0 )
PhysicalStart = 25.0
UseGhost = false
GhostStart = 25.0
[node name="Crate3" parent="." instance=ExtResource( 3 )]
position = Vector2( 730, 0 )
UsePhysical = false
PhysicalStart = 25.0
GhostStart = 25.0
[node name="Crate4" parent="." instance=ExtResource( 3 )]
position = Vector2( 642, 0 )
UsePhysical = false
PhysicalStart = 25.0
GhostStart = 217.0
[node name="Crate5" parent="." instance=ExtResource( 3 )]
position = Vector2( -462, 0 )
PhysicalStart = 25.0
UseGhost = false
GhostStart = 217.0
[node name="Scanner" parent="." instance=ExtResource( 6 )]
position = Vector2( 146.5, -88 )
[node name="Scanner5" parent="." instance=ExtResource( 6 )]
position = Vector2( -638, -72 )
[node name="Scanner4" parent="." instance=ExtResource( 6 )]
position = Vector2( -765.5, 71 )
rotation = -3.14159
[node name="Scanner6" parent="." instance=ExtResource( 6 )]
position = Vector2( -141, 72 )
rotation = -3.14159
[node name="Scanner2" parent="." instance=ExtResource( 6 )]
position = Vector2( 363, -72 )
[node name="Scanner3" parent="." instance=ExtResource( 6 )]
position = Vector2( 730, -104 )
[node name="Area2D" type="Area2D" parent="."]
position = Vector2( 1150, 0 )
script = ExtResource( 22 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
shape = SubResource( 25 )
[node name="Timer" type="Timer" parent="Area2D"]
wait_time = 3.0
[node name="Audio" type="AudioStreamPlayer" parent="Area2D"]
stream = ExtResource( 23 )
[node name="Sprite" type="Sprite" parent="Area2D"]
visible = false
position = Vector2( -100, -50 )
texture = ExtResource( 24 )
[connection signal="body_entered" from="Area2D" to="Area2D" method="_on_Area2D_body_entered"]
[connection signal="timeout" from="Area2D/Timer" to="Area2D" method="TimeOver"]