-
Notifications
You must be signed in to change notification settings - Fork 0
/
Level3.tscn
422 lines (373 loc) · 53.6 KB
/
Level3.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
[gd_scene load_steps=38 format=2]
[ext_resource path="res://Assets/Sounds/jump.wav" type="AudioStream" id=1]
[ext_resource path="res://Assets/Images/Player/Dog.png" type="Texture" id=2]
[ext_resource path="res://Assets/Scripts/BlockTrigger.gd" type="Script" id=3]
[ext_resource path="res://Assets/Scripts/Cat.gd" type="Script" id=4]
[ext_resource path="res://Assets/Images/Player/Cat.png" type="Texture" id=5]
[ext_resource path="res://Assets/Images/Level/MossyBlock.png" type="Texture" id=6]
[ext_resource path="res://Assets/Scripts/Dog.gd" type="Script" id=7]
[ext_resource path="res://Assets/Scripts/Camera.gd" type="Script" id=8]
[ext_resource path="res://Assets/Sounds/disturbingsynthwaves.wav" type="AudioStream" id=9]
[ext_resource path="res://Assets/Images/Player/RedSquare.png" type="Texture" id=10]
[ext_resource path="res://Assets/Images/Level/ExitDoor.png" type="Texture" id=11]
[ext_resource path="res://Assets/Images/Level/Ground.png" type="Texture" id=13]
[ext_resource path="res://Assets/Images/Level/Background.png" type="Texture" id=14]
[ext_resource path="res://Assets/Images/Level/Drain.png" type="Texture" id=15]
[ext_resource path="res://Assets/Images/Level/ExitOpen.png" type="Texture" id=16]
[ext_resource path="res://Assets/Images/Level/HopefullyTileableWater.png" type="Texture" id=17]
[ext_resource path="res://Assets/Images/Level/toxicwater.png" type="Texture" id=18]
[ext_resource path="res://Assets/Images/Level/LowerWater.png" type="Texture" id=19]
[ext_resource path="res://Assets/Images/Level/GreenLowerWater.png" type="Texture" id=20]
[ext_resource path="res://Assets/Scripts/accessBlock.gd" type="Script" id=21]
[ext_resource path="res://Assets/Scripts/Area2D.gd" type="Script" id=22]
[ext_resource path="res://Assets/Scripts/PlayerGroup.gd" type="Script" id=23]
[ext_resource path="res://Assets/Scripts/ScaleFade.gd" type="Script" id=24]
[sub_resource type="SpriteFrames" id=4]
animations = [ {
"frames": [ ExtResource( 2 ) ],
"loop": true,
"name": "up",
"speed": 5.0
}, {
"frames": [ ExtResource( 5 ), ExtResource( 5 ) ],
"loop": true,
"name": "walk",
"speed": 5.0
} ]
[sub_resource type="RectangleShape2D" id=5]
extents = Vector2( 25, 25 )
[sub_resource type="RectangleShape2D" id=6]
extents = Vector2( 50, 50 )
[sub_resource type="ConvexPolygonShape2D" id=43]
points = PoolVector2Array( 192, 192, 0, 192, 0, 0, 192, 0 )
[sub_resource type="ConvexPolygonShape2D" id=44]
points = PoolVector2Array( 100, 100, 0, 100, 0, 0, 100, 0 )
[sub_resource type="TileSet" id=24]
1/name = "Ground.png 1"
1/texture = ExtResource( 13 )
1/tex_offset = Vector2( 0, 0 )
1/modulate = Color( 1, 1, 1, 1 )
1/region = Rect2( 0, 0, 200, 200 )
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( 43 )
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( 43 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
1/z_index = 0
2/name = "Drain.png 2"
2/texture = ExtResource( 15 )
2/tex_offset = Vector2( 0, 0 )
2/modulate = Color( 1, 1, 1, 1 )
2/region = Rect2( 0, 0, 100, 100 )
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_one_way = false
2/shape_one_way_margin = 0.0
2/shapes = [ ]
2/z_index = 0
3/name = "Background.png 3"
3/texture = ExtResource( 14 )
3/tex_offset = Vector2( 0, 0 )
3/modulate = Color( 1, 1, 1, 1 )
3/region = Rect2( 0, 0, 100, 100 )
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_one_way = false
3/shape_one_way_margin = 0.0
3/shapes = [ ]
3/z_index = 0
4/name = "HopefullyTileableWater.png 4"
4/texture = ExtResource( 17 )
4/tex_offset = Vector2( 0, 0 )
4/modulate = Color( 1, 1, 1, 1 )
4/region = Rect2( 0, 0, 300, 100 )
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_one_way = false
4/shape_one_way_margin = 0.0
4/shapes = [ ]
4/z_index = 0
5/name = "LowerWater.png 5"
5/texture = ExtResource( 19 )
5/tex_offset = Vector2( 0, 0 )
5/modulate = Color( 1, 1, 1, 1 )
5/region = Rect2( 0, 0, 301, 100 )
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_one_way = false
5/shape_one_way_margin = 0.0
5/shapes = [ ]
5/z_index = 0
6/name = "MossyBlock.png 6"
6/texture = ExtResource( 6 )
6/tex_offset = Vector2( 0, 0 )
6/modulate = Color( 1, 1, 1, 1 )
6/region = Rect2( 0, 0, 100, 100 )
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( 44 )
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( 44 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
6/z_index = 0
7/name = "ExitOpen.png 7"
7/texture = ExtResource( 16 )
7/tex_offset = Vector2( 0, 0 )
7/modulate = Color( 1, 1, 1, 1 )
7/region = Rect2( 0, 0, 200, 200 )
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_one_way = false
7/shape_one_way_margin = 0.0
7/shapes = [ ]
7/z_index = 0
8/name = "toxicwater.png 8"
8/texture = ExtResource( 18 )
8/tex_offset = Vector2( 0, 0 )
8/modulate = Color( 1, 1, 1, 1 )
8/region = Rect2( 0, 0, 300, 100 )
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_one_way = false
8/shape_one_way_margin = 0.0
8/shapes = [ ]
8/z_index = 0
9/name = "GreenLowerWater.png 9"
9/texture = ExtResource( 20 )
9/tex_offset = Vector2( 0, 0 )
9/modulate = Color( 1, 1, 1, 1 )
9/region = Rect2( 0, 0, 300, 100 )
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="ConvexPolygonShape2D" id=45]
points = PoolVector2Array( 96, 96, 0, 96, 0, 0, 96, 0 )
[sub_resource type="TileSet" id=39]
0/name = "MossyBlock.png 0"
0/texture = ExtResource( 6 )
0/tex_offset = Vector2( 0, 0 )
0/modulate = Color( 1, 1, 1, 1 )
0/region = Rect2( 0, 0, 96, 96 )
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( 45 )
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( 45 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
0/z_index = 0
[sub_resource type="ConvexPolygonShape2D" id=46]
points = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )
[sub_resource type="TileSet" id=40]
0/name = "RedSquare.png 0"
0/texture = ExtResource( 10 )
0/tex_offset = Vector2( 0, 0 )
0/modulate = Color( 1, 1, 1, 1 )
0/region = Rect2( 0, 0, 96, 96 )
0/tile_mode = 2
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 = SubResource( 46 )
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( 46 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 1, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 46 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 2, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 46 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
0/z_index = 0
[sub_resource type="RectangleShape2D" id=41]
extents = Vector2( 65, 16.5 )
[sub_resource type="RectangleShape2D" id=25]
extents = Vector2( 100, 100 )
[sub_resource type="SpriteFrames" id=26]
animations = [ {
"frames": [ ExtResource( 11 ), ExtResource( 16 ) ],
"loop": false,
"name": "default",
"speed": 5.0
} ]
[sub_resource type="RectangleShape2D" id=42]
extents = Vector2( 2000, 150 )
[node name="Level3" type="Node"]
[node name="Players" type="KinematicBody2D" parent="."]
script = ExtResource( 23 )
[node name="Cat" type="Node2D" parent="Players"]
position = Vector2( -398, 201 )
[node name="KinematicBody2D" type="KinematicBody2D" parent="Players/Cat"]
position = Vector2( -150, -25 )
z_index = 10
script = ExtResource( 4 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="Players/Cat/KinematicBody2D"]
scale = Vector2( 0.5, 0.5 )
frames = SubResource( 4 )
animation = "walk"
[node name="CollisionShape2D" type="CollisionShape2D" parent="Players/Cat/KinematicBody2D"]
shape = SubResource( 5 )
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="Players/Cat/KinematicBody2D"]
position = Vector2( 60, -88 )
stream = ExtResource( 1 )
[node name="PlayerCollision" type="Area2D" parent="Players/Cat/KinematicBody2D"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Players/Cat/KinematicBody2D/PlayerCollision"]
scale = Vector2( 0.5, 0.5 )
shape = SubResource( 6 )
[node name="Dog" type="Node2D" parent="Players"]
position = Vector2( -448, 176 )
[node name="KinematicBody2D" type="KinematicBody2D" parent="Players/Dog"]
z_index = 10
script = ExtResource( 7 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="Players/Dog/KinematicBody2D"]
scale = Vector2( 0.5, 0.5 )
frames = SubResource( 4 )
animation = "up"
[node name="CollisionShape2D" type="CollisionShape2D" parent="Players/Dog/KinematicBody2D"]
shape = SubResource( 5 )
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="Players/Dog/KinematicBody2D"]
stream = ExtResource( 1 )
[node name="PlayerCollision" type="Area2D" parent="Players/Dog/KinematicBody2D"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Players/Dog/KinematicBody2D/PlayerCollision"]
scale = Vector2( 0.5, 0.5 )
shape = SubResource( 6 )
[node name="Camera" type="Node" parent="."]
[node name="Camera2D" type="Camera2D" parent="Camera"]
position = Vector2( -100, 0 )
current = true
script = ExtResource( 8 )
[node name="Fadeout" type="Node2D" parent="Camera/Camera2D"]
z_index = 30
[node name="ColorRect" type="ColorRect" parent="Camera/Camera2D/Fadeout"]
visible = false
margin_left = -340.0
margin_top = -240.0
margin_right = 340.0
margin_bottom = 240.0
color = Color( 0, 0, 0, 1 )
script = ExtResource( 24 )
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="Camera"]
stream = ExtResource( 9 )
autoplay = true
[node name="Level" type="Node2D" parent="."]
position = Vector2( -138, -73 )
[node name="Level" type="TileMap" parent="Level"]
position = Vector2( 438, 173 )
tile_set = SubResource( 24 )
cell_size = Vector2( 100, 100 )
cell_custom_transform = Transform2D( 0, 0, 0, 0, 0, 0 )
format = 1
tile_data = PoolIntArray( -1310740, 6, 0, -1310739, 6, 0, -1310738, 6, 0, -1310737, 6, 0, -1310736, 6, 0, -1310735, 6, 0, -1310734, 6, 0, -1310733, 6, 0, -1310732, 6, 0, -1310731, 6, 0, -1310730, 6, 0, -1310729, 6, 0, -1310728, 6, 0, -1310727, 6, 0, -1310726, 6, 0, -1310725, 6, 0, -1310724, 6, 0, -1310723, 6, 0, -1310722, 6, 0, -1310721, 6, 0, -1376256, 6, 0, -1376255, 6, 0, -1376254, 6, 0, -1376253, 6, 0, -1376252, 6, 0, -1376251, 6, 0, -1376250, 6, 0, -1376249, 6, 0, -1376248, 6, 0, -1376247, 6, 0, -1376246, 6, 0, -1376245, 6, 0, -1376244, 6, 0, -1376243, 6, 0, -1376242, 6, 0, -1376241, 6, 0, -1376240, 6, 0, -1376239, 6, 0, -1376238, 6, 0, -1376237, 6, 0, -1376236, 6, 0, -1376235, 6, 0, -1376234, 6, 0, -1376233, 6, 0, -1376232, 6, 0, -1376231, 6, 0, -1376230, 6, 0, -1376229, 6, 0, -1376228, 6, 0, -1376227, 6, 0, -1376226, 6, 0, -1376225, 6, 0, -1376224, 6, 0, -1376223, 6, 0, -1376222, 6, 0, -1376221, 6, 0, -1376220, 6, 0, -1376219, 6, 0, -1376218, 6, 0, -1376217, 6, 0, -1376216, 6, 0, -1376215, 6, 0, -1376214, 6, 0, -1376213, 6, 0, -1376212, 6, 0, -1376211, 6, 0, -1376210, 6, 0, -1376209, 6, 0, -1376208, 6, 0, -1376207, 6, 0, -1376206, 6, 0, -1376205, 6, 0, -1376204, 6, 0, -1376203, 6, 0, -1376202, 6, 0, -1376201, 6, 0, -1376200, 6, 0, -1376199, 6, 0, -1376198, 6, 0, -1376197, 6, 0, -1376196, 6, 0, -1376195, 6, 0, -1376194, 6, 0, -1376193, 6, 0, -1376192, 6, 0, -1376191, 6, 0, -1376190, 6, 0, -1376189, 6, 0, -1376188, 6, 0, -1376187, 6, 0, -1376186, 6, 0, -1376185, 6, 0, -1376184, 6, 0, -1376183, 6, 0, -1376182, 6, 0, -1376181, 6, 0, -1376180, 6, 0, -1376179, 6, 0, -1245204, 6, 0, -1245203, 6, 0, -1245202, 6, 0, -1245201, 6, 0, -1245200, 6, 0, -1245199, 6, 0, -1245198, 6, 0, -1245197, 6, 0, -1245196, 6, 0, -1245195, 6, 0, -1245194, 6, 0, -1245193, 6, 0, -1245192, 6, 0, -1245191, 6, 0, -1245190, 6, 0, -1245189, 6, 0, -1245188, 6, 0, -1245187, 6, 0, -1245186, 6, 0, -1245185, 6, 0, -1310720, 6, 0, -1310719, 6, 0, -1310718, 6, 0, -1310717, 6, 0, -1310716, 6, 0, -1310715, 6, 0, -1310714, 6, 0, -1310713, 6, 0, -1310712, 6, 0, -1310711, 6, 0, -1310710, 6, 0, -1310709, 6, 0, -1310708, 6, 0, -1310707, 6, 0, -1310706, 6, 0, -1310705, 6, 0, -1310704, 6, 0, -1310703, 6, 0, -1310702, 6, 0, -1310701, 6, 0, -1310700, 6, 0, -1310699, 6, 0, -1310698, 6, 0, -1310697, 6, 0, -1310696, 6, 0, -1310695, 6, 0, -1310694, 6, 0, -1310693, 6, 0, -1310692, 6, 0, -1310691, 6, 0, -1310690, 6, 0, -1310689, 6, 0, -1310688, 6, 0, -1310687, 6, 0, -1310686, 6, 0, -1310685, 6, 0, -1310684, 6, 0, -1310683, 6, 0, -1310682, 6, 0, -1310681, 6, 0, -1310680, 6, 0, -1310679, 6, 0, -1310678, 6, 0, -1310677, 6, 0, -1310676, 6, 0, -1310675, 6, 0, -1310674, 6, 0, -1310673, 6, 0, -1310672, 6, 0, -1310671, 6, 0, -1310670, 6, 0, -1310669, 6, 0, -1310668, 6, 0, -1310667, 6, 0, -1310666, 6, 0, -1310665, 6, 0, -1310664, 6, 0, -1310663, 6, 0, -1310662, 6, 0, -1310661, 6, 0, -1310660, 6, 0, -1310659, 6, 0, -1310658, 6, 0, -1310657, 6, 0, -1310656, 6, 0, -1310655, 6, 0, -1310654, 6, 0, -1310653, 6, 0, -1310652, 6, 0, -1310651, 6, 0, -1310650, 6, 0, -1310649, 6, 0, -1310648, 6, 0, -1310647, 6, 0, -1310646, 6, 0, -1310645, 6, 0, -1310644, 6, 0, -1310643, 6, 0, -1179668, 6, 0, -1179667, 6, 0, -1179666, 6, 0, -1179665, 6, 0, -1179664, 6, 0, -1179663, 6, 0, -1179662, 6, 0, -1179661, 6, 0, -1179660, 6, 0, -1179659, 6, 0, -1179658, 6, 0, -1179657, 6, 0, -1179656, 6, 0, -1179655, 6, 0, -1179654, 6, 0, -1179653, 6, 0, -1179652, 6, 0, -1179651, 6, 0, -1179650, 6, 0, -1179649, 6, 0, -1245184, 6, 0, -1245183, 6, 0, -1245182, 6, 0, -1245181, 6, 0, -1245180, 6, 0, -1245179, 6, 0, -1245178, 6, 0, -1245177, 6, 0, -1245176, 6, 0, -1245175, 6, 0, -1245174, 6, 0, -1245173, 6, 0, -1245172, 6, 0, -1245171, 6, 0, -1245170, 6, 0, -1245169, 6, 0, -1245168, 6, 0, -1245167, 6, 0, -1245166, 6, 0, -1245165, 6, 0, -1245164, 6, 0, -1245163, 6, 0, -1245162, 6, 0, -1245161, 6, 0, -1245160, 6, 0, -1245159, 6, 0, -1245158, 6, 0, -1245157, 6, 0, -1245156, 6, 0, -1245155, 6, 0, -1245154, 6, 0, -1245153, 6, 0, -1245152, 6, 0, -1245151, 6, 0, -1245150, 6, 0, -1245149, 6, 0, -1245148, 6, 0, -1245147, 6, 0, -1245146, 6, 0, -1245145, 6, 0, -1245144, 6, 0, -1245143, 6, 0, -1245142, 6, 0, -1245141, 6, 0, -1245140, 6, 0, -1245139, 6, 0, -1245138, 6, 0, -1245137, 6, 0, -1245136, 6, 0, -1245135, 6, 0, -1245134, 6, 0, -1245133, 6, 0, -1245132, 6, 0, -1245131, 6, 0, -1245130, 6, 0, -1245129, 6, 0, -1245128, 6, 0, -1245127, 6, 0, -1245126, 6, 0, -1245125, 6, 0, -1245124, 6, 0, -1245123, 6, 0, -1245122, 6, 0, -1245121, 6, 0, -1245120, 6, 0, -1245119, 6, 0, -1245118, 6, 0, -1245117, 6, 0, -1245116, 6, 0, -1245115, 6, 0, -1245114, 6, 0, -1245113, 6, 0, -1245112, 6, 0, -1245111, 6, 0, -1245110, 6, 0, -1245109, 6, 0, -1245108, 6, 0, -1245107, 6, 0, -1114132, 6, 0, -1114131, 6, 0, -1114130, 6, 0, -1114129, 6, 0, -1114128, 6, 0, -1114127, 6, 0, -1114126, 6, 0, -1114125, 6, 0, -1114124, 6, 0, -1114123, 6, 0, -1114122, 6, 0, -1114121, 6, 0, -1114120, 6, 0, -1114119, 6, 0, -1114118, 6, 0, -1114117, 6, 0, -1114116, 6, 0, -1114115, 6, 0, -1114114, 6, 0, -1114113, 6, 0, -1179648, 6, 0, -1179647, 6, 0, -1179646, 6, 0, -1179645, 6, 0, -1179644, 6, 0, -1179643, 6, 0, -1179642, 6, 0, -1179641, 6, 0, -1179640, 6, 0, -1179639, 6, 0, -1179638, 6, 0, -1179637, 6, 0, -1179636, 6, 0, -1179635, 6, 0, -1179634, 6, 0, -1179633, 6, 0, -1179632, 6, 0, -1179631, 6, 0, -1179630, 6, 0, -1179629, 6, 0, -1179628, 6, 0, -1179627, 3, 0, -1179626, 3, 0, -1179625, 3, 0, -1179624, 3, 0, -1179623, 3, 0, -1179622, 3, 0, -1179621, 3, 0, -1179620, 3, 0, -1179619, 3, 0, -1179618, 3, 0, -1179617, 3, 0, -1179616, 3, 0, -1179615, 3, 0, -1179614, 3, 0, -1179613, 3, 0, -1179612, 3, 0, -1179611, 3, 0, -1179610, 3, 0, -1179609, 3, 0, -1179608, 3, 0, -1179607, 3, 0, -1179606, 3, 0, -1179605, 3, 0, -1179604, 3, 0, -1179603, 3, 0, -1179602, 3, 0, -1179601, 3, 0, -1179600, 3, 0, -1179599, 3, 0, -1179598, 3, 0, -1179597, 3, 0, -1179596, 3, 0, -1179595, 3, 0, -1179594, 3, 0, -1179593, 3, 0, -1179592, 3, 0, -1179591, 3, 0, -1179590, 3, 0, -1179589, 3, 0, -1179588, 3, 0, -1179587, 6, 0, -1179586, 6, 0, -1179585, 6, 0, -1179584, 6, 0, -1179583, 6, 0, -1179582, 6, 0, -1179581, 6, 0, -1179580, 6, 0, -1179579, 6, 0, -1179578, 6, 0, -1179577, 6, 0, -1179576, 6, 0, -1179575, 6, 0, -1179574, 6, 0, -1179573, 6, 0, -1179572, 6, 0, -1179571, 6, 0, -1048596, 6, 0, -1048595, 6, 0, -1048594, 6, 0, -1048593, 6, 0, -1048592, 6, 0, -1048591, 6, 0, -1048590, 6, 0, -1048589, 6, 0, -1048588, 6, 0, -1048587, 6, 0, -1048586, 6, 0, -1048585, 6, 0, -1048584, 6, 0, -1048583, 6, 0, -1048582, 6, 0, -1048581, 6, 0, -1048580, 6, 0, -1048579, 6, 0, -1048578, 6, 0, -1048577, 6, 0, -1114112, 6, 0, -1114111, 6, 0, -1114110, 6, 0, -1114109, 6, 0, -1114108, 6, 0, -1114107, 6, 0, -1114106, 6, 0, -1114105, 6, 0, -1114104, 6, 0, -1114103, 6, 0, -1114102, 6, 0, -1114101, 6, 0, -1114100, 6, 0, -1114099, 6, 0, -1114098, 6, 0, -1114097, 6, 0, -1114096, 6, 0, -1114095, 6, 0, -1114094, 6, 0, -1114093, 6, 0, -1114092, 6, 0, -1114091, 3, 0, -1114090, 3, 0, -1114089, 3, 0, -1114088, 3, 0, -1114087, 3, 0, -1114086, 3, 0, -1114085, 3, 0, -1114084, 3, 0, -1114083, 3, 0, -1114082, 3, 0, -1114081, 3, 0, -1114080, 3, 0, -1114079, 3, 0, -1114078, 3, 0, -1114077, 3, 0, -1114076, 3, 0, -1114075, 3, 0, -1114074, 3, 0, -1114073, 3, 0, -1114072, 3, 0, -1114071, 3, 0, -1114070, 3, 0, -1114069, 3, 0, -1114068, 3, 0, -1114067, 3, 0, -1114066, 3, 0, -1114065, 3, 0, -1114064, 3, 0, -1114063, 3, 0, -1114062, 3, 0, -1114061, 3, 0, -1114060, 3, 0, -1114059, 3, 0, -1114058, 3, 0, -1114057, 3, 0, -1114056, 3, 0, -1114055, 3, 0, -1114054, 3, 0, -1114053, 3, 0, -1114052, 3, 0, -1114051, 6, 0, -1114050, 6, 0, -1114049, 6, 0, -1114048, 6, 0, -1114047, 6, 0, -1114046, 6, 0, -1114045, 6, 0, -1114044, 6, 0, -1114043, 6, 0, -1114042, 6, 0, -1114041, 6, 0, -1114040, 6, 0, -1114039, 6, 0, -1114038, 6, 0, -1114037, 6, 0, -1114036, 6, 0, -1114035, 6, 0, -983060, 6, 0, -983059, 6, 0, -983058, 6, 0, -983057, 6, 0, -983056, 6, 0, -983055, 6, 0, -983054, 6, 0, -983053, 6, 0, -983052, 6, 0, -983051, 6, 0, -983050, 6, 0, -983049, 6, 0, -983048, 6, 0, -983047, 6, 0, -983046, 6, 0, -983045, 6, 0, -983044, 6, 0, -983043, 6, 0, -983042, 6, 0, -983041, 6, 0, -1048576, 6, 0, -1048575, 6, 0, -1048574, 6, 0, -1048573, 6, 0, -1048572, 6, 0, -1048571, 6, 0, -1048570, 6, 0, -1048569, 6, 0, -1048568, 6, 0, -1048567, 6, 0, -1048566, 6, 0, -1048565, 6, 0, -1048564, 6, 0, -1048563, 6, 0, -1048562, 6, 0, -1048561, 6, 0, -1048560, 6, 0, -1048559, 6, 0, -1048558, 6, 0, -1048557, 6, 0, -1048556, 6, 0, -1048555, 3, 0, -1048554, 3, 0, -1048553, 3, 0, -1048552, 3, 0, -1048551, 3, 0, -1048550, 3, 0, -1048549, 3, 0, -1048548, 3, 0, -1048547, 3, 0, -1048546, 3, 0, -1048545, 3, 0, -1048544, 3, 0, -1048543, 3, 0, -1048542, 3, 0, -1048541, 3, 0, -1048540, 3, 0, -1048539, 3, 0, -1048538, 3, 0, -1048537, 3, 0, -1048536, 3, 0, -1048535, 3, 0, -1048534, 3, 0, -1048533, 3, 0, -1048532, 3, 0, -1048531, 3, 0, -1048530, 3, 0, -1048529, 3, 0, -1048528, 3, 0, -1048527, 3, 0, -1048526, 3, 0, -1048525, 3, 0, -1048524, 3, 0, -1048523, 3, 0, -1048522, 3, 0, -1048521, 3, 0, -1048520, 3, 0, -1048519, 3, 0, -1048518, 3, 0, -1048517, 3, 0, -1048516, 3, 0, -1048515, 6, 0, -1048514, 6, 0, -1048513, 6, 0, -1048512, 6, 0, -1048511, 6, 0, -1048510, 6, 0, -1048509, 6, 0, -1048508, 6, 0, -1048507, 6, 0, -1048506, 6, 0, -1048505, 6, 0, -1048504, 6, 0, -1048503, 6, 0, -1048502, 6, 0, -1048501, 6, 0, -1048500, 6, 0, -1048499, 6, 0, -917524, 6, 0, -917523, 6, 0, -917522, 6, 0, -917521, 6, 0, -917520, 6, 0, -917519, 6, 0, -917518, 6, 0, -917517, 6, 0, -917516, 6, 0, -917515, 6, 0, -917514, 6, 0, -917513, 6, 0, -917512, 6, 0, -917511, 6, 0, -917510, 6, 0, -917509, 6, 0, -917508, 6, 0, -917507, 6, 0, -917506, 6, 0, -917505, 6, 0, -983040, 6, 0, -983039, 6, 0, -983038, 6, 0, -983037, 6, 0, -983036, 6, 0, -983035, 6, 0, -983034, 6, 0, -983033, 6, 0, -983032, 6, 0, -983031, 6, 0, -983030, 6, 0, -983029, 6, 0, -983028, 6, 0, -983027, 6, 0, -983026, 6, 0, -983025, 6, 0, -983024, 6, 0, -983023, 6, 0, -983022, 6, 0, -983021, 6, 0, -983020, 6, 0, -983019, 3, 0, -983018, 3, 0, -983017, 3, 0, -983016, 3, 0, -983015, 3, 0, -983014, 3, 0, -983013, 3, 0, -983012, 3, 0, -983011, 3, 0, -983010, 3, 0, -983009, 3, 0, -983008, 3, 0, -983007, 3, 0, -983006, 3, 0, -983005, 3, 0, -983004, 3, 0, -983003, 3, 0, -983002, 3, 0, -983001, 3, 0, -983000, 3, 0, -982999, 3, 0, -982998, 3, 0, -982997, 3, 0, -982996, 3, 0, -982995, 3, 0, -982994, 3, 0, -982993, 3, 0, -982992, 3, 0, -982991, 3, 0, -982990, 3, 0, -982989, 3, 0, -982988, 3, 0, -982987, 3, 0, -982986, 3, 0, -982985, 3, 0, -982984, 3, 0, -982983, 3, 0, -982982, 3, 0, -982981, 3, 0, -982980, 3, 0, -982979, 6, 0, -982978, 6, 0, -982977, 6, 0, -982976, 6, 0, -982975, 6, 0, -982974, 6, 0, -982973, 6, 0, -982972, 6, 0, -982971, 6, 0, -982970, 6, 0, -982969, 6, 0, -982968, 6, 0, -982967, 6, 0, -982966, 6, 0, -982965, 6, 0, -982964, 6, 0, -982963, 6, 0, -851988, 6, 0, -851987, 6, 0, -851986, 6, 0, -851985, 6, 0, -851984, 6, 0, -851983, 6, 0, -851982, 6, 0, -851981, 6, 0, -851980, 6, 0, -851979, 6, 0, -851978, 6, 0, -851977, 6, 0, -851976, 6, 0, -851975, 6, 0, -851974, 6, 0, -851973, 6, 0, -851972, 6, 0, -851971, 6, 0, -851970, 6, 0, -851969, 6, 0, -917504, 6, 0, -917503, 6, 0, -917502, 6, 0, -917501, 6, 0, -917500, 6, 0, -917499, 6, 0, -917498, 6, 0, -917497, 6, 0, -917496, 6, 0, -917495, 6, 0, -917494, 6, 0, -917493, 6, 0, -917492, 6, 0, -917491, 6, 0, -917490, 6, 0, -917489, 6, 0, -917488, 6, 0, -917487, 6, 0, -917486, 6, 0, -917485, 6, 0, -917484, 6, 0, -917483, 3, 0, -917482, 3, 0, -917481, 3, 0, -917480, 3, 0, -917479, 3, 0, -917478, 3, 0, -917477, 3, 0, -917476, 3, 0, -917475, 3, 0, -917474, 3, 0, -917473, 3, 0, -917472, 3, 0, -917471, 3, 0, -917470, 3, 0, -917469, 3, 0, -917468, 3, 0, -917467, 3, 0, -917466, 3, 0, -917465, 3, 0, -917464, 3, 0, -917463, 3, 0, -917462, 3, 0, -917461, 3, 0, -917460, 3, 0, -917459, 3, 0, -917458, 3, 0, -917457, 3, 0, -917456, 3, 0, -917455, 3, 0, -917454, 3, 0, -917453, 3, 0, -917452, 3, 0, -917451, 3, 0, -917450, 3, 0, -917449, 3, 0, -917448, 3, 0, -917447, 3, 0, -917446, 3, 0, -917445, 3, 0, -917444, 3, 0, -917443, 6, 0, -917442, 6, 0, -917441, 6, 0, -917440, 6, 0, -917439, 6, 0, -917438, 6, 0, -917437, 6, 0, -917436, 6, 0, -917435, 6, 0, -917434, 6, 0, -917433, 6, 0, -917432, 6, 0, -917431, 6, 0, -917430, 6, 0, -917429, 6, 0, -917428, 6, 0, -917427, 6, 0, -786452, 6, 0, -786451, 6, 0, -786450, 6, 0, -786449, 6, 0, -786448, 6, 0, -786447, 6, 0, -786446, 6, 0, -786445, 6, 0, -786444, 6, 0, -786443, 6, 0, -786442, 6, 0, -786441, 6, 0, -786440, 6, 0, -786439, 6, 0, -786438, 6, 0, -786437, 6, 0, -786436, 6, 0, -786435, 6, 0, -786434, 6, 0, -786433, 6, 0, -851968, 6, 0, -851967, 6, 0, -851966, 6, 0, -851965, 6, 0, -851964, 6, 0, -851963, 6, 0, -851962, 6, 0, -851961, 6, 0, -851960, 6, 0, -851959, 6, 0, -851958, 6, 0, -851957, 6, 0, -851956, 6, 0, -851955, 6, 0, -851954, 6, 0, -851953, 6, 0, -851952, 6, 0, -851951, 6, 0, -851950, 6, 0, -851949, 6, 0, -851948, 6, 0, -851947, 3, 0, -851946, 3, 0, -851945, 3, 0, -851944, 3, 0, -851943, 3, 0, -851942, 3, 0, -851941, 3, 0, -851940, 3, 0, -851939, 3, 0, -851938, 3, 0, -851937, 3, 0, -851936, 3, 0, -851935, 3, 0, -851934, 3, 0, -851933, 3, 0, -851932, 3, 0, -851931, 3, 0, -851930, 3, 0, -851929, 3, 0, -851928, 3, 0, -851927, 3, 0, -851926, 3, 0, -851925, 3, 0, -851924, 3, 0, -851923, 3, 0, -851922, 3, 0, -851921, 3, 0, -851920, 3, 0, -851919, 3, 0, -851918, 3, 0, -851917, 3, 0, -851916, 3, 0, -851915, 3, 0, -851914, 3, 0, -851913, 3, 0, -851912, 3, 0, -851911, 3, 0, -851910, 3, 0, -851909, 3, 0, -851908, 3, 0, -851907, 6, 0, -851906, 6, 0, -851905, 6, 0, -851904, 6, 0, -851903, 6, 0, -851902, 6, 0, -851901, 6, 0, -851900, 6, 0, -851899, 6, 0, -851898, 6, 0, -851897, 6, 0, -851896, 6, 0, -851895, 6, 0, -851894, 6, 0, -851893, 6, 0, -851892, 6, 0, -851891, 6, 0, -720921, 6, 0, -720920, 6, 0, -720919, 6, 0, -720918, 6, 0, -720917, 6, 0, -720916, 6, 0, -720915, 6, 0, -720914, 6, 0, -720913, 6, 0, -720912, 6, 0, -720911, 6, 0, -720910, 6, 0, -720909, 6, 0, -720908, 6, 0, -720907, 6, 0, -720906, 6, 0, -720905, 6, 0, -720904, 6, 0, -720903, 6, 0, -720902, 6, 0, -720901, 6, 0, -720900, 6, 0, -720899, 6, 0, -720898, 6, 0, -720897, 6, 0, -786432, 6, 0, -786431, 6, 0, -786430, 6, 0, -786429, 6, 0, -786428, 6, 0, -786427, 6, 0, -786426, 6, 0, -786425, 6, 0, -786424, 6, 0, -786423, 6, 0, -786422, 6, 0, -786421, 6, 0, -786420, 6, 0, -786419, 6, 0, -786418, 6, 0, -786417, 6, 0, -786416, 6, 0, -786415, 6, 0, -786414, 6, 0, -786413, 6, 0, -786412, 6, 0, -786411, 3, 0, -786410, 3, 0, -786409, 3, 0, -786408, 3, 0, -786407, 3, 0, -786406, 3, 0, -786405, 3, 0, -786404, 3, 0, -786403, 3, 0, -786402, 3, 0, -786401, 3, 0, -786400, 3, 0, -786399, 3, 0, -786398, 3, 0, -786397, 3, 0, -786396, 3, 0, -786395, 3, 0, -786394, 3, 0, -786393, 3, 0, -786392, 3, 0, -786391, 3, 0, -786390, 3, 0, -786389, 3, 0, -786388, 3, 0, -786387, 3, 0, -786386, 3, 0, -786385, 3, 0, -786384, 3, 0, -786383, 3, 0, -786382, 3, 0, -786381, 3, 0, -786380, 3, 0, -786379, 3, 0, -786378, 3, 0, -786377, 3, 0, -786376, 3, 0, -786375, 3, 0, -786374, 3, 0, -786373, 3, 0, -786372, 3, 0, -786371, 6, 0, -786370, 6, 0, -786369, 6, 0, -786368, 6, 0, -786367, 6, 0, -786366, 6, 0, -786365, 6, 0, -786364, 6, 0, -786363, 6, 0, -786362, 6, 0, -786361, 6, 0, -786360, 6, 0, -786359, 6, 0, -786358, 6, 0, -786357, 6, 0, -786356, 6, 0, -786355, 6, 0, -655385, 6, 0, -655384, 6, 0, -655383, 6, 0, -655382, 6, 0, -655381, 6, 0, -655380, 6, 0, -655379, 6, 0, -655378, 6, 0, -655377, 6, 0, -655376, 6, 0, -655375, 6, 0, -655374, 6, 0, -655373, 6, 0, -655372, 6, 0, -655371, 6, 0, -655370, 6, 0, -655369, 6, 0, -655368, 6, 0, -655367, 6, 0, -655366, 6, 0, -655365, 6, 0, -655364, 6, 0, -655363, 6, 0, -655362, 6, 0, -655361, 6, 0, -720896, 6, 0, -720895, 6, 0, -720894, 6, 0, -720893, 6, 0, -720892, 6, 0, -720891, 6, 0, -720890, 6, 0, -720889, 6, 0, -720888, 6, 0, -720887, 3, 0, -720886, 3, 0, -720885, 3, 0, -720884, 3, 0, -720883, 3, 0, -720882, 3, 0, -720881, 3, 0, -720880, 3, 0, -720879, 3, 0, -720878, 3, 0, -720877, 3, 0, -720876, 3, 0, -720875, 3, 0, -720874, 2, 0, -720873, 3, 0, -720872, 3, 0, -720871, 3, 0, -720870, 2, 0, -720869, 3, 0, -720868, 3, 0, -720867, 3, 0, -720866, 2, 0, -720865, 3, 0, -720864, 3, 0, -720863, 3, 0, -720862, 2, 0, -720861, 3, 0, -720860, 3, 0, -720859, 3, 0, -720858, 2, 0, -720857, 3, 0, -720856, 3, 0, -720855, 3, 0, -720854, 2, 0, -720853, 3, 0, -720852, 3, 0, -720851, 3, 0, -720850, 2, 0, -720849, 3, 0, -720848, 3, 0, -720847, 3, 0, -720846, 2, 0, -720845, 3, 0, -720844, 3, 0, -720843, 3, 0, -720842, 2, 0, -720841, 3, 0, -720840, 3, 0, -720839, 3, 0, -720838, 2, 0, -720837, 3, 0, -720836, 3, 0, -720835, 6, 0, -720834, 6, 0, -720833, 6, 0, -720832, 6, 0, -720831, 6, 0, -720830, 6, 0, -720829, 6, 0, -720828, 6, 0, -720827, 6, 0, -720826, 6, 0, -720825, 6, 0, -720824, 6, 0, -720823, 6, 0, -720822, 6, 0, -720821, 6, 0, -720820, 6, 0, -720819, 6, 0, -589849, 6, 0, -589848, 6, 0, -589847, 6, 0, -589846, 6, 0, -589845, 6, 0, -589844, 6, 0, -589843, 6, 0, -589842, 6, 0, -589841, 6, 0, -589840, 6, 0, -589839, 6, 0, -589838, 6, 0, -589837, 6, 0, -589836, 6, 0, -589835, 6, 0, -589834, 6, 0, -589833, 6, 0, -589832, 6, 0, -589831, 6, 0, -589830, 6, 0, -589829, 6, 0, -589828, 6, 0, -589827, 6, 0, -589826, 6, 0, -589825, 6, 0, -655360, 6, 0, -655359, 6, 0, -655358, 6, 0, -655357, 6, 0, -655356, 6, 0, -655355, 6, 0, -655354, 6, 0, -655353, 6, 0, -655352, 6, 0, -655351, 3, 0, -655350, 3, 0, -655349, 3, 0, -655348, 3, 0, -655347, 3, 0, -655346, 3, 0, -655345, 3, 0, -655344, 3, 0, -655343, 3, 0, -655342, 3, 0, -655341, 3, 0, -655340, 3, 0, -655339, 3, 0, -655338, 3, 0, -655337, 3, 0, -655336, 3, 0, -655335, 3, 0, -655334, 3, 0, -655333, 3, 0, -655332, 3, 0, -655331, 3, 0, -655330, 3, 0, -655329, 3, 0, -655328, 3, 0, -655327, 3, 0, -655326, 3, 0, -655325, 3, 0, -655324, 3, 0, -655323, 3, 0, -655322, 3, 0, -655321, 3, 0, -655320, 3, 0, -655319, 3, 0, -655318, 3, 0, -655317, 3, 0, -655316, 3, 0, -655315, 3, 0, -655314, 3, 0, -655313, 3, 0, -655312, 3, 0, -655311, 3, 0, -655310, 3, 0, -655309, 3, 0, -655308, 3, 0, -655307, 3, 0, -655306, 3, 0, -655305, 3, 0, -655304, 3, 0, -655303, 3, 0, -655302, 3, 0, -655301, 3, 0, -655300, 3, 0, -655299, 6, 0, -655298, 6, 0, -655297, 6, 0, -655296, 6, 0, -655295, 6, 0, -655294, 6, 0, -655293, 6, 0, -655292, 6, 0, -655291, 6, 0, -655290, 6, 0, -655289, 6, 0, -655288, 6, 0, -655287, 6, 0, -655286, 6, 0, -655285, 6, 0, -655284, 6, 0, -655283, 6, 0, -524313, 6, 0, -524312, 6, 0, -524311, 6, 0, -524310, 6, 0, -524309, 6, 0, -524308, 6, 0, -524307, 6, 0, -524306, 6, 0, -524305, 6, 0, -524304, 6, 0, -524303, 6, 0, -524302, 6, 0, -524301, 6, 0, -524300, 6, 0, -524299, 6, 0, -524298, 6, 0, -524297, 3, 0, -524296, 3, 0, -524295, 3, 0, -524294, 3, 0, -524293, 3, 0, -524292, 3, 0, -524291, 3, 0, -524290, 3, 0, -524289, 3, 0, -589824, 3, 0, -589823, 3, 0, -589822, 3, 0, -589821, 3, 0, -589820, 3, 0, -589819, 6, 0, -589818, 6, 0, -589817, 6, 0, -589816, 6, 0, -589815, 3, 0, -589814, 3, 0, -589813, 3, 0, -589812, 3, 0, -589811, 3, 0, -589810, 3, 0, -589809, 3, 0, -589808, 3, 0, -589807, 3, 0, -589806, 3, 0, -589805, 3, 0, -589804, 3, 0, -589803, 3, 0, -589802, 2, 0, -589801, 3, 0, -589800, 3, 0, -589799, 3, 0, -589798, 2, 0, -589797, 3, 0, -589796, 3, 0, -589795, 3, 0, -589794, 2, 0, -589793, 3, 0, -589792, 3, 0, -589791, 3, 0, -589790, 2, 0, -589789, 3, 0, -589788, 3, 0, -589787, 3, 0, -589786, 2, 0, -589785, 3, 0, -589784, 3, 0, -589783, 3, 0, -589782, 2, 0, -589781, 3, 0, -589780, 3, 0, -589779, 3, 0, -589778, 2, 0, -589777, 3, 0, -589776, 3, 0, -589775, 3, 0, -589774, 2, 0, -589773, 3, 0, -589772, 3, 0, -589771, 3, 0, -589770, 2, 0, -589769, 3, 0, -589768, 3, 0, -589767, 3, 0, -589766, 2, 0, -589765, 3, 0, -589764, 3, 0, -589763, 6, 0, -589762, 6, 0, -589761, 6, 0, -589760, 6, 0, -589759, 6, 0, -589758, 6, 0, -589757, 6, 0, -589756, 6, 0, -589755, 6, 0, -589754, 6, 0, -589753, 6, 0, -589752, 6, 0, -589751, 6, 0, -589750, 6, 0, -589749, 6, 0, -589748, 6, 0, -589747, 6, 0, -458777, 6, 0, -458776, 6, 0, -458775, 6, 0, -458774, 6, 0, -458773, 6, 0, -458772, 6, 0, -458771, 6, 0, -458770, 6, 0, -458769, 6, 0, -458768, 6, 0, -458767, 6, 0, -458766, 6, 0, -458765, 6, 0, -458764, 6, 0, -458763, 6, 0, -458762, 6, 0, -458761, 3, 0, -458760, 3, 0, -458759, 3, 0, -458758, 3, 0, -458757, 3, 0, -458756, 3, 0, -458755, 3, 0, -458754, 3, 0, -458753, 3, 0, -524288, 3, 0, -524287, 3, 0, -524286, 3, 0, -524285, 3, 0, -524284, 3, 0, -524283, 6, 0, -524282, 6, 0, -524281, 6, 0, -524280, 6, 0, -524279, 3, 0, -524278, 3, 0, -524277, 3, 0, -524276, 3, 0, -524275, 3, 0, -524274, 3, 0, -524273, 3, 0, -524272, 3, 0, -524271, 3, 0, -524270, 3, 0, -524269, 3, 0, -524268, 3, 0, -524267, 3, 0, -524266, 3, 0, -524265, 3, 0, -524264, 3, 0, -524263, 3, 0, -524262, 3, 0, -524261, 3, 0, -524260, 3, 0, -524259, 3, 0, -524258, 3, 0, -524257, 3, 0, -524256, 3, 0, -524255, 3, 0, -524254, 3, 0, -524253, 3, 0, -524252, 3, 0, -524251, 3, 0, -524250, 3, 0, -524249, 3, 0, -524248, 3, 0, -524247, 3, 0, -524246, 3, 0, -524245, 3, 0, -524244, 3, 0, -524243, 3, 0, -524242, 3, 0, -524241, 3, 0, -524240, 3, 0, -524239, 3, 0, -524238, 3, 0, -524237, 3, 0, -524236, 3, 0, -524235, 3, 0, -524234, 3, 0, -524233, 3, 0, -524232, 3, 0, -524231, 3, 0, -524230, 3, 0, -524227, 6, 0, -524226, 6, 0, -524225, 6, 0, -524224, 6, 0, -524223, 6, 0, -524222, 6, 0, -524221, 6, 0, -524220, 6, 0, -524219, 6, 0, -524218, 6, 0, -524217, 6, 0, -524216, 6, 0, -524215, 6, 0, -524214, 6, 0, -524213, 6, 0, -524212, 6, 0, -524211, 6, 0, -393241, 6, 0, -393240, 6, 0, -393239, 6, 0, -393238, 6, 0, -393237, 6, 0, -393236, 6, 0, -393235, 6, 0, -393234, 6, 0, -393233, 6, 0, -393232, 6, 0, -393231, 6, 0, -393230, 6, 0, -393229, 6, 0, -393228, 6, 0, -393227, 6, 0, -393226, 6, 0, -393225, 3, 0, -393224, 3, 0, -393223, 3, 0, -393222, 3, 0, -393221, 3, 0, -393220, 3, 0, -393219, 3, 0, -393218, 3, 0, -393217, 3, 0, -458752, 3, 0, -458751, 3, 0, -458750, 3, 0, -458749, 3, 0, -458748, 3, 0, -458747, 6, 0, -458746, 6, 0, -458745, 6, 0, -458744, 6, 0, -458743, 3, 0, -458742, 3, 0, -458741, 3, 0, -458740, 3, 0, -458739, 6, 0, -458738, 6, 0, -458737, 6, 0, -458736, 6, 0, -458735, 6, 0, -458734, 6, 0, -458733, 6, 0, -458732, 6, 0, -458731, 3, 0, -458730, 3, 0, -458729, 3, 0, -458728, 3, 0, -458727, 3, 0, -458726, 3, 0, -458725, 3, 0, -458724, 3, 0, -458723, 3, 0, -458722, 3, 0, -458721, 3, 0, -458720, 3, 0, -458719, 3, 0, -458718, 3, 0, -458717, 3, 0, -458716, 3, 0, -458715, 3, 0, -458714, 3, 0, -458713, 3, 0, -458712, 3, 0, -458711, 3, 0, -458710, 3, 0, -458709, 3, 0, -458708, 3, 0, -458707, 3, 0, -458706, 3, 0, -458705, 3, 0, -458704, 3, 0, -458703, 3, 0, -458702, 3, 0, -458701, 3, 0, -458700, 3, 0, -458699, 3, 0, -458698, 3, 0, -458697, 3, 0, -458696, 3, 0, -458695, 3, 0, -458694, 3, 0, -458691, 6, 0, -458690, 6, 0, -458689, 6, 0, -458688, 6, 0, -458687, 6, 0, -458686, 6, 0, -458685, 6, 0, -458684, 6, 0, -458683, 6, 0, -458682, 6, 0, -458681, 6, 0, -458680, 6, 0, -458679, 6, 0, -458678, 6, 0, -458677, 6, 0, -458676, 6, 0, -458675, 6, 0, -327705, 6, 0, -327704, 6, 0, -327703, 6, 0, -327702, 6, 0, -327701, 6, 0, -327700, 6, 0, -327699, 6, 0, -327698, 6, 0, -327697, 6, 0, -327696, 6, 0, -327695, 6, 0, -327694, 6, 0, -327693, 6, 0, -327692, 6, 0, -327691, 6, 0, -327690, 6, 0, -327689, 3, 0, -327688, 3, 0, -327687, 3, 0, -327686, 3, 0, -327685, 3, 0, -327684, 3, 0, -327683, 3, 0, -327682, 3, 0, -327681, 3, 0, -393216, 3, 0, -393215, 3, 0, -393214, 3, 0, -393213, 3, 0, -393212, 3, 0, -393211, 6, 0, -393210, 6, 0, -393209, 6, 0, -393208, 6, 0, -393207, 3, 0, -393206, 3, 0, -393205, 3, 0, -393204, 3, 0, -393203, 3, 0, -393202, 3, 0, -393201, 6, 0, -393200, 6, 0, -393199, 6, 0, -393198, 6, 0, -393197, 6, 0, -393196, 6, 0, -393195, 3, 0, -393194, 3, 0, -393193, 3, 0, -393192, 3, 0, -393191, 3, 0, -393190, 3, 0, -393189, 3, 0, -393188, 3, 0, -393187, 3, 0, -393186, 3, 0, -393185, 3, 0, -393184, 3, 0, -393183, 3, 0, -393182, 3, 0, -393181, 3, 0, -393180, 3, 0, -393179, 3, 0, -393178, 3, 0, -393177, 3, 0, -393176, 3, 0, -393175, 6, 0, -393174, 6, 0, -393173, 6, 0, -393172, 6, 0, -393171, 3, 0, -393170, 3, 0, -393169, 3, 0, -393168, 3, 0, -393167, 3, 0, -393166, 3, 0, -393165, 3, 0, -393164, 3, 0, -393163, 3, 0, -393162, 3, 0, -393161, 3, 0, -393160, 6, 0, -393159, 6, 0, -393158, 6, 0, -393157, 6, 0, -393156, 6, 0, -393155, 6, 0, -393154, 6, 0, -393153, 6, 0, -393152, 6, 0, -393151, 6, 0, -393150, 6, 0, -393149, 6, 0, -393148, 6, 0, -393147, 6, 0, -393146, 6, 0, -393145, 6, 0, -393144, 6, 0, -393143, 6, 0, -393142, 6, 0, -393141, 6, 0, -393140, 6, 0, -393139, 6, 0, -262169, 6, 0, -262168, 6, 0, -262167, 6, 0, -262166, 6, 0, -262165, 6, 0, -262164, 6, 0, -262163, 6, 0, -262162, 6, 0, -262161, 6, 0, -262160, 6, 0, -262159, 6, 0, -262158, 6, 0, -262157, 6, 0, -262156, 6, 0, -262155, 6, 0, -262154, 6, 0, -262153, 3, 0, -262152, 3, 0, -262151, 3, 0, -262150, 3, 0, -262149, 3, 0, -262148, 3, 0, -262147, 3, 0, -262146, 3, 0, -262145, 3, 0, -327680, 3, 0, -327679, 3, 0, -327678, 3, 0, -327677, 3, 0, -327676, 3, 0, -327675, 6, 0, -327674, 6, 0, -327673, 6, 0, -327672, 6, 0, -327671, 6, 0, -327670, 3, 0, -327669, 3, 0, -327668, 3, 0, -327667, 3, 0, -327666, 3, 0, -327665, 6, 0, -327664, 6, 0, -327663, 6, 0, -327662, 6, 0, -327661, 6, 0, -327660, 6, 0, -327659, 3, 0, -327658, 3, 0, -327657, 3, 0, -327656, 3, 0, -327655, 3, 0, -327654, 3, 0, -327653, 3, 0, -327652, 3, 0, -327651, 3, 0, -327650, 3, 0, -327649, 3, 0, -327648, 3, 0, -327647, 3, 0, -327646, 3, 0, -327645, 3, 0, -327644, 3, 0, -327643, 3, 0, -327642, 3, 0, -327641, 3, 0, -327640, 3, 0, -327639, 6, 0, -327638, 6, 0, -327637, 6, 0, -327636, 6, 0, -327635, 3, 0, -327634, 3, 0, -327633, 3, 0, -327632, 3, 0, -327631, 3, 0, -327630, 3, 0, -327629, 3, 0, -327628, 3, 0, -327627, 3, 0, -327626, 3, 0, -327625, 3, 0, -327624, 6, 0, -327623, 6, 0, -327622, 6, 0, -327621, 6, 0, -327620, 6, 0, -327619, 6, 0, -327618, 6, 0, -327617, 6, 0, -327616, 6, 0, -327615, 6, 0, -327614, 6, 0, -327613, 6, 0, -327612, 6, 0, -327611, 6, 0, -327610, 6, 0, -327609, 6, 0, -327608, 6, 0, -327607, 6, 0, -327606, 6, 0, -327605, 6, 0, -327604, 6, 0, -327603, 6, 0, -196633, 6, 0, -196632, 6, 0, -196631, 6, 0, -196630, 6, 0, -196629, 6, 0, -196628, 6, 0, -196627, 6, 0, -196626, 6, 0, -196625, 6, 0, -196624, 6, 0, -196623, 6, 0, -196622, 6, 0, -196621, 6, 0, -196620, 6, 0, -196619, 6, 0, -196618, 6, 0, -196617, 3, 0, -196616, 3, 0, -196615, 3, 0, -196614, 3, 0, -196613, 3, 0, -196612, 3, 0, -196611, 3, 0, -196610, 3, 0, -196609, 3, 0, -262144, 3, 0, -262143, 3, 0, -262142, 3, 0, -262141, 3, 0, -262140, 3, 0, -262139, 3, 0, -262138, 3, 0, -262137, 3, 0, -262136, 3, 0, -262135, 3, 0, -262134, 3, 0, -262133, 3, 0, -262132, 3, 0, -262131, 3, 0, -262130, 3, 0, -262129, 6, 0, -262128, 6, 0, -262127, 6, 0, -262126, 6, 0, -262125, 6, 0, -262124, 6, 0, -262123, 3, 0, -262122, 3, 0, -262121, 3, 0, -262120, 3, 0, -262119, 3, 0, -262118, 3, 0, -262117, 3, 0, -262116, 3, 0, -262115, 3, 0, -262114, 3, 0, -262113, 3, 0, -262112, 3, 0, -262111, 3, 0, -262110, 3, 0, -262109, 3, 0, -262108, 3, 0, -262107, 3, 0, -262106, 3, 0, -262105, 3, 0, -262104, 3, 0, -262103, 6, 0, -262102, 6, 0, -262101, 6, 0, -262100, 6, 0, -262099, 3, 0, -262098, 3, 0, -262097, 3, 0, -262096, 3, 0, -262095, 3, 0, -262094, 3, 0, -262093, 3, 0, -262092, 3, 0, -262091, 6, 0, -262090, 6, 0, -262089, 6, 0, -262088, 6, 0, -262087, 6, 0, -262086, 6, 0, -262085, 6, 0, -262084, 6, 0, -262083, 6, 0, -262082, 6, 0, -262081, 6, 0, -262080, 6, 0, -262079, 6, 0, -262078, 6, 0, -262077, 6, 0, -262076, 6, 0, -262075, 6, 0, -262074, 6, 0, -262073, 6, 0, -262072, 6, 0, -262071, 6, 0, -262070, 6, 0, -262069, 6, 0, -262068, 6, 0, -262067, 6, 0, -131097, 6, 0, -131096, 6, 0, -131095, 6, 0, -131094, 6, 0, -131093, 6, 0, -131092, 6, 0, -131091, 6, 0, -131090, 6, 0, -131089, 6, 0, -131088, 6, 0, -131087, 6, 0, -131086, 6, 0, -131085, 6, 0, -131084, 6, 0, -131083, 6, 0, -131082, 6, 0, -131081, 3, 0, -131080, 3, 0, -131079, 3, 0, -131078, 3, 0, -131077, 3, 0, -131076, 3, 0, -131075, 3, 0, -131074, 3, 0, -131073, 3, 0, -196608, 3, 0, -196607, 3, 0, -196606, 3, 0, -196605, 3, 0, -196604, 3, 0, -196603, 3, 0, -196602, 3, 0, -196601, 3, 0, -196600, 3, 0, -196599, 3, 0, -196598, 3, 0, -196597, 6, 0, -196596, 3, 0, -196595, 3, 0, -196594, 3, 0, -196593, 6, 0, -196592, 6, 0, -196591, 6, 0, -196590, 6, 0, -196589, 6, 0, -196588, 6, 0, -196587, 3, 0, -196586, 3, 0, -196585, 3, 0, -196584, 3, 0, -196583, 3, 0, -196582, 3, 0, -196581, 3, 0, -196580, 3, 0, -196579, 3, 0, -196578, 3, 0, -196577, 3, 0, -196576, 3, 0, -196575, 3, 0, -196574, 3, 0, -196573, 3, 0, -196572, 3, 0, -196571, 3, 0, -196570, 3, 0, -196569, 3, 0, -196568, 3, 0, -196567, 6, 0, -196566, 6, 0, -196565, 6, 0, -196564, 6, 0, -196563, 3, 0, -196562, 3, 0, -196561, 3, 0, -196560, 3, 0, -196559, 3, 0, -196558, 3, 0, -196557, 3, 0, -196556, 3, 0, -196555, 6, 0, -196554, 6, 0, -196553, 6, 0, -196552, 6, 0, -196551, 6, 0, -196550, 6, 0, -196549, 6, 0, -196548, 6, 0, -196547, 1, 0, -196545, 1, 0, -196543, 1, 0, -196541, 1, 0, -196539, 1, 0, -196537, 1, 0, -196535, 1, 0, -196534, 1, 0, -196532, 1, 0, -65561, 6, 0, -65560, 6, 0, -65559, 6, 0, -65558, 6, 0, -65557, 6, 0, -65556, 6, 0, -65555, 6, 0, -65554, 6, 0, -65553, 6, 0, -65552, 6, 0, -65551, 6, 0, -65550, 6, 0, -65549, 6, 0, -65548, 6, 0, -65547, 6, 0, -65546, 6, 0, -65545, 3, 0, -65544, 3, 0, -65543, 3, 0, -65542, 3, 0, -65541, 3, 0, -65540, 3, 0, -65539, 3, 0, -65538, 3, 0, -65537, 3, 0, -131072, 3, 0, -131071, 3, 0, -131070, 3, 0, -131069, 3, 0, -131068, 3, 0, -131067, 3, 0, -131066, 3, 0, -131065, 3, 0, -131064, 3, 0, -131063, 3, 0, -131062, 3, 0, -131061, 3, 0, -131060, 3, 0, -131059, 3, 0, -131058, 3, 0, -131057, 6, 0, -131056, 6, 0, -131055, 6, 0, -131054, 6, 0, -131053, 6, 0, -131052, 6, 0, -131051, 3, 0, -131050, 3, 0, -131049, 3, 0, -131048, 6, 0, -131047, 6, 0, -131046, 6, 0, -131045, 6, 0, -131044, 6, 0, -131043, 6, 0, -131042, 6, 0, -131041, 6, 0, -131040, 6, 0, -131039, 3, 0, -131038, 3, 0, -131037, 3, 0, -131036, 3, 0, -131035, 6, 0, -131034, 6, 0, -131033, 6, 0, -131032, 6, 0, -131031, 6, 0, -131030, 6, 0, -131029, 6, 0, -131028, 6, 0, -131027, 3, 0, -131026, 3, 0, -131025, 3, 0, -131024, 3, 0, -131023, 6, 0, -131022, 6, 0, -131021, 6, 0, -131020, 6, 0, -131019, 6, 0, -131018, 6, 0, -131017, 6, 0, -131016, 6, 0, -131015, 6, 0, -131014, 6, 0, -131013, 6, 0, -131012, 6, 0, -25, 6, 0, -24, 6, 0, -23, 6, 0, -22, 6, 0, -21, 6, 0, -20, 6, 0, -19, 6, 0, -18, 6, 0, -17, 6, 0, -16, 6, 0, -15, 6, 0, -14, 6, 0, -13, 6, 0, -12, 6, 0, -11, 6, 0, -10, 6, 0, -9, 7, 0, -7, 3, 0, -6, 3, 0, -5, 3, 0, -4, 3, 0, -3, 3, 0, -2, 3, 0, -1, 3, 0, -65536, 3, 0, -65535, 3, 0, -65534, 3, 0, -65533, 3, 0, -65532, 3, 0, -65531, 3, 0, -65530, 3, 0, -65529, 3, 0, -65528, 3, 0, -65527, 3, 0, -65526, 3, 0, -65525, 3, 0, -65524, 3, 0, -65523, 3, 0, -65522, 6, 0, -65521, 6, 0, -65520, 6, 0, -65519, 6, 0, -65518, 6, 0, -65517, 6, 0, -65516, 6, 0, -65515, 8, 0, -65512, 8, 0, -65509, 8, 0, -65506, 8, 0, -65503, 8, 0, -65500, 8, 0, -65497, 8, 0, -65494, 8, 0, -65491, 8, 0, -65488, 8, 0, -65487, 8, 0, -65484, 8, 0, -65481, 8, 0, -65478, 8, 0, -65475, 8, 0, -65474, 8, 0, -65473, 8, 0, -65472, 8, 0, -65469, 8, 0, -65468, 8, 0, -65465, 8, 0, -65462, 8, 0, -65459, 8, 0, -65456, 8, 0, 65511, 6, 0, 65512, 6, 0, 65513, 6, 0, 65514, 6, 0, 65515, 6, 0, 65516, 6, 0, 65517, 6, 0, 65518, 6, 0, 65519, 6, 0, 65520, 6, 0, 65521, 6, 0, 65522, 6, 0, 65523, 6, 0, 65524, 6, 0, 65525, 6, 0, 65526, 6, 0, 65529, 3, 0, 65530, 3, 0, 65531, 3, 0, 65532, 3, 0, 65533, 3, 0, 65534, 3, 0, 65535, 3, 0, 0, 3, 0, 1, 3, 0, 2, 3, 0, 3, 3, 0, 4, 3, 0, 5, 3, 0, 6, 3, 0, 7, 3, 0, 8, 3, 0, 9, 3, 0, 10, 3, 0, 11, 3, 0, 12, 3, 0, 13, 3, 0, 14, 3, 0, 15, 6, 0, 16, 6, 0, 17, 6, 0, 18, 6, 0, 19, 6, 0, 20, 6, 0, 21, 9, 0, 23, 9, 0, 24, 9, 0, 25, 9, 0, 26, 9, 0, 27, 9, 0, 28, 9, 0, 29, 9, 0, 30, 9, 0, 31, 9, 0, 32, 9, 0, 33, 9, 0, 34, 9, 0, 35, 9, 0, 36, 9, 0, 37, 9, 0, 38, 9, 0, 39, 9, 0, 42, 9, 0, 43, 9, 0, 45, 9, 0, 48, 9, 0, 49, 9, 0, 52, 9, 0, 55, 9, 0, 58, 9, 0, 61, 9, 0, 64, 9, 0, 67, 9, 0, 70, 9, 0, 73, 9, 0, 76, 9, 0, 79, 9, 0, 80, 9, 0, 131047, 1, 0, 131048, 1, 0, 131049, 1, 0, 131050, 1, 0, 131051, 1, 0, 131052, 1, 0, 131053, 1, 0, 131054, 1, 0, 131055, 1, 0, 131056, 1, 0, 131057, 1, 0, 131059, 1, 0, 131061, 1, 0, 131063, 1, 0, 131065, 1, 0, 131067, 1, 0, 131069, 1, 0, 131071, 1, 0, 65537, 1, 0, 65539, 1, 0, 65541, 1, 0, 65543, 1, 0, 65545, 1, 0, 65547, 1, 0, 65549, 1, 0, 65551, 1, 0, 65553, 1, 0, 65555, 1, 0, 65557, 9, 0, 65559, 9, 0, 65560, 9, 0, 65561, 9, 0, 65562, 9, 0, 65563, 9, 0, 65564, 9, 0, 65565, 9, 0, 65566, 9, 0, 65567, 9, 0, 65568, 9, 0, 65569, 9, 0, 65571, 9, 0, 65572, 9, 0, 65573, 9, 0, 65575, 9, 0, 65578, 9, 0, 65579, 9, 0, 65581, 9, 0, 65584, 9, 0, 65585, 9, 0, 65588, 9, 0, 65591, 9, 0, 65594, 9, 0, 65597, 9, 0, 65600, 9, 0, 65603, 9, 0, 65606, 9, 0, 65609, 9, 0, 65612, 9, 0, 65615, 9, 0, 65616, 9, 0, 196583, 8, 0, 196586, 8, 0, 196589, 8, 0, 196592, 8, 0, 196595, 8, 0, 196598, 8, 0, 196601, 8, 0, 196604, 8, 0, 196607, 8, 0, 131073, 8, 0, 131076, 8, 0, 131079, 8, 0, 131082, 8, 0, 131085, 8, 0, 131088, 8, 0, 131091, 8, 0, 131093, 9, 0, 131096, 9, 0, 131097, 9, 0, 131098, 9, 0, 131099, 9, 0, 131100, 9, 0, 131101, 9, 0, 131102, 9, 0, 131103, 9, 0, 131104, 9, 0, 131105, 9, 0, 131106, 9, 0, 131107, 9, 0, 131108, 9, 0, 131109, 9, 0, 131111, 9, 0, 131114, 9, 0, 131115, 9, 0, 131117, 9, 0, 131120, 9, 0, 131121, 9, 0, 131124, 9, 0, 131127, 9, 0, 131130, 9, 0, 131133, 9, 0, 131136, 9, 0, 131139, 9, 0, 131142, 9, 0, 131145, 9, 0, 131148, 9, 0, 131151, 9, 0, 131152, 9, 0, 262119, 9, 0, 262120, 9, 0, 262121, 9, 0, 262122, 9, 0, 262123, 9, 0, 262124, 9, 0, 262125, 9, 0, 262126, 9, 0, 262127, 9, 0, 262128, 9, 0, 262129, 9, 0, 262130, 9, 0, 262131, 9, 0, 262132, 9, 0, 262133, 9, 0, 262134, 9, 0, 262135, 9, 0, 262136, 9, 0, 262137, 9, 0, 262138, 9, 0, 262139, 9, 0, 262140, 9, 0, 262141, 9, 0, 262142, 9, 0, 262143, 9, 0, 196608, 9, 0, 196609, 9, 0, 196610, 9, 0, 196611, 9, 0, 196612, 9, 0, 196613, 9, 0, 196614, 9, 0, 196615, 9, 0, 196616, 9, 0, 196617, 9, 0, 196618, 9, 0, 196619, 9, 0, 196620, 9, 0, 196621, 9, 0, 196622, 9, 0, 196623, 9, 0, 196624, 9, 0, 196625, 9, 0, 196626, 9, 0, 196629, 9, 0, 196632, 9, 0, 196633, 9, 0, 196634, 9, 0, 196635, 9, 0, 196636, 9, 0, 196637, 9, 0, 196638, 9, 0, 196639, 9, 0, 196640, 9, 0, 196642, 9, 0, 196643, 9, 0, 196644, 9, 0, 196647, 9, 0, 196650, 9, 0, 196651, 9, 0, 196653, 9, 0, 196656, 9, 0, 196657, 9, 0, 196660, 9, 0, 196663, 9, 0, 196666, 9, 0, 196669, 9, 0, 196672, 9, 0, 196675, 9, 0, 196678, 9, 0, 196681, 9, 0, 196684, 9, 0, 196687, 9, 0, 196688, 9, 0, 327655, 9, 0, 327656, 9, 0, 327657, 9, 0, 327658, 9, 0, 327659, 9, 0, 327660, 9, 0, 327661, 9, 0, 327662, 9, 0, 327663, 9, 0, 327664, 9, 0, 327665, 9, 0, 327666, 9, 0, 327667, 9, 0, 327668, 9, 0, 327669, 9, 0, 327670, 9, 0, 327671, 9, 0, 327672, 9, 0, 327673, 9, 0, 327674, 9, 0, 327675, 9, 0, 327676, 9, 0, 327677, 9, 0, 327678, 9, 0, 327679, 9, 0, 262144, 9, 0, 262145, 9, 0, 262146, 9, 0, 262147, 9, 0, 262148, 9, 0, 262149, 9, 0, 262150, 9, 0, 262151, 9, 0, 262152, 9, 0, 262153, 9, 0, 262154, 9, 0, 262155, 9, 0, 262156, 9, 0, 262157, 9, 0, 262158, 9, 0, 262159, 9, 0, 262160, 9, 0, 262161, 9, 0, 262162, 9, 0, 262165, 9, 0, 262166, 9, 0, 262167, 9, 0, 262168, 9, 0, 262169, 9, 0, 262172, 9, 0, 262173, 9, 0, 262174, 9, 0, 262175, 9, 0, 262176, 9, 0, 262177, 9, 0, 262178, 9, 0, 262180, 9, 0, 262181, 9, 0, 262183, 9, 0, 262186, 9, 0, 262187, 9, 0, 262189, 9, 0, 262192, 9, 0, 262193, 9, 0, 262196, 9, 0, 262199, 9, 0, 262202, 9, 0, 262205, 9, 0, 262208, 9, 0, 262211, 9, 0, 262214, 9, 0, 262217, 9, 0, 262220, 9, 0, 262223, 9, 0, 262224, 9, 0, 393191, 9, 0, 393192, 9, 0, 393193, 9, 0, 393194, 9, 0, 393195, 9, 0, 393196, 9, 0, 393197, 9, 0, 393198, 9, 0, 393199, 9, 0, 393200, 9, 0, 393201, 9, 0, 393202, 9, 0, 393203, 9, 0, 393204, 9, 0, 393205, 9, 0, 393206, 9, 0, 393207, 9, 0, 393208, 9, 0, 393209, 9, 0, 393210, 9, 0, 393211, 9, 0, 393212, 9, 0, 393213, 9, 0, 393214, 9, 0, 393215, 9, 0, 327680, 9, 0, 327681, 9, 0, 327682, 9, 0, 327683, 9, 0, 327684, 9, 0, 327685, 9, 0, 327686, 9, 0, 327687, 9, 0, 327688, 9, 0, 327689, 9, 0, 327690, 9, 0, 327691, 9, 0, 327692, 9, 0, 327693, 9, 0, 327694, 9, 0, 327695, 9, 0, 327696, 9, 0, 327697, 9, 0, 327698, 9, 0, 327701, 9, 0, 327702, 9, 0, 327703, 9, 0, 327704, 9, 0, 327706, 9, 0, 327707, 9, 0, 327708, 9, 0, 327710, 9, 0, 327711, 9, 0, 327713, 9, 0, 327716, 9, 0, 327717, 9, 0, 327719, 9, 0, 327722, 9, 0, 327725, 9, 0, 327728, 9, 0, 327729, 9, 0, 327732, 9, 0, 327735, 9, 0, 327738, 9, 0, 327741, 9, 0, 327744, 9, 0, 327747, 9, 0, 327750, 9, 0, 327752, 9, 0, 327753, 9, 0, 327756, 9, 0, 327759, 9, 0, 327760, 9, 0, 458727, 9, 0, 458728, 9, 0, 458729, 9, 0, 458730, 9, 0, 458733, 9, 0, 458734, 9, 0, 458735, 9, 0, 458736, 9, 0, 458737, 9, 0, 458738, 9, 0, 458739, 9, 0, 458740, 9, 0, 458741, 9, 0, 458742, 9, 0, 458743, 9, 0, 458744, 9, 0, 458745, 9, 0, 458746, 9, 0, 458747, 9, 0, 458748, 9, 0, 458749, 9, 0, 458750, 9, 0, 458751, 9, 0, 393216, 9, 0, 393217, 9, 0, 393218, 9, 0, 393219, 9, 0, 393222, 9, 0, 393223, 9, 0, 393224, 9, 0, 393225, 9, 0, 393226, 9, 0, 393227, 9, 0, 393228, 9, 0, 393229, 9, 0, 393230, 9, 0, 393231, 9, 0, 393232, 9, 0, 393233, 9, 0, 393234, 9, 0, 393237, 9, 0, 393240, 9, 0, 393242, 9, 0, 393243, 9, 0, 393244, 9, 0, 393245, 9, 0, 393246, 9, 0, 393247, 9, 0, 393248, 9, 0, 393249, 9, 0, 393250, 9, 0, 393251, 9, 0, 393252, 9, 0, 393253, 9, 0, 393255, 9, 0, 393258, 9, 0, 393261, 9, 0, 393264, 9, 0, 393265, 9, 0, 393268, 9, 0, 393271, 9, 0, 393274, 9, 0, 393277, 9, 0, 393280, 9, 0, 393283, 9, 0, 393286, 9, 0, 393289, 9, 0, 393292, 9, 0, 393295, 9, 0, 393296, 9, 0, 524263, 9, 0, 524266, 9, 0, 524267, 9, 0, 524268, 9, 0, 524269, 9, 0, 524270, 9, 0, 524271, 9, 0, 524272, 9, 0, 524273, 9, 0, 524274, 9, 0, 524275, 9, 0, 524276, 9, 0, 524277, 9, 0, 524278, 9, 0, 524279, 9, 0, 524280, 9, 0, 524281, 9, 0, 524282, 9, 0, 524283, 9, 0, 524284, 9, 0, 524285, 9, 0, 524286, 9, 0, 524287, 9, 0, 458752, 9, 0, 458753, 9, 0, 458754, 9, 0, 458755, 9, 0, 458756, 9, 0, 458757, 9, 0, 458758, 9, 0, 458759, 9, 0, 458760, 9, 0, 458761, 9, 0, 458762, 9, 0, 458763, 9, 0, 458764, 9, 0, 458765, 9, 0, 458766, 9, 0, 458767, 9, 0, 458768, 9, 0, 458769, 9, 0, 458770, 9, 0, 458773, 9, 0, 458776, 9, 0, 458777, 9, 0, 458778, 9, 0, 458779, 9, 0, 458780, 9, 0, 458781, 9, 0, 458782, 9, 0, 458783, 9, 0, 458784, 9, 0, 458785, 9, 0, 458786, 9, 0, 458787, 9, 0, 458788, 9, 0, 458789, 9, 0, 458791, 9, 0, 458794, 9, 0, 458797, 9, 0, 458800, 9, 0, 458801, 9, 0, 458804, 9, 0, 458807, 9, 0, 458810, 9, 0, 458813, 9, 0, 458816, 9, 0, 458819, 9, 0, 458822, 9, 0, 458824, 9, 0, 458825, 9, 0, 458828, 9, 0, 458831, 9, 0, 458832, 9, 0, 589799, 9, 0, 589800, 9, 0, 589801, 9, 0, 589802, 9, 0, 589803, 9, 0, 589804, 9, 0, 589805, 9, 0, 589806, 9, 0, 589807, 9, 0, 589808, 9, 0, 589809, 9, 0, 589810, 9, 0, 589811, 9, 0, 589812, 9, 0, 589813, 9, 0, 589814, 9, 0, 589815, 9, 0, 589816, 9, 0, 589817, 9, 0, 589818, 9, 0, 589819, 9, 0, 589820, 9, 0, 589821, 9, 0, 589822, 9, 0, 589823, 9, 0, 524288, 9, 0, 524289, 9, 0, 524290, 9, 0, 524291, 9, 0, 524292, 9, 0, 524293, 9, 0, 524294, 9, 0, 524295, 9, 0, 524296, 9, 0, 524297, 9, 0, 524298, 9, 0, 524299, 9, 0, 524300, 9, 0, 524301, 9, 0, 524302, 9, 0, 524305, 9, 0, 524306, 9, 0, 524309, 9, 0, 524312, 9, 0, 524313, 9, 0, 524314, 9, 0, 524315, 9, 0, 524317, 9, 0, 524318, 9, 0, 524319, 9, 0, 524320, 9, 0, 524323, 9, 0, 524324, 9, 0, 524325, 9, 0, 524327, 9, 0, 524330, 9, 0, 524333, 9, 0, 524336, 9, 0, 524337, 9, 0, 524340, 9, 0, 524343, 9, 0, 524346, 9, 0, 524349, 9, 0, 524352, 9, 0, 524355, 9, 0, 524358, 9, 0, 524361, 9, 0, 524364, 9, 0, 524367, 9, 0, 524368, 9, 0, 655335, 9, 0, 655336, 9, 0, 655337, 9, 0, 655338, 9, 0, 655339, 9, 0, 655340, 9, 0, 655341, 9, 0, 655342, 9, 0, 655343, 9, 0, 655344, 9, 0, 655345, 9, 0, 655346, 9, 0, 655347, 9, 0, 655348, 9, 0, 655349, 9, 0, 655350, 9, 0, 655351, 9, 0, 655352, 9, 0, 655353, 9, 0, 655354, 9, 0, 655355, 9, 0, 655356, 9, 0, 655357, 9, 0, 655358, 9, 0, 655359, 9, 0, 589824, 9, 0, 589825, 9, 0, 589826, 9, 0, 589827, 9, 0, 589828, 9, 0, 589829, 9, 0, 589830, 9, 0, 589831, 9, 0, 589832, 9, 0, 589833, 9, 0, 589834, 9, 0, 589835, 9, 0, 589837, 9, 0, 589838, 9, 0, 589839, 9, 0, 589840, 9, 0, 589841, 9, 0, 589842, 9, 0, 589845, 9, 0, 589846, 9, 0, 589847, 9, 0, 589848, 9, 0, 589849, 9, 0, 589850, 9, 0, 589851, 9, 0, 589852, 9, 0, 589853, 9, 0, 589854, 9, 0, 589855, 9, 0, 589856, 9, 0, 589857, 9, 0, 589858, 9, 0, 589859, 9, 0, 589860, 9, 0, 589861, 9, 0, 589862, 9, 0, 589863, 9, 0, 589866, 9, 0, 589869, 9, 0, 589872, 9, 0, 589873, 9, 0, 589876, 9, 0, 589878, 9, 0, 589879, 9, 0, 589882, 9, 0, 589885, 9, 0, 589888, 9, 0, 589891, 9, 0, 589894, 9, 0, 589897, 9, 0, 589900, 9, 0, 589903, 9, 0, 589904, 9, 0 )
[node name="AccessBlock" type="TileMap" parent="Level"]
position = Vector2( 442, 169 )
tile_set = SubResource( 39 )
cell_size = Vector2( 100, 100 )
cell_custom_transform = Transform2D( 0, 0, 0, 0, 0, 0 )
format = 1
tile_data = PoolIntArray( -262104, 0, 0 )
script = ExtResource( 21 )
[node name="playerButton" type="TileMap" parent="Level"]
position = Vector2( 4730, -423 )
tile_set = SubResource( 40 )
cell_size = Vector2( 32, 32 )
format = 1
tile_data = PoolIntArray( -2, 0, 0, -1, 0, 1, -65536, 0, 1, -65535, 0, 2 )
[node name="Area2D" type="Area2D" parent="Level"]
position = Vector2( 3438, -327 )
script = ExtResource( 22 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="Level/Area2D"]
position = Vector2( 1292, -112 )
shape = SubResource( 41 )
[node name="Finish" type="Node2D" parent="Level"]
position = Vector2( -1382, -616 )
[node name="BlockTrigger" type="Area2D" parent="Level/Finish"]
position = Vector2( 10584, -112 )
script = ExtResource( 3 )
[node name="Triple" type="CollisionShape2D" parent="Level/Finish/BlockTrigger"]
position = Vector2( -2764, 201 )
z_index = 1
shape = SubResource( 25 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="Level/Finish/BlockTrigger/Triple"]
z_index = -1
frames = SubResource( 26 )
[node name="Death" type="Area2D" parent="Level"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Level/Death"]
position = Vector2( 4538, 223 )
shape = SubResource( 42 )
[connection signal="area_shape_entered" from="Players/Cat/KinematicBody2D/PlayerCollision" to="Level/Finish/BlockTrigger" method="_on_PlayerCollision_area_shape_entered"]
[connection signal="area_shape_exited" from="Players/Cat/KinematicBody2D/PlayerCollision" to="Level/Finish/BlockTrigger" method="_on_PlayerCollision_area_shape_exited"]
[connection signal="area_shape_entered" from="Players/Dog/KinematicBody2D/PlayerCollision" to="Level/Finish/BlockTrigger" method="_on_PlayerCollision_area_shape_entered"]
[connection signal="area_shape_exited" from="Players/Dog/KinematicBody2D/PlayerCollision" to="Level/Finish/BlockTrigger" method="_on_PlayerCollision_area_shape_exited"]
[connection signal="area_entered" from="Level/Area2D" to="Level/AccessBlock" method="_on_Area2D_area_entered"]
[connection signal="area_shape_entered" from="Level/Death" to="Players" method="_on_Death_area_shape_entered"]