-
Notifications
You must be signed in to change notification settings - Fork 3
/
World.tscn
468 lines (398 loc) · 45.9 KB
/
World.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
[gd_scene load_steps=34 format=2]
[ext_resource path="res://addons/gift/icon.png" type="Texture" id=1]
[ext_resource path="res://World.gd" type="Script" id=2]
[ext_resource path="res://art/Taiga-Asset-Pack_v2_vnitti/PNG/Tileset.png" type="Texture" id=3]
[ext_resource path="res://Environment/Spikes.tscn" type="PackedScene" id=4]
[ext_resource path="res://art/Taiga-Asset-Pack_v2_vnitti/PNG/Middleground.png" type="Texture" id=5]
[ext_resource path="res://art/Taiga-Asset-Pack_v2_vnitti/PNG/Extension_green.png" type="Texture" id=6]
[ext_resource path="res://art/Taiga-Asset-Pack_v2_vnitti/PNG/Background.png" type="Texture" id=7]
[ext_resource path="res://art/Taiga-Asset-Pack_v2_vnitti/PNG/Extension_blue.png" type="Texture" id=8]
[ext_resource path="res://Environment/WinZone.tscn" type="PackedScene" id=9]
[ext_resource path="res://ui/HanaleiFill-Regular.ttf" type="DynamicFontData" id=10]
[ext_resource path="res://ui/UIFont.tres" type="DynamicFont" id=11]
[ext_resource path="res://ui/DeathDisplay.gd" type="Script" id=12]
[sub_resource type="DynamicFont" id=1]
size = 11
outline_size = 1
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 10 )
[sub_resource type="DynamicFont" id=2]
size = 24
outline_size = 1
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 10 )
[sub_resource type="DynamicFont" id=3]
size = 12
outline_size = 1
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 10 )
[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="ConvexPolygonShape2D" id=10]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=11]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=12]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=13]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=14]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=15]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=16]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=17]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=18]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="ConvexPolygonShape2D" id=19]
points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 )
[sub_resource type="TileSet" id=20]
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( 80, 48, 16, 16 )
0/tile_mode = 1
0/autotile/bitmask_mode = 0
0/autotile/bitmask_flags = [ ]
0/autotile/icon_coordinate = Vector2( 0, 0 )
0/autotile/tile_size = Vector2( 32, 32 )
0/autotile/spacing = 0
0/autotile/occluder_map = [ ]
0/autotile/navpoly_map = [ ]
0/autotile/priority_map = [ ]
0/autotile/z_index_map = [ ]
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_one_way = false
0/shape_one_way_margin = 0.0
0/shapes = [ ]
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( 16, 16, 240, 112 )
1/tile_mode = 1
1/autotile/bitmask_mode = 0
1/autotile/bitmask_flags = [ Vector2( 2, 2 ), 69, Vector2( 4, 0 ), 144, Vector2( 4, 1 ), 146, Vector2( 4, 2 ), 146, Vector2( 4, 3 ), 18, Vector2( 6, 0 ), 432, Vector2( 6, 1 ), 438, Vector2( 6, 2 ), 438, Vector2( 6, 3 ), 54, Vector2( 7, 0 ), 504, Vector2( 7, 1 ), 510, Vector2( 7, 2 ), 511, Vector2( 7, 3 ), 63, Vector2( 8, 0 ), 504, Vector2( 8, 1 ), 507, Vector2( 8, 2 ), 447, Vector2( 8, 3 ), 63, Vector2( 9, 0 ), 216, Vector2( 9, 1 ), 219, Vector2( 9, 2 ), 219, Vector2( 9, 3 ), 27 ]
1/autotile/icon_coordinate = Vector2( 0, 0 )
1/autotile/tile_size = Vector2( 16, 16 )
1/autotile/spacing = 0
1/autotile/occluder_map = [ ]
1/autotile/navpoly_map = [ ]
1/autotile/priority_map = [ ]
1/autotile/z_index_map = [ ]
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( 4 )
1/shape_one_way = false
1/shape_one_way_margin = 1.0
1/shapes = [ {
"autotile_coord": Vector2( 6, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 4 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 7, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 5 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 8, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 6 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 9, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 7 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 6, 1 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 8 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 6, 2 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 9 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 6, 3 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 10 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 7, 3 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 11 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 8, 3 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 12 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 9, 3 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 13 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 9, 2 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 14 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 9, 1 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 15 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 7, 1 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 16 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 8, 1 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 17 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 7, 2 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 18 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 8, 2 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 19 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
1/z_index = 0
[sub_resource type="DynamicFont" id=21]
size = 22
outline_size = 1
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 10 )
[node name="World" type="Node2D"]
[node name="Background" type="Node2D" parent="."]
position = Vector2( 544, 472 )
[node name="Background" type="Sprite" parent="Background"]
position = Vector2( -536, -88 )
texture = ExtResource( 7 )
[node name="Background2" type="Sprite" parent="Background"]
position = Vector2( -152, -88 )
texture = ExtResource( 7 )
[node name="Background3" type="Sprite" parent="Background"]
position = Vector2( 232, -88 )
texture = ExtResource( 7 )
[node name="Background4" type="Sprite" parent="Background"]
position = Vector2( 616, -88 )
texture = ExtResource( 7 )
[node name="Extension_blue" type="Sprite" parent="Background/Background4"]
position = Vector2( -576, -286 )
scale = Vector2( 4, 1.64815 )
texture = ExtResource( 8 )
[node name="Extension_green" type="Sprite" parent="Background"]
position = Vector2( 40, 160 )
scale = Vector2( 4, 1 )
texture = ExtResource( 6 )
[node name="Middleground" type="Sprite" parent="Background"]
position = Vector2( -536, -52 )
texture = ExtResource( 5 )
[node name="Middleground2" type="Sprite" parent="Background"]
position = Vector2( -152, -52 )
texture = ExtResource( 5 )
[node name="Middleground3" type="Sprite" parent="Background"]
position = Vector2( 232, -52 )
texture = ExtResource( 5 )
[node name="Middleground4" type="Sprite" parent="Background"]
position = Vector2( 616, -52 )
texture = ExtResource( 5 )
[node name="World" type="Node" parent="."]
script = ExtResource( 2 )
__meta__ = {
"_editor_icon": ExtResource( 1 )
}
[node name="CanvasLayer" type="CanvasLayer" parent="World"]
[node name="PlayerCounter" type="Label" parent="World/CanvasLayer"]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -112.0
margin_top = 16.0
margin_right = -8.0
margin_bottom = 64.0
custom_fonts/font = ExtResource( 11 )
text = "Player Count: 0
Max Players: 10"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="PlayerList" type="RichTextLabel" parent="World/CanvasLayer"]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -304.0
margin_top = 16.0
margin_right = -129.0
margin_bottom = 168.0
custom_fonts/normal_font = SubResource( 1 )
bbcode_enabled = true
[node name="DeathDisplay" type="Label" parent="World/CanvasLayer"]
self_modulate = Color( 0.643137, 0, 0, 1 )
anchor_left = 0.5
anchor_right = 0.5
margin_left = -192.0
margin_top = 16.0
margin_right = 184.0
margin_bottom = 168.0
custom_fonts/font = SubResource( 2 )
text = "miziziziz has died!"
align = 1
autowrap = true
script = ExtResource( 12 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Timer" type="Timer" parent="World/CanvasLayer/DeathDisplay"]
wait_time = 2.0
one_shot = true
autostart = true
[node name="Controls" type="Label" parent="World/CanvasLayer"]
anchor_top = 1.0
anchor_bottom = 1.0
margin_left = 8.0
margin_top = -80.0
margin_right = 397.0
margin_bottom = 49.0
custom_fonts/font = SubResource( 3 )
text = "how to play:
type 'join' to join, type 'reset' to reset your position
type [r/l]_[1-10] to jump right/left with power 1 to 10, examples: r_5 l_3
if you die you have to wait 10 seconds to rejoin"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TileMap" type="TileMap" parent="."]
position = Vector2( 544, 472 )
tile_set = SubResource( 20 )
cell_size = Vector2( 16, 16 )
format = 1
tile_data = PoolIntArray( -3145699, 1, 6, -3145698, 1, 7, -3145697, 1, 9, -3080163, 1, 65542, -3080162, 1, 131079, -3080161, 1, 131081, -3014627, 1, 131078, -3014626, 1, 131079, -3014625, 1, 65545, -2949091, 1, 131078, -2949090, 1, 131079, -2949089, 1, 131081, -2818084, 1, 6, -2818083, 1, 8, -2818082, 1, 9, -2818070, 1, 6, -2818069, 1, 8, -2818068, 1, 7, -2818067, 1, 8, -2818066, 1, 7, -2818065, 1, 8, -2818064, 1, 7, -2818063, 1, 8, -2818062, 1, 7, -2818061, 1, 8, -2818060, 1, 9, -2883555, 1, 131078, -2883554, 1, 131079, -2883553, 1, 65545, -2752548, 1, 131078, -2752547, 1, 131079, -2752546, 1, 131081, -2752534, 1, 131078, -2752533, 1, 131079, -2752532, 1, 131079, -2752531, 1, 131079, -2752530, 1, 131079, -2752529, 1, 131079, -2752528, 1, 131079, -2752527, 1, 131079, -2752526, 1, 131079, -2752525, 1, 131079, -2752524, 1, 131081, -2818019, 1, 65542, -2818018, 1, 131079, -2818017, 1, 65545, -2687012, 1, 131078, -2687011, 1, 131079, -2687010, 1, 65545, -2686998, 1, 131078, -2686997, 1, 131079, -2686996, 1, 131079, -2686995, 1, 131079, -2686994, 1, 131079, -2686993, 1, 131079, -2686992, 1, 131079, -2686991, 1, 131079, -2686990, 1, 131079, -2686989, 1, 131079, -2686988, 1, 131081, -2752483, 1, 131078, -2752482, 1, 131079, -2752481, 1, 65545, -2621476, 1, 65542, -2621475, 1, 131079, -2621474, 1, 131081, -2621462, 1, 65542, -2621461, 1, 131079, -2621460, 1, 131079, -2621459, 1, 131079, -2621458, 1, 131079, -2621457, 1, 131079, -2621456, 1, 131079, -2621455, 1, 131079, -2621454, 1, 131079, -2621453, 1, 131079, -2621452, 1, 65545, -2686947, 1, 65542, -2686946, 1, 131079, -2686945, 1, 65545, -2555940, 1, 65542, -2555939, 1, 131079, -2555938, 1, 65545, -2555926, 1, 65542, -2555925, 1, 131079, -2555924, 1, 131079, -2555923, 1, 131079, -2555922, 1, 131079, -2555921, 1, 131079, -2555920, 1, 131079, -2555919, 1, 131079, -2555918, 1, 131079, -2555917, 1, 131079, -2555916, 1, 131081, -2621411, 1, 65542, -2621410, 1, 131079, -2621409, 1, 65545, -2490404, 1, 65542, -2490403, 1, 131079, -2490402, 1, 131081, -2490390, 1, 131078, -2490389, 1, 131079, -2490388, 1, 131079, -2490387, 1, 131079, -2490386, 1, 131079, -2490385, 1, 131079, -2490384, 1, 131079, -2490383, 1, 131079, -2490382, 1, 131079, -2490381, 1, 131079, -2490380, 1, 65545, -2555875, 1, 65542, -2555874, 1, 131079, -2555873, 1, 131081, -2424868, 1, 131078, -2424867, 1, 131079, -2424866, 1, 131081, -2424854, 1, 131078, -2424853, 1, 131079, -2424852, 1, 131079, -2424851, 1, 131079, -2424850, 1, 131079, -2424849, 1, 131079, -2424848, 1, 131079, -2424847, 1, 131079, -2424846, 1, 131079, -2424845, 1, 131079, -2424844, 1, 65545, -2490339, 1, 65542, -2490338, 1, 131079, -2490337, 1, 131081, -2359332, 1, 131078, -2359331, 1, 131079, -2359330, 1, 131081, -2359318, 1, 65542, -2359317, 1, 131079, -2359316, 1, 131079, -2359315, 1, 131079, -2359314, 1, 131079, -2359313, 1, 131079, -2359312, 1, 131079, -2359311, 1, 131079, -2359310, 1, 131079, -2359309, 1, 131079, -2359308, 1, 131081, -2424803, 1, 65542, -2424802, 1, 131079, -2424801, 1, 131081, -2293796, 1, 131078, -2293795, 1, 131079, -2293794, 1, 65545, -2293782, 1, 131078, -2293781, 1, 131079, -2293780, 1, 131079, -2293779, 1, 131079, -2293778, 1, 131079, -2293777, 1, 131079, -2293776, 1, 131079, -2293775, 1, 131079, -2293774, 1, 131079, -2293773, 1, 131079, -2293772, 1, 65545, -2359267, 1, 131078, -2359266, 1, 131079, -2359265, 1, 131081, -2228260, 1, 65542, -2228259, 1, 131079, -2228258, 1, 131081, -2228246, 1, 65542, -2228245, 1, 131079, -2228244, 1, 131079, -2228243, 1, 131079, -2228242, 1, 131079, -2228241, 1, 131079, -2228240, 1, 131079, -2228239, 1, 131079, -2228238, 1, 131079, -2228237, 1, 131079, -2228236, 1, 65545, -2293731, 1, 131078, -2293730, 1, 131079, -2293729, 1, 131081, -2162724, 1, 65542, -2162723, 1, 131079, -2162722, 1, 131081, -2162710, 1, 131078, -2162709, 1, 131079, -2162708, 1, 131079, -2162707, 1, 131079, -2162706, 1, 131079, -2162705, 1, 131079, -2162704, 1, 131079, -2162703, 1, 131079, -2162702, 1, 131079, -2162701, 1, 131079, -2162700, 1, 131081, -2228195, 1, 65542, -2228194, 1, 131079, -2228193, 1, 131081, -2097188, 1, 65542, -2097187, 1, 131079, -2097186, 1, 65545, -2097174, 1, 65542, -2097173, 1, 131079, -2097172, 1, 131079, -2097171, 1, 131079, -2097170, 1, 131079, -2097169, 1, 131079, -2097168, 1, 131079, -2097167, 1, 131079, -2097166, 1, 131079, -2097165, 1, 131079, -2097164, 1, 65545, -2162659, 1, 65542, -2162658, 1, 131079, -2162657, 1, 131081, -2031652, 1, 131078, -2031651, 1, 131079, -2031650, 1, 65545, -2031638, 1, 131078, -2031637, 1, 131079, -2031636, 1, 131079, -2031635, 1, 131079, -2031634, 1, 131079, -2031633, 1, 131079, -2031632, 1, 131079, -2031631, 1, 131079, -2031630, 1, 131079, -2031629, 1, 131079, -2031628, 1, 65545, -2097123, 1, 131078, -2097122, 1, 131079, -2097121, 1, 131081, -1966121, 1, 6, -1966120, 1, 7, -1966119, 1, 7, -1966118, 1, 8, -1966117, 1, 8, -1966116, 1, 65543, -1966115, 1, 131079, -1966114, 1, 131081, -1966102, 1, 131078, -1966101, 1, 131079, -1966100, 1, 131079, -1966099, 1, 131079, -1966098, 1, 131079, -1966097, 1, 131079, -1966096, 1, 131079, -1966095, 1, 131079, -1966094, 1, 131079, -1966093, 1, 131079, -1966092, 1, 65545, -2031587, 1, 65542, -2031586, 1, 131079, -2031585, 1, 131081, -1900585, 1, 65542, -1900584, 1, 131079, -1900583, 1, 131079, -1900582, 1, 131079, -1900581, 1, 131079, -1900580, 1, 131079, -1900579, 1, 131079, -1900578, 1, 131081, -1900566, 1, 131078, -1900565, 1, 131079, -1900564, 1, 131079, -1900563, 1, 131079, -1900562, 1, 131079, -1900561, 1, 131079, -1900560, 1, 131079, -1900559, 1, 131079, -1900558, 1, 131079, -1900557, 1, 131079, -1900556, 1, 131081, -1966051, 1, 65542, -1966050, 1, 131079, -1966049, 1, 65544, -1966048, 1, 7, -1966047, 1, 7, -1966046, 1, 7, -1966045, 1, 8, -1966044, 1, 8, -1966043, 1, 7, -1966042, 1, 7, -1966041, 1, 7, -1966040, 1, 9, -1835049, 1, 131078, -1835048, 1, 131079, -1835047, 1, 131079, -1835046, 1, 131079, -1835045, 1, 131079, -1835044, 1, 131079, -1835043, 1, 131079, -1835042, 1, 65545, -1835030, 1, 196614, -1835029, 1, 196616, -1835028, 1, 196615, -1835027, 1, 196615, -1835026, 1, 196616, -1835025, 1, 196615, -1835024, 1, 196616, -1835023, 1, 196616, -1835022, 1, 196615, -1835021, 1, 196616, -1835020, 1, 196617, -1900515, 1, 65542, -1900514, 1, 131079, -1900513, 1, 131079, -1900512, 1, 131079, -1900511, 1, 131079, -1900510, 1, 131079, -1900509, 1, 131079, -1900508, 1, 131079, -1900507, 1, 131079, -1900506, 1, 131079, -1900505, 1, 131079, -1900504, 1, 131081, -1769513, 1, 131078, -1769512, 1, 131079, -1769511, 1, 131079, -1769510, 1, 131079, -1769509, 1, 131079, -1769508, 1, 131079, -1769507, 1, 131079, -1769506, 1, 131081, -1834979, 1, 131078, -1834978, 1, 131079, -1834977, 1, 131079, -1834976, 1, 131079, -1834975, 1, 131079, -1834974, 1, 131079, -1834973, 1, 131079, -1834972, 1, 131079, -1834971, 1, 131079, -1834970, 1, 131079, -1834969, 1, 131079, -1834968, 1, 65545, -1703977, 1, 65542, -1703976, 1, 131079, -1703975, 1, 131079, -1703974, 1, 131079, -1703973, 1, 131079, -1703972, 1, 131079, -1703971, 1, 131079, -1703970, 1, 131081, -1769443, 1, 131078, -1769442, 1, 131079, -1769441, 1, 131079, -1769440, 1, 131079, -1769439, 1, 131079, -1769438, 1, 131079, -1769437, 1, 131079, -1769436, 1, 131079, -1769435, 1, 131079, -1769434, 1, 131079, -1769433, 1, 131079, -1769432, 1, 131081, -1638441, 1, 131078, -1638440, 1, 131079, -1638439, 1, 131079, -1638438, 1, 131079, -1638437, 1, 131079, -1638436, 1, 131079, -1638435, 1, 131079, -1638434, 1, 65545, -1703907, 1, 131078, -1703906, 1, 131079, -1703905, 1, 131079, -1703904, 1, 131079, -1703903, 1, 131079, -1703902, 1, 131079, -1703901, 1, 131079, -1703900, 1, 131079, -1703899, 1, 131079, -1703898, 1, 131079, -1703897, 1, 131079, -1703896, 1, 65545, -1572905, 1, 65542, -1572904, 1, 131079, -1572903, 1, 131079, -1572902, 1, 131079, -1572901, 1, 131079, -1572900, 1, 131079, -1572899, 1, 131079, -1572898, 1, 131081, -1638371, 1, 131078, -1638370, 1, 131079, -1638369, 1, 131079, -1638368, 1, 131079, -1638367, 1, 131079, -1638366, 1, 131079, -1638365, 1, 131079, -1638364, 1, 131079, -1638363, 1, 131079, -1638362, 1, 131079, -1638361, 1, 131079, -1638360, 1, 65545, -1507369, 1, 131078, -1507368, 1, 131079, -1507367, 1, 131079, -1507366, 1, 131079, -1507365, 1, 131079, -1507364, 1, 131079, -1507363, 1, 131079, -1507362, 1, 65545, -1507350, 1, 6, -1507349, 1, 7, -1507348, 1, 7, -1507347, 1, 8, -1507346, 1, 7, -1507345, 1, 8, -1507344, 1, 7, -1507343, 1, 8, -1507342, 1, 8, -1507341, 1, 7, -1507340, 1, 9, -1507330, 1, 6, -1507329, 1, 8, -1572864, 1, 9, -1572835, 1, 131078, -1572834, 1, 131079, -1572833, 1, 131079, -1572832, 1, 131079, -1572831, 1, 131079, -1572830, 1, 131079, -1572829, 1, 131079, -1572828, 1, 131079, -1572827, 1, 131079, -1572826, 1, 131079, -1572825, 1, 131079, -1572824, 1, 131081, -1441833, 1, 65542, -1441832, 1, 131079, -1441831, 1, 131079, -1441830, 1, 131079, -1441829, 1, 131079, -1441828, 1, 131079, -1441827, 1, 131079, -1441826, 1, 65544, -1441825, 1, 9, -1441814, 1, 196614, -1441813, 1, 196616, -1441812, 1, 196616, -1441811, 1, 196615, -1441810, 1, 196615, -1441809, 1, 196616, -1441808, 1, 196615, -1441807, 1, 196615, -1441806, 1, 196616, -1441805, 1, 196615, -1441804, 1, 196617, -1441794, 1, 196614, -1441793, 1, 196616, -1507328, 1, 196617, -1507299, 1, 65542, -1507298, 1, 131079, -1507297, 1, 131079, -1507296, 1, 131079, -1507295, 1, 131079, -1507294, 1, 131079, -1507293, 1, 131079, -1507292, 1, 131079, -1507291, 1, 131079, -1507290, 1, 131079, -1507289, 1, 131079, -1507288, 1, 65545, -1376297, 1, 65542, -1376296, 1, 131079, -1376295, 1, 131079, -1376294, 1, 131079, -1376293, 1, 131079, -1376292, 1, 131079, -1376291, 1, 131079, -1376290, 1, 131079, -1376289, 1, 65545, -1441763, 1, 131078, -1441762, 1, 131079, -1441761, 1, 131079, -1441760, 1, 131079, -1441759, 1, 131079, -1441758, 1, 131079, -1441757, 1, 131079, -1441756, 1, 131079, -1441755, 1, 131079, -1441754, 1, 131079, -1441753, 1, 131079, -1441752, 1, 65545, -1310761, 1, 131078, -1310760, 1, 131079, -1310759, 1, 131079, -1310758, 1, 131079, -1310757, 1, 131079, -1310756, 1, 131079, -1310755, 1, 131079, -1310754, 1, 131074, -1310753, 1, 196617, -1376227, 1, 65542, -1376226, 1, 131079, -1376225, 1, 131079, -1376224, 1, 131079, -1376223, 1, 131079, -1376222, 1, 131079, -1376221, 1, 131079, -1376220, 1, 131079, -1376219, 1, 131079, -1376218, 1, 131079, -1376217, 1, 131079, -1376216, 1, 131081, -1245225, 1, 131078, -1245224, 1, 131079, -1245223, 1, 131079, -1245222, 1, 131079, -1245221, 1, 131079, -1245220, 1, 131079, -1245219, 1, 131079, -1245218, 1, 65545, -1310691, 1, 65542, -1310690, 1, 131079, -1310689, 1, 131079, -1310688, 1, 131079, -1310687, 1, 131079, -1310686, 1, 131079, -1310685, 1, 131079, -1310684, 1, 131079, -1310683, 1, 131079, -1310682, 1, 131079, -1310681, 1, 131079, -1310680, 1, 131081, -1179689, 1, 65542, -1179688, 1, 131079, -1179687, 1, 131079, -1179686, 1, 131079, -1179685, 1, 131079, -1179684, 1, 131079, -1179683, 1, 131079, -1179682, 1, 131081, -1245155, 1, 65542, -1245154, 1, 131079, -1245153, 1, 131079, -1245152, 1, 131079, -1245151, 1, 131079, -1245150, 1, 131079, -1245149, 1, 131079, -1245148, 1, 131079, -1245147, 1, 131079, -1245146, 1, 131079, -1245145, 1, 131079, -1245144, 1, 65545, -1114153, 1, 131078, -1114152, 1, 131079, -1114151, 1, 131079, -1114150, 1, 131079, -1114149, 1, 131079, -1114148, 1, 131079, -1114147, 1, 131079, -1114146, 1, 131081, -1179619, 1, 131078, -1179618, 1, 131079, -1179617, 1, 131079, -1179616, 1, 131079, -1179615, 1, 131079, -1179614, 1, 131079, -1179613, 1, 131079, -1179612, 1, 131079, -1179611, 1, 131079, -1179610, 1, 131079, -1179609, 1, 131079, -1179608, 1, 131081, -1048617, 1, 65542, -1048616, 1, 131079, -1048615, 1, 131079, -1048614, 1, 131079, -1048613, 1, 131079, -1048612, 1, 131079, -1048611, 1, 131079, -1048610, 1, 131081, -1048605, 1, 6, -1048604, 1, 9, -1114083, 1, 131078, -1114082, 1, 131079, -1114081, 1, 131079, -1114080, 1, 131079, -1114079, 1, 131079, -1114078, 1, 131079, -1114077, 1, 131079, -1114076, 1, 131079, -1114075, 1, 131079, -1114074, 1, 131079, -1114073, 1, 131079, -1114072, 1, 131081, -983081, 1, 131078, -983080, 1, 131079, -983079, 1, 131079, -983078, 1, 131079, -983077, 1, 131079, -983076, 1, 131079, -983075, 1, 131079, -983074, 1, 65545, -983069, 1, 196614, -983068, 1, 196617, -1048574, 1, 6, -1048573, 1, 7, -1048572, 1, 9, -1048547, 1, 65542, -1048546, 1, 131079, -1048545, 1, 131079, -1048544, 1, 131079, -1048543, 1, 131079, -1048542, 1, 131079, -1048541, 1, 131079, -1048540, 1, 131079, -1048539, 1, 131079, -1048538, 1, 131079, -1048537, 1, 131079, -1048536, 1, 65545, -917545, 1, 131078, -917544, 1, 131079, -917543, 1, 131079, -917542, 1, 131079, -917541, 1, 131079, -917540, 1, 131079, -917539, 1, 131079, -917538, 1, 131081, -917528, 1, 6, -917527, 1, 9, -917521, 1, 6, -917520, 1, 8, -917519, 1, 9, -983038, 1, 131078, -983037, 1, 131079, -983036, 1, 131081, -983011, 1, 65542, -983010, 1, 131079, -983009, 1, 131079, -983008, 1, 131079, -983007, 1, 131079, -983006, 1, 131079, -983005, 1, 131079, -983004, 1, 131079, -983003, 1, 131079, -983002, 1, 131079, -983001, 1, 131079, -983000, 1, 65545, -852009, 1, 65542, -852008, 1, 131079, -852007, 1, 131079, -852006, 1, 131079, -852005, 1, 131079, -852004, 1, 131079, -852003, 1, 131079, -852002, 1, 65545, -851992, 1, 196614, -851991, 1, 196617, -851985, 1, 65542, -851984, 1, 131079, -851983, 1, 65545, -851981, 1, 6, -851980, 1, 9, -917502, 1, 65542, -917501, 1, 131079, -917500, 1, 65545, -917475, 1, 131078, -917474, 1, 131079, -917473, 1, 131079, -917472, 1, 131079, -917471, 1, 131079, -917470, 1, 131079, -917469, 1, 131079, -917468, 1, 131079, -917467, 1, 131079, -917466, 1, 131079, -917465, 1, 131079, -917464, 1, 65545, -786473, 1, 131078, -786472, 1, 131079, -786471, 1, 131079, -786470, 1, 131079, -786469, 1, 131079, -786468, 1, 131079, -786467, 1, 131079, -786466, 1, 65545, -786449, 1, 196614, -786448, 1, 196615, -786447, 1, 196617, -786445, 1, 65542, -786444, 1, 131081, -851966, 1, 131078, -851965, 1, 131079, -851964, 1, 65545, -851939, 1, 131078, -851938, 1, 131079, -851937, 1, 131079, -851936, 1, 131079, -851935, 1, 131079, -851934, 1, 131079, -851933, 1, 131079, -851932, 1, 131079, -851931, 1, 131079, -851930, 1, 131079, -851929, 1, 131079, -851928, 1, 131081, -720937, 1, 131078, -720936, 1, 131079, -720935, 1, 131079, -720934, 1, 131079, -720933, 1, 131079, -720932, 1, 131079, -720931, 1, 131079, -720930, 1, 65545, -720909, 1, 131078, -720908, 1, 65545, -786430, 1, 131078, -786429, 1, 131079, -786428, 1, 131081, -786403, 1, 65542, -786402, 1, 131079, -786401, 1, 131079, -786400, 1, 131079, -786399, 1, 131079, -786398, 1, 131079, -786397, 1, 131079, -786396, 1, 131079, -786395, 1, 131079, -786394, 1, 131079, -786393, 1, 131079, -786392, 1, 65545, -655401, 1, 131078, -655400, 1, 131079, -655399, 1, 131079, -655398, 1, 131079, -655397, 1, 131079, -655396, 1, 131079, -655395, 1, 131079, -655394, 1, 65545, -655373, 1, 65542, -655372, 1, 65545, -720894, 1, 196614, -720893, 1, 196616, -720892, 1, 196617, -720889, 1, 6, -720888, 1, 7, -720887, 1, 7, -720886, 1, 8, -720885, 1, 9, -720867, 1, 131078, -720866, 1, 131079, -720865, 1, 131079, -720864, 1, 131079, -720863, 1, 131079, -720862, 1, 131079, -720861, 1, 131079, -720860, 1, 131079, -720859, 1, 131079, -720858, 1, 131079, -720857, 1, 131079, -720856, 1, 131081, -589865, 1, 65542, -589864, 1, 131079, -589863, 1, 131079, -589862, 1, 131079, -589861, 1, 131079, -589860, 1, 131079, -589859, 1, 131079, -589858, 1, 131081, -589837, 1, 65542, -589836, 1, 131081, -655353, 1, 65542, -655352, 1, 131079, -655351, 1, 131079, -655350, 1, 131079, -655349, 1, 131081, -655331, 1, 131078, -655330, 1, 131079, -655329, 1, 131079, -655328, 1, 131079, -655327, 1, 131079, -655326, 1, 131079, -655325, 1, 131079, -655324, 1, 131079, -655323, 1, 131079, -655322, 1, 131079, -655321, 1, 131079, -655320, 1, 65545, -524329, 1, 131078, -524328, 1, 131079, -524327, 1, 131079, -524326, 1, 131079, -524325, 1, 131079, -524324, 1, 131079, -524323, 1, 131079, -524322, 1, 131081, -524301, 1, 196614, -524300, 1, 196617, -589817, 1, 196614, -589816, 1, 196615, -589815, 1, 196615, -589814, 1, 196616, -589813, 1, 196617, -589795, 1, 131078, -589794, 1, 131079, -589793, 1, 131079, -589792, 1, 131079, -589791, 1, 131079, -589790, 1, 131079, -589789, 1, 131079, -589788, 1, 131079, -589787, 1, 131079, -589786, 1, 131079, -589785, 1, 131079, -589784, 1, 65545, -458793, 1, 65542, -458792, 1, 131079, -458791, 1, 131079, -458790, 1, 131079, -458789, 1, 131079, -458788, 1, 131079, -458787, 1, 131079, -458786, 1, 65545, -524259, 1, 65542, -524258, 1, 131079, -524257, 1, 131079, -524256, 1, 131079, -524255, 1, 131079, -524254, 1, 131079, -524253, 1, 131079, -524252, 1, 131079, -524251, 1, 131079, -524250, 1, 131079, -524249, 1, 131079, -524248, 1, 65545, -393257, 1, 131078, -393256, 1, 131079, -393255, 1, 131079, -393254, 1, 131079, -393253, 1, 131079, -393252, 1, 131079, -393251, 1, 131079, -393250, 1, 65545, -458723, 1, 65542, -458722, 1, 131079, -458721, 1, 131079, -458720, 1, 131079, -458719, 1, 131079, -458718, 1, 131079, -458717, 1, 131079, -458716, 1, 131079, -458715, 1, 131079, -458714, 1, 131079, -458713, 1, 131079, -458712, 1, 65545, -327721, 1, 65542, -327720, 1, 131079, -327719, 1, 131079, -327718, 1, 131079, -327717, 1, 131079, -327716, 1, 131079, -327715, 1, 131079, -327714, 1, 65545, -393187, 1, 65542, -393186, 1, 131079, -393185, 1, 131079, -393184, 1, 131079, -393183, 1, 131079, -393182, 1, 131079, -393181, 1, 131079, -393180, 1, 131079, -393179, 1, 131079, -393178, 1, 131079, -393177, 1, 131079, -393176, 1, 65545, -262185, 1, 65542, -262184, 1, 131079, -262183, 1, 131079, -262182, 1, 131079, -262181, 1, 131079, -262180, 1, 131079, -262179, 1, 131079, -262178, 1, 131081, -327659, 1, 6, -327658, 1, 7, -327657, 1, 8, -327656, 1, 9, -327651, 1, 65542, -327650, 1, 131079, -327649, 1, 131079, -327648, 1, 131079, -327647, 1, 131079, -327646, 1, 131079, -327645, 1, 131079, -327644, 1, 131079, -327643, 1, 131079, -327642, 1, 131079, -327641, 1, 131079, -327640, 1, 131081, -196649, 1, 131078, -196648, 1, 131079, -196647, 1, 131079, -196646, 1, 131079, -196645, 1, 131079, -196644, 1, 131079, -196643, 1, 131079, -196642, 1, 131081, -262123, 1, 65542, -262122, 1, 131079, -262121, 1, 131079, -262120, 1, 65545, -262115, 1, 131078, -262114, 1, 131079, -262113, 1, 131079, -262112, 1, 131079, -262111, 1, 131079, -262110, 1, 131079, -262109, 1, 131079, -262108, 1, 131079, -262107, 1, 131079, -262106, 1, 131079, -262105, 1, 131079, -262104, 1, 65545, -131113, 1, 131078, -131112, 1, 131079, -131111, 1, 131079, -131110, 1, 131079, -131109, 1, 131079, -131108, 1, 131079, -131107, 1, 131079, -131106, 1, 65545, -131090, 1, 6, -131089, 1, 7, -131088, 1, 8, -131087, 1, 9, -196587, 1, 196614, -196586, 1, 196615, -196585, 1, 196616, -196584, 1, 196617, -196579, 1, 65542, -196578, 1, 131079, -196577, 1, 131079, -196576, 1, 131079, -196575, 1, 131079, -196574, 1, 131079, -196573, 1, 131079, -196572, 1, 131079, -196571, 1, 131079, -196570, 1, 131079, -196569, 1, 131079, -196568, 1, 131081, -65577, 1, 131078, -65576, 1, 131079, -65575, 1, 131079, -65574, 1, 131079, -65573, 1, 131079, -65572, 1, 131079, -65571, 1, 131079, -65570, 1, 65545, -65554, 1, 131078, -65553, 1, 131079, -65552, 1, 131079, -65551, 1, 131081, -131043, 1, 65542, -131042, 1, 131079, -131041, 1, 131079, -131040, 1, 131079, -131039, 1, 131079, -131038, 1, 131079, -131037, 1, 131079, -131036, 1, 131079, -131035, 1, 131079, -131034, 1, 131079, -131033, 1, 131079, -131032, 1, 131081, -41, 1, 131078, -40, 1, 131079, -39, 1, 131079, -38, 1, 131079, -37, 1, 131079, -36, 1, 131079, -35, 1, 131079, -34, 1, 131081, -24, 1, 6, -23, 1, 7, -22, 1, 9, -18, 1, 65542, -17, 1, 131079, -16, 1, 131079, -15, 1, 65545, -65527, 1, 6, -65526, 1, 7, -65525, 1, 7, -65524, 1, 8, -65523, 1, 9, -65507, 1, 131078, -65506, 1, 131079, -65505, 1, 131079, -65504, 1, 131079, -65503, 1, 131079, -65502, 1, 131079, -65501, 1, 131079, -65500, 1, 131079, -65499, 1, 131079, -65498, 1, 131079, -65497, 1, 131079, -65496, 1, 65545, 65495, 1, 65542, 65496, 1, 131079, 65497, 1, 131079, 65498, 1, 131079, 65499, 1, 131079, 65500, 1, 131079, 65501, 1, 131079, 65502, 1, 131081, 65512, 1, 65542, 65513, 1, 131079, 65514, 1, 65545, 65518, 1, 131078, 65519, 1, 131079, 65520, 1, 131079, 65521, 1, 131081, 9, 1, 196614, 10, 1, 196615, 11, 1, 196616, 12, 1, 196616, 13, 1, 196617, 29, 1, 65542, 30, 1, 131079, 31, 1, 131079, 32, 1, 131079, 33, 1, 131079, 34, 1, 131079, 35, 1, 131079, 36, 1, 131079, 37, 1, 131079, 38, 1, 131079, 39, 1, 131079, 40, 1, 131081, 131031, 1, 65542, 131032, 1, 131079, 131033, 1, 131079, 131034, 1, 131079, 131035, 1, 131079, 131036, 1, 131079, 131037, 1, 131079, 131038, 1, 131081, 131048, 1, 131078, 131049, 1, 131079, 131050, 1, 65545, 131054, 1, 131078, 131055, 1, 131079, 131056, 1, 131079, 131057, 1, 65545, 131068, 1, 6, 131069, 1, 8, 131070, 1, 8, 131071, 1, 7, 65536, 1, 9, 65565, 1, 131078, 65566, 1, 131079, 65567, 1, 131079, 65568, 1, 131079, 65569, 1, 131079, 65570, 1, 131079, 65571, 1, 131079, 65572, 1, 131079, 65573, 1, 131079, 65574, 1, 131079, 65575, 1, 131079, 65576, 1, 65545, 196567, 1, 65542, 196568, 1, 131079, 196569, 1, 131079, 196570, 1, 131079, 196571, 1, 131079, 196572, 1, 131079, 196573, 1, 131079, 196574, 1, 65544, 196575, 1, 8, 196576, 1, 7, 196577, 1, 7, 196578, 1, 8, 196579, 1, 7, 196580, 1, 7, 196581, 1, 7, 196582, 1, 8, 196583, 1, 8, 196584, 1, 65543, 196585, 1, 131079, 196586, 1, 65544, 196587, 1, 7, 196588, 1, 7, 196589, 1, 8, 196590, 1, 65543, 196591, 1, 131079, 196592, 1, 131079, 196593, 1, 65544, 196594, 1, 8, 196595, 1, 7, 196596, 1, 8, 196597, 1, 7, 196598, 1, 7, 196599, 1, 7, 196600, 1, 7, 196601, 1, 7, 196602, 1, 8, 196603, 1, 8, 196604, 1, 65543, 196605, 1, 131079, 196606, 1, 131079, 196607, 1, 131079, 131072, 1, 65545, 131101, 1, 131078, 131102, 1, 131079, 131103, 1, 131079, 131104, 1, 131079, 131105, 1, 131079, 131106, 1, 131079, 131107, 1, 131079, 131108, 1, 131079, 131109, 1, 131079, 131110, 1, 131079, 131111, 1, 131079, 131112, 1, 65545, 262103, 1, 131078, 262104, 1, 131079, 262105, 1, 131079, 262106, 1, 131079, 262107, 1, 131079, 262108, 1, 131079, 262109, 1, 131079, 262110, 1, 131079, 262111, 1, 131079, 262112, 1, 131079, 262113, 1, 131079, 262114, 1, 131079, 262115, 1, 131079, 262116, 1, 131079, 262117, 1, 131079, 262118, 1, 131079, 262119, 1, 131079, 262120, 1, 131079, 262121, 1, 131079, 262122, 1, 131079, 262123, 1, 131079, 262124, 1, 131079, 262125, 1, 131079, 262126, 1, 131079, 262127, 1, 131079, 262128, 1, 131079, 262129, 1, 131079, 262130, 1, 131079, 262131, 1, 131079, 262132, 1, 131079, 262133, 1, 131079, 262134, 1, 131079, 262135, 1, 131079, 262136, 1, 131079, 262137, 1, 131079, 262138, 1, 131079, 262139, 1, 131079, 262140, 1, 131079, 262141, 1, 131079, 262142, 1, 131079, 262143, 1, 131079, 196608, 1, 131081, 196637, 1, 65542, 196638, 1, 131079, 196639, 1, 131079, 196640, 1, 131079, 196641, 1, 131079, 196642, 1, 131079, 196643, 1, 131079, 196644, 1, 131079, 196645, 1, 131079, 196646, 1, 131079, 196647, 1, 131079, 196648, 1, 131081, 327639, 1, 65542, 327640, 1, 131079, 327641, 1, 131079, 327642, 1, 131079, 327643, 1, 131079, 327644, 1, 131079, 327645, 1, 131079, 327646, 1, 131079, 327647, 1, 131079, 327648, 1, 131079, 327649, 1, 131079, 327650, 1, 131079, 327651, 1, 131079, 327652, 1, 131079, 327653, 1, 131079, 327654, 1, 131079, 327655, 1, 131079, 327656, 1, 131079, 327657, 1, 131079, 327658, 1, 131079, 327659, 1, 131079, 327660, 1, 131079, 327661, 1, 131079, 327662, 1, 131079, 327663, 1, 131079, 327664, 1, 131079, 327665, 1, 131079, 327666, 1, 131079, 327667, 1, 131079, 327668, 1, 131079, 327669, 1, 131079, 327670, 1, 131079, 327671, 1, 131079, 327672, 1, 131079, 327673, 1, 131079, 327674, 1, 131079, 327675, 1, 131079, 327676, 1, 131079, 327677, 1, 131079, 327678, 1, 131079, 327679, 1, 131079, 262144, 1, 65544, 262145, 1, 7, 262146, 1, 9, 262173, 1, 65542, 262174, 1, 131079, 262175, 1, 131079, 262176, 1, 131079, 262177, 1, 131079, 262178, 1, 131079, 262179, 1, 131079, 262180, 1, 131079, 262181, 1, 131079, 262182, 1, 131079, 262183, 1, 131079, 262184, 1, 65545, 393175, 1, 131078, 393176, 1, 131079, 393177, 1, 131079, 393178, 1, 131079, 393179, 1, 131079, 393180, 1, 131079, 393181, 1, 131079, 393182, 1, 131079, 393183, 1, 131079, 393184, 1, 131079, 393185, 1, 131079, 393186, 1, 131079, 393187, 1, 131079, 393188, 1, 131079, 393189, 1, 131079, 393190, 1, 131079, 393191, 1, 131079, 393192, 1, 131079, 393193, 1, 131079, 393194, 1, 131079, 393195, 1, 131079, 393196, 1, 131079, 393197, 1, 131079, 393198, 1, 131079, 393199, 1, 131079, 393200, 1, 131079, 393201, 1, 131079, 393202, 1, 131079, 393203, 1, 131079, 393204, 1, 131079, 393205, 1, 131079, 393206, 1, 131079, 393207, 1, 131079, 393208, 1, 131079, 393209, 1, 131079, 393210, 1, 131079, 393211, 1, 131079, 393212, 1, 131079, 393213, 1, 131079, 393214, 1, 131079, 393215, 1, 131079, 327680, 1, 131079, 327681, 1, 131079, 327682, 1, 65544, 327683, 1, 7, 327684, 1, 8, 327685, 1, 8, 327686, 1, 8, 327687, 1, 7, 327688, 1, 8, 327689, 1, 7, 327690, 1, 7, 327691, 1, 8, 327692, 1, 8, 327693, 1, 7, 327694, 1, 7, 327695, 1, 8, 327696, 1, 8, 327697, 1, 7, 327698, 1, 7, 327699, 1, 8, 327700, 1, 7, 327701, 1, 8, 327702, 1, 8, 327703, 1, 7, 327704, 1, 7, 327705, 1, 7, 327706, 1, 8, 327707, 1, 8, 327708, 1, 7, 327709, 1, 65543, 327710, 1, 131079, 327711, 1, 131079, 327712, 1, 131079, 327713, 1, 131079, 327714, 1, 131079, 327715, 1, 131079, 327716, 1, 131079, 327717, 1, 131079, 327718, 1, 131079, 327719, 1, 131079, 327720, 1, 65545, 458711, 1, 131078, 458712, 1, 131079, 458713, 1, 131079, 458714, 1, 131079, 458715, 1, 131079, 458716, 1, 131079, 458717, 1, 131079, 458718, 1, 131079, 458719, 1, 131079, 458720, 1, 131079, 458721, 1, 131079, 458722, 1, 131079, 458723, 1, 131079, 458724, 1, 131079, 458725, 1, 131079, 458726, 1, 131079, 458727, 1, 131079, 458728, 1, 131079, 458729, 1, 131079, 458730, 1, 131079, 458731, 1, 131079, 458732, 1, 131079, 458733, 1, 131079, 458734, 1, 131079, 458735, 1, 131079, 458736, 1, 131079, 458737, 1, 131079, 458738, 1, 131079, 458739, 1, 131079, 458740, 1, 131079, 458741, 1, 131079, 458742, 1, 131079, 458743, 1, 131079, 458744, 1, 131079, 458745, 1, 131079, 458746, 1, 131079, 458747, 1, 131079, 458748, 1, 131079, 458749, 1, 131079, 458750, 1, 131079, 458751, 1, 131079, 393216, 1, 131079, 393217, 1, 131079, 393218, 1, 131079, 393219, 1, 131079, 393220, 1, 131079, 393221, 1, 131079, 393222, 1, 131079, 393223, 1, 131079, 393224, 1, 131079, 393225, 1, 131079, 393226, 1, 131079, 393227, 1, 131079, 393228, 1, 131079, 393229, 1, 131079, 393230, 1, 131079, 393231, 1, 131079, 393232, 1, 131079, 393233, 1, 131079, 393234, 1, 131079, 393235, 1, 131079, 393236, 1, 131079, 393237, 1, 131079, 393238, 1, 131079, 393239, 1, 131079, 393240, 1, 131079, 393241, 1, 131079, 393242, 1, 131079, 393243, 1, 131079, 393244, 1, 131079, 393245, 1, 131079, 393246, 1, 131079, 393247, 1, 131079, 393248, 1, 131079, 393249, 1, 131079, 393250, 1, 131079, 393251, 1, 131079, 393252, 1, 131079, 393253, 1, 131079, 393254, 1, 131079, 393255, 1, 131079, 393256, 1, 131081, 524247, 1, 131078, 524248, 1, 131079, 524249, 1, 131079, 524250, 1, 131079, 524251, 1, 131079, 524252, 1, 131079, 524253, 1, 131079, 524254, 1, 131079, 524255, 1, 131079, 524256, 1, 131079, 524257, 1, 131079, 524258, 1, 131079, 524259, 1, 131079, 524260, 1, 131079, 524261, 1, 131079, 524262, 1, 131079, 524263, 1, 131079, 524264, 1, 131079, 524265, 1, 131079, 524266, 1, 131079, 524267, 1, 131079, 524268, 1, 131079, 524269, 1, 131079, 524270, 1, 131079, 524271, 1, 131079, 524272, 1, 131079, 524273, 1, 131079, 524274, 1, 131079, 524275, 1, 131079, 524276, 1, 131079, 524277, 1, 131079, 524278, 1, 131079, 524279, 1, 131079, 524280, 1, 131079, 524281, 1, 131079, 524282, 1, 131079, 524283, 1, 131079, 524284, 1, 131079, 524285, 1, 131079, 524286, 1, 131079, 524287, 1, 131079, 458752, 1, 131079, 458753, 1, 131079, 458754, 1, 131079, 458755, 1, 131079, 458756, 1, 131079, 458757, 1, 131079, 458758, 1, 131079, 458759, 1, 131079, 458760, 1, 131079, 458761, 1, 131079, 458762, 1, 131079, 458763, 1, 131079, 458764, 1, 131079, 458765, 1, 131079, 458766, 1, 131079, 458767, 1, 131079, 458768, 1, 131079, 458769, 1, 131079, 458770, 1, 131079, 458771, 1, 131079, 458772, 1, 131079, 458773, 1, 131079, 458774, 1, 131079, 458775, 1, 131079, 458776, 1, 131079, 458777, 1, 131079, 458778, 1, 131079, 458779, 1, 131079, 458780, 1, 131079, 458781, 1, 131079, 458782, 1, 131079, 458783, 1, 131079, 458784, 1, 131079, 458785, 1, 131079, 458786, 1, 131079, 458787, 1, 131079, 458788, 1, 131079, 458789, 1, 131079, 458790, 1, 131079, 458791, 1, 131079, 458792, 1, 131081, 589783, 1, 131078, 589784, 1, 131079, 589785, 1, 131079, 589786, 1, 131079, 589787, 1, 131079, 589788, 1, 131079, 589789, 1, 131079, 589790, 1, 131079, 589791, 1, 131079, 589792, 1, 131079, 589793, 1, 131079, 589794, 1, 131079, 589795, 1, 131079, 589796, 1, 131079, 589797, 1, 131079, 589798, 1, 131079, 589799, 1, 131079, 589800, 1, 131079, 589801, 1, 131079, 589802, 1, 131079, 589803, 1, 131079, 589804, 1, 131079, 589805, 1, 131079, 589806, 1, 131079, 589807, 1, 131079, 589808, 1, 131079, 589809, 1, 131079, 589810, 1, 131079, 589811, 1, 131079, 589812, 1, 131079, 589813, 1, 131079, 589814, 1, 131079, 589815, 1, 131079, 589816, 1, 131079, 589817, 1, 131079, 589818, 1, 131079, 589819, 1, 131079, 589820, 1, 131079, 589821, 1, 131079, 589822, 1, 131079, 589823, 1, 131079, 524288, 1, 131079, 524289, 1, 131079, 524290, 1, 131079, 524291, 1, 131079, 524292, 1, 131079, 524293, 1, 131079, 524294, 1, 131079, 524295, 1, 131079, 524296, 1, 131079, 524297, 1, 131079, 524298, 1, 131079, 524299, 1, 131079, 524300, 1, 131079, 524301, 1, 131079, 524302, 1, 131079, 524303, 1, 131079, 524304, 1, 131079, 524305, 1, 131079, 524306, 1, 131079, 524307, 1, 131079, 524308, 1, 131079, 524309, 1, 131079, 524310, 1, 131079, 524311, 1, 131079, 524312, 1, 131079, 524313, 1, 131079, 524314, 1, 131079, 524315, 1, 131079, 524316, 1, 131079, 524317, 1, 131079, 524318, 1, 131079, 524319, 1, 131079, 524320, 1, 131079, 524321, 1, 131079, 524322, 1, 131079, 524323, 1, 131079, 524324, 1, 131079, 524325, 1, 131079, 524326, 1, 131079, 524327, 1, 131079, 524328, 1, 131081, 655319, 1, 196614, 655320, 1, 196616, 655321, 1, 196615, 655322, 1, 196615, 655323, 1, 196616, 655324, 1, 196616, 655325, 1, 196615, 655326, 1, 196615, 655327, 1, 196616, 655328, 1, 196616, 655329, 1, 196616, 655330, 1, 196615, 655331, 1, 196616, 655332, 1, 196616, 655333, 1, 196615, 655334, 1, 196616, 655335, 1, 196616, 655336, 1, 196616, 655337, 1, 196616, 655338, 1, 196616, 655339, 1, 196616, 655340, 1, 196616, 655341, 1, 196615, 655342, 1, 196615, 655343, 1, 196615, 655344, 1, 196616, 655345, 1, 196615, 655346, 1, 196615, 655347, 1, 131080, 655348, 1, 131079, 655349, 1, 131079, 655350, 1, 131079, 655351, 1, 131079, 655352, 1, 131079, 655353, 1, 131079, 655354, 1, 131079, 655355, 1, 131074, 655356, 1, 196616, 655357, 1, 196616, 655358, 1, 196616, 655359, 1, 131080, 589824, 1, 131079, 589825, 1, 131074, 589826, 1, 196616, 589827, 1, 196616, 589828, 1, 196616, 589829, 1, 131080, 589830, 1, 131079, 589831, 1, 131079, 589832, 1, 131079, 589833, 1, 131079, 589834, 1, 131079, 589835, 1, 131079, 589836, 1, 131079, 589837, 1, 131079, 589838, 1, 131079, 589839, 1, 131079, 589840, 1, 131079, 589841, 1, 131079, 589842, 1, 131079, 589843, 1, 131079, 589844, 1, 131079, 589845, 1, 131079, 589846, 1, 131079, 589847, 1, 131079, 589848, 1, 131079, 589849, 1, 131079, 589850, 1, 131079, 589851, 1, 131079, 589852, 1, 131079, 589853, 1, 131079, 589854, 1, 131079, 589855, 1, 131079, 589856, 1, 131079, 589857, 1, 131079, 589858, 1, 131079, 589859, 1, 131079, 589860, 1, 131079, 589861, 1, 131079, 589862, 1, 131079, 589863, 1, 131079, 589864, 1, 65545, 720883, 1, 196614, 720884, 1, 196615, 720885, 1, 196616, 720886, 1, 196616, 720887, 1, 196615, 720888, 1, 196615, 720889, 1, 196615, 720890, 1, 196615, 720891, 1, 196617, 720895, 1, 196614, 655360, 1, 196616, 655361, 1, 196617, 655365, 1, 196614, 655366, 1, 196616, 655367, 1, 196616, 655368, 1, 196615, 655369, 1, 196615, 655370, 1, 196616, 655371, 1, 196615, 655372, 1, 196615, 655373, 1, 196616, 655374, 1, 196615, 655375, 1, 196616, 655376, 1, 196616, 655377, 1, 196615, 655378, 1, 196615, 655379, 1, 196615, 655380, 1, 196615, 655381, 1, 196616, 655382, 1, 196616, 655383, 1, 196616, 655384, 1, 196615, 655385, 1, 196616, 655386, 1, 196615, 655387, 1, 196616, 655388, 1, 196616, 655389, 1, 196616, 655390, 1, 196615, 655391, 1, 196616, 655392, 1, 196616, 655393, 1, 196615, 655394, 1, 196616, 655395, 1, 196616, 655396, 1, 196616, 655397, 1, 196616, 655398, 1, 196616, 655399, 1, 196615, 655400, 1, 196617 )
[node name="StartPoint" type="Node2D" parent="."]
position = Vector2( 46.189, 488 )
[node name="Label" type="Label" parent="StartPoint"]
self_modulate = Color( 0, 1, 0.952941, 1 )
margin_left = -14.189
margin_top = -72.0
margin_right = 38.811
margin_bottom = -43.0
custom_fonts/font = SubResource( 21 )
text = "Start"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="EndPoint" type="Node2D" parent="."]
position = Vector2( 536, 64 )
[node name="Label" type="Label" parent="EndPoint"]
self_modulate = Color( 0.901961, 0.92549, 0.129412, 1 )
margin_left = -15.936
margin_top = 24.0
margin_right = 24.064
margin_bottom = 85.0
custom_fonts/font = SubResource( 21 )
text = "End
"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="WinZone" parent="EndPoint" instance=ExtResource( 9 )]
position = Vector2( 0, 24 )
[node name="Spikes" type="Node2D" parent="."]
position = Vector2( 544, 472 )
[node name="Spikes" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( 88, 72 )
[node name="Spikes18" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( -200, 24 )
[node name="Spikes19" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( -168, -368 )
rotation = 1.57079
[node name="Spikes20" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( -40, -368 )
rotation = 4.71238
[node name="Spikes21" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( 24, -368 )
rotation = 7.85397
[node name="Spikes4" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( -216, 24 )
[node name="Spikes5" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( -304, -392 )
[node name="Spikes14" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( -424, -259.837 )
rotation = 1.57079
[node name="Spikes15" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( -344, -224 )
rotation = 1.57079
[node name="Spikes16" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( -216, -224 )
rotation = 1.57079
[node name="Spikes17" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( -520, -432 )
rotation = 1.57079
[node name="Spikes12" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( -224, -392 )
[node name="Spikes13" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( -264, -440 )
rotation = -3.14159
[node name="Spikes2" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( 104, 72 )
[node name="Spikes3" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( 120, 72 )
[node name="Spikes6" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( 272, 72 )
[node name="Spikes7" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( 288, 72 )
[node name="Spikes8" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( 304, 72 )
[node name="Spikes9" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( 320, 72 )
[node name="Spikes10" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( 456, 72 )
[node name="Spikes11" parent="Spikes" instance=ExtResource( 4 )]
position = Vector2( 440, 72 )
[node name="Camera2D" type="Camera2D" parent="."]
position = Vector2( 513.299, 299.806 )
current = true
[connection signal="timeout" from="World/CanvasLayer/DeathDisplay/Timer" to="World/CanvasLayer/DeathDisplay" method="hide"]