-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGame.tscn
408 lines (360 loc) · 42.7 KB
/
Game.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
[gd_scene load_steps=37 format=2]
[ext_resource path="res://Assets/Images/Player/Cat.png" type="Texture" id=1]
[ext_resource path="res://Assets/Scripts/Cat.gd" type="Script" id=2]
[ext_resource path="res://Assets/Images/Level/Ground.png" type="Texture" id=3]
[ext_resource path="res://Assets/Images/Player/Dog.png" type="Texture" id=4]
[ext_resource path="res://Assets/Images/Level/Drain.png" type="Texture" id=5]
[ext_resource path="res://Assets/Scripts/Dog.gd" type="Script" id=6]
[ext_resource path="res://Assets/Images/Level/HopefullyTileableWater.png" type="Texture" id=7]
[ext_resource path="res://Assets/Images/Level/Background.png" type="Texture" id=8]
[ext_resource path="res://Assets/Images/Level/LowerWater.png" type="Texture" id=9]
[ext_resource path="res://Assets/Sounds/jump.wav" type="AudioStream" id=10]
[ext_resource path="res://Assets/Images/Player/RedSquare.png" type="Texture" id=11]
[ext_resource path="res://Assets/Images/Level/ExitDoor.png" type="Texture" id=12]
[ext_resource path="res://Assets/Images/Level/MossyBlock.png" type="Texture" id=13]
[ext_resource path="res://Assets/Scripts/BlockTrigger.gd" type="Script" id=14]
[ext_resource path="res://Assets/Scripts/Camera.gd" type="Script" id=15]
[ext_resource path="res://Assets/Images/Unused/ohio.png" type="Texture" id=16]
[ext_resource path="res://Assets/Images/Level/ExitOpen.png" type="Texture" id=17]
[ext_resource path="res://Assets/Sounds/disturbingsynthwaves.wav" type="AudioStream" id=18]
[ext_resource path="res://Assets/Scripts/accessBlock.gd" type="Script" id=19]
[ext_resource path="res://Assets/Scripts/ScaleFade.gd" type="Script" id=20]
[ext_resource path="res://Assets/Images/Level/toxicwater.png" type="Texture" id=21]
[ext_resource path="res://Assets/Images/Level/GreenLowerWater.png" type="Texture" id=22]
[ext_resource path="res://Assets/Scripts/Area2D.gd" type="Script" id=23]
[sub_resource type="ConvexPolygonShape2D" id=30]
points = PoolVector2Array( 192, 192, 0, 192, 0, 0, 192, 0 )
[sub_resource type="ConvexPolygonShape2D" id=31]
points = PoolVector2Array( 100, 100, 0, 100, 0, 0, 100, 0 )
[sub_resource type="TileSet" id=4]
1/name = "Ground.png 1"
1/texture = ExtResource( 3 )
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( 30 )
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( 30 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
1/z_index = 0
2/name = "Drain.png 2"
2/texture = ExtResource( 5 )
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( 8 )
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( 7 )
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( 9 )
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( 13 )
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( 31 )
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( 31 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
6/z_index = 0
7/name = "toxicwater.png 7"
7/texture = ExtResource( 21 )
7/tex_offset = Vector2( 0, 0 )
7/modulate = Color( 1, 1, 1, 1 )
7/region = Rect2( -1, 0, 300, 100 )
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 = "GreenLowerWater.png 8"
8/texture = ExtResource( 22 )
8/tex_offset = Vector2( 0, 0 )
8/modulate = Color( 1, 1, 1, 1 )
8/region = Rect2( -1, -1, 300, 101 )
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
[sub_resource type="ConvexPolygonShape2D" id=42]
points = PoolVector2Array( 100, 100, 0, 100, 0, 0, 100, 0 )
[sub_resource type="TileSet" id=33]
resource_local_to_scene = true
0/name = "MossyBlock.png 0"
0/texture = ExtResource( 13 )
0/tex_offset = Vector2( 0, 0 )
0/modulate = Color( 1, 1, 1, 1 )
0/region = Rect2( 0, 0, 100, 100 )
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( 42 )
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( 42 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
0/z_index = 0
[sub_resource type="RectangleShape2D" id=21]
extents = Vector2( 100, 100 )
[sub_resource type="SpriteFrames" id=24]
animations = [ {
"frames": [ ExtResource( 12 ), ExtResource( 17 ) ],
"loop": false,
"name": "default",
"speed": 5.0
} ]
[sub_resource type="ConvexPolygonShape2D" id=41]
points = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )
[sub_resource type="TileSet" id=39]
0/name = "RedSquare.png 0"
0/texture = ExtResource( 11 )
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( 41 )
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( 41 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 1, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 41 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
}, {
"autotile_coord": Vector2( 2, 0 ),
"one_way": false,
"one_way_margin": 1.0,
"shape": SubResource( 41 ),
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
} ]
0/z_index = 0
[sub_resource type="RectangleShape2D" id=35]
extents = Vector2( 65, 16.5 )
[sub_resource type="SpriteFrames" id=1]
animations = [ {
"frames": [ ExtResource( 4 ) ],
"loop": true,
"name": "up",
"speed": 5.0
}, {
"frames": [ ExtResource( 1 ), ExtResource( 1 ) ],
"loop": true,
"name": "walk",
"speed": 5.0
} ]
[sub_resource type="RectangleShape2D" id=2]
extents = Vector2( 25, 25 )
[sub_resource type="RectangleShape2D" id=25]
extents = Vector2( 50, 50 )
[node name="Game" type="Node"]
[node name="Level" type="Node2D" parent="."]
position = Vector2( -138, -73 )
[node name="Level" type="TileMap" parent="Level"]
position = Vector2( 438, 173 )
tile_set = SubResource( 4 )
cell_size = Vector2( 100, 100 )
cell_custom_transform = Transform2D( 0, 0, 0, 0, 0, 0 )
format = 1
tile_data = PoolIntArray( -1835007, 6, 0, -1835006, 6, 0, -1835005, 6, 0, -1835004, 6, 0, -1835003, 6, 0, -1835002, 6, 0, -1835001, 6, 0, -1835000, 6, 0, -1834999, 6, 0, -1834998, 6, 0, -1834997, 6, 0, -1834996, 6, 0, -1834995, 6, 0, -1834994, 6, 0, -1834993, 6, 0, -1834992, 6, 0, -1834991, 6, 0, -1834990, 6, 0, -1834989, 6, 0, -1834988, 6, 0, -1834987, 6, 0, -1834986, 6, 0, -1834985, 6, 0, -1834984, 6, 0, -1834983, 6, 0, -1834982, 6, 0, -1834981, 6, 0, -1834980, 6, 0, -1834979, 6, 0, -1834978, 6, 0, -1834977, 6, 0, -1834976, 6, 0, -1834975, 6, 0, -1834974, 6, 0, -1834973, 6, 0, -1834972, 6, 0, -1834971, 6, 0, -1834970, 6, 0, -1834969, 6, 0, -1834968, 6, 0, -1834967, 6, 0, -1834966, 6, 0, -1834965, 6, 0, -1834964, 6, 0, -1834963, 6, 0, -1769471, 6, 0, -1769470, 6, 0, -1769469, 6, 0, -1769468, 6, 0, -1769467, 6, 0, -1769466, 6, 0, -1769465, 6, 0, -1769464, 6, 0, -1769463, 6, 0, -1769462, 6, 0, -1769461, 6, 0, -1769460, 6, 0, -1769459, 6, 0, -1769458, 6, 0, -1769457, 6, 0, -1769456, 6, 0, -1769455, 6, 0, -1769454, 6, 0, -1769453, 6, 0, -1769452, 6, 0, -1769451, 6, 0, -1769450, 6, 0, -1769449, 6, 0, -1769448, 6, 0, -1769447, 6, 0, -1769446, 6, 0, -1769445, 6, 0, -1769444, 6, 0, -1769443, 6, 0, -1769442, 6, 0, -1769441, 6, 0, -1769440, 6, 0, -1769439, 6, 0, -1769438, 6, 0, -1769437, 6, 0, -1769436, 6, 0, -1769435, 6, 0, -1769434, 6, 0, -1769433, 6, 0, -1769432, 6, 0, -1769431, 6, 0, -1769430, 6, 0, -1769429, 6, 0, -1769428, 6, 0, -1769427, 6, 0, -1703935, 6, 0, -1703934, 6, 0, -1703933, 6, 0, -1703932, 6, 0, -1703931, 6, 0, -1703930, 6, 0, -1703929, 6, 0, -1703928, 6, 0, -1703927, 6, 0, -1703926, 6, 0, -1703925, 6, 0, -1703924, 6, 0, -1703923, 6, 0, -1703922, 6, 0, -1703921, 6, 0, -1703920, 6, 0, -1703919, 6, 0, -1703918, 6, 0, -1703917, 6, 0, -1703916, 6, 0, -1703915, 6, 0, -1703914, 6, 0, -1703913, 6, 0, -1703912, 6, 0, -1703911, 6, 0, -1703910, 6, 0, -1703909, 6, 0, -1703908, 6, 0, -1703907, 6, 0, -1703906, 6, 0, -1703905, 6, 0, -1703904, 6, 0, -1703903, 6, 0, -1703902, 6, 0, -1703901, 6, 0, -1703900, 6, 0, -1703899, 6, 0, -1703898, 6, 0, -1703897, 6, 0, -1703896, 6, 0, -1703895, 6, 0, -1703894, 6, 0, -1703893, 6, 0, -1703892, 6, 0, -1703891, 6, 0, -1638399, 6, 0, -1638398, 6, 0, -1638397, 6, 0, -1638396, 6, 0, -1638395, 6, 0, -1638394, 6, 0, -1638393, 6, 0, -1638392, 6, 0, -1638391, 6, 0, -1638390, 6, 0, -1638389, 6, 0, -1638388, 6, 0, -1638387, 6, 0, -1638386, 6, 0, -1638385, 6, 0, -1638384, 6, 0, -1638383, 6, 0, -1638382, 6, 0, -1638381, 6, 0, -1638380, 6, 0, -1638379, 6, 0, -1638378, 6, 0, -1638377, 6, 0, -1638376, 6, 0, -1638375, 6, 0, -1638374, 6, 0, -1638373, 6, 0, -1638372, 6, 0, -1638371, 6, 0, -1638370, 6, 0, -1638369, 6, 0, -1638368, 6, 0, -1638367, 6, 0, -1638366, 6, 0, -1638365, 6, 0, -1638364, 6, 0, -1638363, 6, 0, -1638362, 6, 0, -1638361, 6, 0, -1638360, 6, 0, -1638359, 6, 0, -1638358, 6, 0, -1638357, 6, 0, -1638356, 6, 0, -1638355, 6, 0, -1572863, 6, 0, -1572862, 6, 0, -1572861, 6, 0, -1572860, 6, 0, -1572859, 6, 0, -1572858, 6, 0, -1572857, 6, 0, -1572856, 6, 0, -1572855, 6, 0, -1572854, 6, 0, -1572853, 6, 0, -1572852, 6, 0, -1572851, 6, 0, -1572850, 6, 0, -1572849, 6, 0, -1572848, 6, 0, -1572847, 6, 0, -1572846, 6, 0, -1572845, 6, 0, -1572844, 6, 0, -1572843, 6, 0, -1572842, 6, 0, -1572841, 6, 0, -1572840, 6, 0, -1572839, 6, 0, -1572838, 6, 0, -1572837, 6, 0, -1572836, 6, 0, -1572835, 6, 0, -1572834, 6, 0, -1572833, 6, 0, -1572832, 6, 0, -1572831, 6, 0, -1572830, 6, 0, -1572829, 6, 0, -1572828, 6, 0, -1572827, 6, 0, -1572826, 6, 0, -1572825, 6, 0, -1572824, 6, 0, -1572823, 6, 0, -1572822, 6, 0, -1572821, 6, 0, -1572820, 6, 0, -1572819, 6, 0, -1507327, 6, 0, -1507326, 6, 0, -1507325, 6, 0, -1507324, 6, 0, -1507323, 6, 0, -1507322, 6, 0, -1507321, 6, 0, -1507320, 6, 0, -1507319, 6, 0, -1507318, 6, 0, -1507317, 6, 0, -1507316, 6, 0, -1507315, 6, 0, -1507314, 6, 0, -1507313, 6, 0, -1507312, 6, 0, -1507311, 6, 0, -1507310, 6, 0, -1507309, 6, 0, -1507308, 6, 0, -1507307, 6, 0, -1507306, 6, 0, -1507305, 6, 0, -1507304, 6, 0, -1507303, 6, 0, -1507302, 6, 0, -1507301, 6, 0, -1507300, 6, 0, -1507299, 6, 0, -1507298, 6, 0, -1507297, 6, 0, -1507296, 6, 0, -1507295, 6, 0, -1507294, 6, 0, -1507293, 6, 0, -1507292, 6, 0, -1507291, 6, 0, -1507290, 6, 0, -1507289, 6, 0, -1507288, 6, 0, -1507287, 6, 0, -1507286, 6, 0, -1507285, 6, 0, -1507284, 6, 0, -1507283, 6, 0, -1441791, 6, 0, -1441790, 6, 0, -1441789, 6, 0, -1441788, 6, 0, -1441787, 6, 0, -1441786, 6, 0, -1441785, 6, 0, -1441784, 6, 0, -1441783, 6, 0, -1441782, 6, 0, -1441781, 6, 0, -1441780, 6, 0, -1441779, 6, 0, -1441778, 6, 0, -1441777, 6, 0, -1441776, 6, 0, -1441775, 6, 0, -1441774, 6, 0, -1441773, 6, 0, -1441772, 6, 0, -1441771, 6, 0, -1441770, 6, 0, -1441769, 6, 0, -1441768, 6, 0, -1441767, 6, 0, -1441766, 6, 0, -1441765, 6, 0, -1441764, 6, 0, -1441763, 6, 0, -1441762, 6, 0, -1441761, 6, 0, -1441760, 6, 0, -1441759, 6, 0, -1441758, 6, 0, -1441757, 6, 0, -1441756, 6, 0, -1441755, 6, 0, -1441754, 6, 0, -1441753, 6, 0, -1441752, 6, 0, -1441751, 6, 0, -1441750, 6, 0, -1441749, 6, 0, -1441748, 6, 0, -1441747, 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, -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, -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, -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, 3, 0, -1179631, 3, 0, -1179630, 3, 0, -1179629, 3, 0, -1179628, 3, 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, 6, 0, -1179613, 6, 0, -1179612, 6, 0, -1179611, 6, 0, -1179610, 6, 0, -1179609, 6, 0, -1179608, 6, 0, -1179607, 6, 0, -1179606, 6, 0, -1179605, 6, 0, -1179604, 6, 0, -1179603, 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, 3, 0, -1114095, 3, 0, -1114094, 3, 0, -1114093, 3, 0, -1114092, 3, 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, 6, 0, -1114077, 6, 0, -1114076, 6, 0, -1114075, 6, 0, -1114074, 6, 0, -1114073, 6, 0, -1114072, 6, 0, -1114071, 6, 0, -1114070, 6, 0, -1114069, 6, 0, -1114068, 6, 0, -1114067, 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, 3, 0, -1048559, 3, 0, -1048558, 3, 0, -1048557, 3, 0, -1048556, 3, 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, 6, 0, -1048541, 6, 0, -1048540, 6, 0, -1048539, 6, 0, -1048538, 6, 0, -1048537, 6, 0, -1048536, 6, 0, -1048535, 6, 0, -1048534, 6, 0, -1048533, 6, 0, -1048532, 6, 0, -1048531, 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, 3, 0, -983023, 3, 0, -983022, 3, 0, -983021, 3, 0, -983020, 3, 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, -983006, 6, 0, -983005, 6, 0, -983004, 6, 0, -983003, 6, 0, -983002, 6, 0, -983001, 6, 0, -983000, 6, 0, -982999, 6, 0, -982998, 6, 0, -982997, 6, 0, -982996, 6, 0, -982995, 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, 3, 0, -917487, 3, 0, -917486, 3, 0, -917485, 3, 0, -917484, 3, 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, -917470, 6, 0, -917469, 6, 0, -917468, 6, 0, -917467, 6, 0, -917466, 6, 0, -917465, 6, 0, -917464, 6, 0, -917463, 6, 0, -917462, 6, 0, -917461, 6, 0, -917460, 6, 0, -917459, 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, 3, 0, -851951, 3, 0, -851950, 3, 0, -851949, 3, 0, -851948, 3, 0, -851947, 3, 0, -851946, 3, 0, -851945, 6, 0, -851944, 3, 0, -851943, 3, 0, -851942, 6, 0, -851941, 6, 0, -851940, 6, 0, -851939, 6, 0, -851938, 6, 0, -851937, 6, 0, -851936, 6, 0, -851935, 6, 0, -851934, 6, 0, -851933, 6, 0, -851932, 6, 0, -851931, 6, 0, -851930, 6, 0, -851929, 6, 0, -851928, 6, 0, -851927, 6, 0, -851926, 6, 0, -851925, 6, 0, -851924, 6, 0, -851923, 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, 3, 0, -786415, 3, 0, -786414, 3, 0, -786413, 3, 0, -786412, 6, 0, -786411, 3, 0, -786410, 3, 0, -786409, 3, 0, -786408, 3, 0, -786407, 3, 0, -786406, 6, 0, -786405, 6, 0, -786404, 6, 0, -786403, 6, 0, -786402, 6, 0, -786401, 6, 0, -786400, 6, 0, -786399, 6, 0, -786398, 6, 0, -786397, 6, 0, -786396, 6, 0, -786395, 6, 0, -786394, 6, 0, -786393, 6, 0, -786392, 6, 0, -786391, 6, 0, -786390, 6, 0, -786389, 6, 0, -786388, 6, 0, -786387, 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, 6, 0, -720886, 6, 0, -720885, 6, 0, -720884, 6, 0, -720883, 6, 0, -720882, 6, 0, -720881, 6, 0, -720880, 3, 0, -720879, 3, 0, -720878, 3, 0, -720877, 6, 0, -720876, 3, 0, -720875, 3, 0, -720874, 3, 0, -720873, 3, 0, -720872, 3, 0, -720871, 3, 0, -720870, 6, 0, -720869, 6, 0, -720868, 6, 0, -720867, 6, 0, -720866, 6, 0, -720865, 6, 0, -720864, 6, 0, -720863, 6, 0, -720862, 6, 0, -720861, 6, 0, -720860, 6, 0, -720859, 6, 0, -720858, 6, 0, -720857, 6, 0, -720856, 6, 0, -720855, 6, 0, -720854, 6, 0, -720853, 6, 0, -720852, 6, 0, -720851, 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, 3, 0, -589830, 3, 0, -589829, 3, 0, -589828, 3, 0, -589827, 3, 0, -589826, 3, 0, -589825, 3, 0, -655360, 3, 0, -655359, 3, 0, -655358, 3, 0, -655357, 3, 0, -655356, 3, 0, -655355, 3, 0, -655354, 3, 0, -655353, 3, 0, -655352, 3, 0, -655351, 3, 0, -655350, 3, 0, -655349, 3, 0, -655348, 3, 0, -655347, 3, 0, -655346, 3, 0, -655345, 6, 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, 6, 0, -655333, 6, 0, -655332, 6, 0, -655331, 6, 0, -655330, 6, 0, -655329, 6, 0, -655328, 6, 0, -655327, 6, 0, -655326, 6, 0, -655325, 6, 0, -655324, 6, 0, -655323, 6, 0, -655322, 6, 0, -655321, 6, 0, -655320, 6, 0, -655319, 6, 0, -655318, 6, 0, -655317, 6, 0, -655316, 6, 0, -655315, 6, 0, -524303, 6, 0, -524302, 6, 0, -524301, 6, 0, -524300, 6, 0, -524299, 6, 0, -524298, 6, 0, -524297, 6, 0, -524296, 6, 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, 3, 0, -589818, 3, 0, -589817, 3, 0, -589816, 3, 0, -589815, 3, 0, -589814, 3, 0, -589813, 3, 0, -589812, 3, 0, -589811, 3, 0, -589810, 3, 0, -589809, 6, 0, -589808, 6, 0, -589807, 3, 0, -589806, 3, 0, -589805, 3, 0, -589804, 3, 0, -589803, 3, 0, -589802, 3, 0, -589801, 3, 0, -589800, 3, 0, -589799, 3, 0, -589798, 6, 0, -589797, 6, 0, -589796, 6, 0, -589795, 6, 0, -589794, 6, 0, -589793, 6, 0, -589792, 6, 0, -589791, 6, 0, -589790, 6, 0, -589789, 6, 0, -589788, 6, 0, -589787, 6, 0, -589786, 6, 0, -589785, 6, 0, -589784, 6, 0, -589783, 6, 0, -589782, 6, 0, -589781, 6, 0, -589780, 6, 0, -589779, 6, 0, -458767, 6, 0, -458766, 6, 0, -458765, 6, 0, -458764, 6, 0, -458763, 6, 0, -458762, 6, 0, -458761, 6, 0, -458760, 6, 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, 3, 0, -524282, 3, 0, -524281, 3, 0, -524280, 3, 0, -524279, 3, 0, -524278, 3, 0, -524277, 3, 0, -524276, 3, 0, -524275, 3, 0, -524274, 3, 0, -524273, 6, 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, 6, 0, -524261, 6, 0, -524260, 6, 0, -524259, 6, 0, -524258, 6, 0, -524257, 6, 0, -524256, 6, 0, -524255, 6, 0, -524254, 6, 0, -524253, 6, 0, -524252, 6, 0, -524251, 6, 0, -524250, 6, 0, -524249, 6, 0, -524248, 6, 0, -524247, 6, 0, -524246, 6, 0, -524245, 6, 0, -524244, 6, 0, -524243, 6, 0, -393231, 6, 0, -393230, 6, 0, -393229, 6, 0, -393228, 6, 0, -393227, 6, 0, -393226, 6, 0, -393225, 6, 0, -393224, 6, 0, -393223, 3, 0, -393222, 3, 0, -393221, 3, 0, -393220, 2, 0, -393219, 3, 0, -393218, 3, 0, -393217, 3, 0, -458752, 3, 0, -458751, 2, 0, -458750, 3, 0, -458749, 3, 0, -458748, 3, 0, -458747, 3, 0, -458746, 2, 0, -458745, 3, 0, -458744, 3, 0, -458743, 3, 0, -458742, 3, 0, -458741, 2, 0, -458740, 3, 0, -458739, 3, 0, -458738, 3, 0, -458737, 6, 0, -458736, 3, 0, -458735, 3, 0, -458734, 6, 0, -458733, 3, 0, -458732, 3, 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, 6, 0, -458720, 6, 0, -458719, 6, 0, -458718, 6, 0, -458717, 6, 0, -458716, 6, 0, -458715, 6, 0, -458714, 6, 0, -458713, 6, 0, -458712, 6, 0, -458711, 6, 0, -458710, 6, 0, -458709, 6, 0, -458708, 6, 0, -458707, 6, 0, -327695, 6, 0, -327694, 6, 0, -327693, 6, 0, -327692, 6, 0, -327691, 6, 0, -327690, 6, 0, -327689, 6, 0, -327688, 6, 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, 3, 0, -393210, 3, 0, -393209, 3, 0, -393208, 3, 0, -393207, 3, 0, -393206, 3, 0, -393205, 3, 0, -393204, 3, 0, -393203, 3, 0, -393202, 3, 0, -393201, 6, 0, -393200, 3, 0, -393199, 3, 0, -393198, 3, 0, -393197, 3, 0, -393196, 3, 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, 6, 0, -393184, 6, 0, -393183, 6, 0, -393182, 6, 0, -393181, 6, 0, -393180, 6, 0, -393179, 6, 0, -393178, 6, 0, -393177, 6, 0, -393176, 6, 0, -393175, 6, 0, -393174, 6, 0, -393173, 6, 0, -393172, 6, 0, -393171, 6, 0, -262159, 6, 0, -262158, 6, 0, -262157, 6, 0, -262156, 6, 0, -262155, 6, 0, -262154, 6, 0, -262153, 6, 0, -262152, 6, 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, 3, 0, -327674, 3, 0, -327673, 3, 0, -327672, 3, 0, -327671, 3, 0, -327670, 3, 0, -327669, 3, 0, -327668, 3, 0, -327667, 3, 0, -327666, 3, 0, -327665, 6, 0, -327664, 3, 0, -327663, 3, 0, -327662, 3, 0, -327661, 3, 0, -327660, 3, 0, -327659, 6, 0, -327658, 3, 0, -327657, 3, 0, -327656, 3, 0, -327655, 3, 0, -327654, 6, 0, -327653, 6, 0, -327652, 6, 0, -327651, 6, 0, -327650, 6, 0, -327649, 6, 0, -327648, 6, 0, -327647, 6, 0, -327646, 6, 0, -327645, 6, 0, -327644, 6, 0, -327643, 6, 0, -327642, 6, 0, -327641, 6, 0, -327640, 6, 0, -327639, 6, 0, -327638, 6, 0, -327637, 6, 0, -327636, 6, 0, -327635, 6, 0, -196623, 6, 0, -196622, 6, 0, -196621, 6, 0, -196620, 6, 0, -196619, 6, 0, -196618, 6, 0, -196617, 6, 0, -196616, 6, 0, -196615, 3, 0, -196614, 3, 0, -196613, 3, 0, -196612, 2, 0, -196611, 3, 0, -196610, 3, 0, -196609, 3, 0, -262144, 3, 0, -262143, 2, 0, -262142, 3, 0, -262141, 3, 0, -262140, 3, 0, -262139, 3, 0, -262138, 2, 0, -262137, 3, 0, -262136, 3, 0, -262135, 3, 0, -262134, 3, 0, -262133, 2, 0, -262132, 3, 0, -262131, 3, 0, -262130, 3, 0, -262129, 3, 0, -262128, 3, 0, -262127, 3, 0, -262126, 3, 0, -262125, 3, 0, -262124, 3, 0, -262123, 3, 0, -262122, 3, 0, -262121, 3, 0, -262120, 3, 0, -262119, 6, 0, -262118, 6, 0, -262117, 6, 0, -262116, 6, 0, -262115, 6, 0, -262114, 6, 0, -262113, 6, 0, -262112, 6, 0, -262111, 6, 0, -262110, 6, 0, -262109, 6, 0, -262108, 6, 0, -262107, 6, 0, -262106, 6, 0, -262105, 6, 0, -262104, 6, 0, -262103, 6, 0, -262102, 6, 0, -262101, 6, 0, -262100, 6, 0, -262099, 6, 0, -131087, 6, 0, -131086, 6, 0, -131085, 6, 0, -131084, 6, 0, -131083, 6, 0, -131082, 6, 0, -131081, 6, 0, -131080, 6, 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, 3, 0, -196596, 3, 0, -196595, 3, 0, -196594, 3, 0, -196593, 3, 0, -196592, 3, 0, -196591, 3, 0, -196590, 3, 0, -196589, 3, 0, -196588, 3, 0, -196587, 3, 0, -196586, 3, 0, -196585, 3, 0, -196584, 3, 0, -196583, 3, 0, -196582, 6, 0, -196581, 6, 0, -196580, 6, 0, -196579, 6, 0, -196578, 6, 0, -196577, 6, 0, -196576, 6, 0, -196575, 6, 0, -196574, 6, 0, -196573, 6, 0, -196572, 6, 0, -196571, 6, 0, -196570, 6, 0, -196569, 6, 0, -196568, 6, 0, -196567, 6, 0, -196566, 6, 0, -196565, 6, 0, -196564, 6, 0, -196563, 6, 0, -65551, 6, 0, -65550, 6, 0, -65549, 6, 0, -65548, 6, 0, -65547, 6, 0, -65546, 6, 0, -65545, 6, 0, -65544, 6, 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, 3, 0, -131056, 3, 0, -131055, 3, 0, -131054, 3, 0, -131053, 3, 0, -131052, 3, 0, -131051, 3, 0, -131050, 3, 0, -131049, 3, 0, -131048, 3, 0, -131047, 3, 0, -131046, 6, 0, -131045, 6, 0, -131044, 6, 0, -131043, 6, 0, -131042, 6, 0, -131041, 6, 0, -131040, 6, 0, -131039, 6, 0, -131038, 6, 0, -131037, 6, 0, -131036, 6, 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, 6, 0, -15, 6, 0, -14, 6, 0, -13, 6, 0, -12, 6, 0, -11, 6, 0, -10, 6, 0, -9, 6, 0, -8, 6, 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, 3, 0, -65521, 3, 0, -65520, 3, 0, -65519, 3, 0, -65518, 3, 0, -65517, 3, 0, -65516, 3, 0, -65515, 3, 0, -65514, 3, 0, -65513, 6, 0, -65512, 6, 0, -65511, 3, 0, -65510, 6, 0, -65509, 6, 0, -65508, 6, 0, -65507, 6, 0, -65506, 6, 0, -65505, 6, 0, -65504, 6, 0, -65503, 6, 0, -65502, 6, 0, -65501, 6, 0, -65500, 6, 0, -65499, 6, 0, -65498, 6, 0, -65497, 6, 0, -65496, 6, 0, -65495, 6, 0, -65494, 6, 0, -65493, 6, 0, -65492, 6, 0, -65491, 6, 0, 65521, 1, 0, 65523, 1, 0, 65525, 1, 0, 65527, 1, 0, 65529, 1, 0, 65531, 1, 0, 65533, 1, 0, 65535, 1, 0, 1, 1, 0, 3, 1, 0, 5, 1, 0, 7, 1, 0, 9, 1, 0, 11, 1, 0, 13, 1, 0, 15, 1, 0, 17, 1, 0, 19, 1, 0, 21, 1, 0, 23, 1, 0, 25, 1, 0, 27, 1, 0, 28, 1, 0, 29, 1, 0, 31, 1, 0, 33, 1, 0, 35, 6, 0, 36, 6, 0, 37, 6, 0, 38, 6, 0, 39, 6, 0, 40, 6, 0, 41, 6, 0, 42, 6, 0, 43, 6, 0, 44, 6, 0, 45, 6, 0, 131054, 7, 0, 131057, 7, 0, 131060, 7, 0, 131063, 7, 0, 131064, 7, 0, 131065, 7, 0, 131068, 7, 0, 131071, 7, 0, 65537, 7, 0, 65540, 7, 0, 65543, 7, 0, 65546, 7, 0, 65549, 7, 0, 65552, 7, 0, 65555, 7, 0, 65558, 7, 0, 65561, 7, 0, 65564, 7, 0, 65567, 7, 0, 65568, 7, 0, 65571, 7, 0, 65572, 7, 0, 65573, 7, 0, 65574, 7, 0, 65575, 7, 0, 65576, 7, 0, 65577, 7, 0, 65578, 7, 0, 65579, 7, 0, 65580, 7, 0, 65581, 7, 0, 65582, 7, 0, 196590, 8, 0, 196593, 8, 0, 196596, 8, 0, 196599, 8, 0, 196602, 8, 0, 196605, 8, 0, 131072, 8, 0, 131073, 8, 0, 131074, 8, 0, 131075, 8, 0, 131078, 8, 0, 131081, 8, 0, 131084, 8, 0, 131087, 8, 0, 131090, 8, 0, 131093, 8, 0, 131096, 8, 0, 131099, 8, 0, 131102, 8, 0, 131104, 8, 0, 131107, 8, 0, 131108, 8, 0, 131111, 8, 0, 131112, 8, 0, 131113, 8, 0, 131114, 8, 0, 131115, 8, 0, 131116, 8, 0, 131117, 8, 0, 131118, 8, 0, 262126, 8, 0, 262128, 8, 0, 262131, 8, 0, 262134, 8, 0, 262137, 8, 0, 262140, 8, 0, 262143, 8, 0, 196610, 8, 0, 196611, 8, 0, 196613, 8, 0, 196615, 8, 0, 196616, 8, 0, 196619, 8, 0, 196622, 8, 0, 196625, 8, 0, 196628, 8, 0, 196631, 8, 0, 196634, 8, 0, 196637, 8, 0, 196638, 8, 0, 196640, 8, 0, 196643, 8, 0, 196644, 8, 0, 196647, 8, 0, 196648, 8, 0, 196649, 8, 0, 196650, 8, 0, 196651, 8, 0, 196653, 8, 0, 196654, 8, 0, 327662, 8, 0, 327665, 8, 0, 327668, 8, 0, 327671, 8, 0, 327674, 8, 0, 327677, 8, 0, 262144, 8, 0, 262147, 8, 0, 262150, 8, 0, 262151, 8, 0, 262152, 8, 0, 262153, 8, 0, 262154, 8, 0, 262156, 8, 0, 262159, 8, 0, 262162, 8, 0, 262165, 8, 0, 262168, 8, 0, 262171, 8, 0, 262174, 8, 0, 262176, 8, 0, 262179, 8, 0, 262180, 8, 0, 262183, 8, 0, 262185, 8, 0, 262186, 8, 0, 262187, 8, 0, 262188, 8, 0, 262189, 8, 0, 262190, 8, 0, 393198, 8, 0, 393200, 8, 0, 393203, 8, 0, 393206, 8, 0, 393209, 8, 0, 393212, 8, 0, 393215, 8, 0, 327682, 8, 0, 327685, 8, 0, 327686, 8, 0, 327688, 8, 0, 327689, 8, 0, 327690, 8, 0, 327691, 8, 0, 327694, 8, 0, 327697, 8, 0, 327700, 8, 0, 327703, 8, 0, 327706, 8, 0, 327709, 8, 0, 327712, 8, 0, 327715, 8, 0, 327716, 8, 0, 327719, 8, 0, 327722, 8, 0, 327723, 8, 0, 327724, 8, 0, 327725, 8, 0, 327726, 8, 0, 458734, 8, 0, 458737, 8, 0, 458740, 8, 0, 458743, 8, 0, 458746, 8, 0, 458747, 8, 0, 458750, 8, 0, 393217, 8, 0, 393220, 8, 0, 393223, 8, 0, 393226, 8, 0, 393227, 8, 0, 393228, 8, 0, 393229, 8, 0, 393230, 8, 0, 393231, 8, 0, 393232, 8, 0, 393233, 8, 0, 393234, 8, 0, 393235, 8, 0, 393238, 8, 0, 393241, 8, 0, 393244, 8, 0, 393247, 8, 0, 393248, 8, 0, 393251, 8, 0, 393252, 8, 0, 393255, 8, 0, 393258, 8, 0, 393261, 8, 0, 393262, 8, 0, 524270, 8, 0, 524271, 8, 0, 524274, 8, 0, 524277, 8, 0, 524278, 8, 0, 524279, 8, 0, 524280, 8, 0, 524281, 8, 0, 524282, 8, 0, 524283, 8, 0, 524284, 8, 0, 524285, 8, 0, 524286, 8, 0, 458753, 8, 0, 458756, 8, 0, 458759, 8, 0, 458762, 8, 0, 458765, 8, 0, 458766, 8, 0, 458767, 8, 0, 458768, 8, 0, 458769, 8, 0, 458771, 8, 0, 458774, 8, 0, 458777, 8, 0, 458780, 8, 0, 458783, 8, 0, 458784, 8, 0, 458787, 8, 0, 458788, 8, 0, 458791, 8, 0, 458794, 8, 0, 458797, 8, 0, 458798, 8, 0, 589806, 8, 0, 589809, 8, 0, 589810, 8, 0, 589811, 8, 0, 589812, 8, 0, 589813, 8, 0, 589814, 8, 0, 589815, 8, 0, 589816, 8, 0, 589817, 8, 0, 589818, 8, 0, 589819, 8, 0, 589820, 8, 0, 589821, 8, 0, 589822, 8, 0, 589823, 8, 0, 524288, 8, 0, 524289, 8, 0, 524290, 8, 0, 524291, 8, 0, 524292, 8, 0, 524293, 8, 0, 524294, 8, 0, 524295, 8, 0, 524296, 8, 0, 524299, 8, 0, 524300, 8, 0, 524302, 8, 0, 524303, 8, 0, 524304, 8, 0, 524305, 8, 0, 524306, 8, 0, 524309, 8, 0, 524312, 8, 0, 524315, 8, 0, 524318, 8, 0, 524321, 8, 0, 524322, 8, 0, 524324, 8, 0, 524326, 8, 0, 524327, 8, 0, 524330, 8, 0, 524333, 8, 0, 524334, 8, 0, 655342, 8, 0, 655344, 8, 0, 655345, 8, 0, 655346, 8, 0, 655347, 8, 0, 655348, 8, 0, 655349, 8, 0, 655351, 8, 0, 655352, 8, 0, 655353, 8, 0, 655354, 8, 0, 655355, 8, 0, 655356, 8, 0, 655357, 8, 0, 655358, 8, 0, 655359, 8, 0, 589824, 8, 0, 589825, 8, 0, 589826, 8, 0, 589827, 8, 0, 589828, 8, 0, 589829, 8, 0, 589832, 8, 0, 589835, 8, 0, 589836, 8, 0, 589839, 8, 0, 589842, 8, 0, 589845, 8, 0, 589848, 8, 0, 589851, 8, 0, 589854, 8, 0, 589857, 8, 0, 589860, 8, 0, 589863, 8, 0, 589866, 8, 0, 589868, 8, 0, 589869, 8, 0, 589870, 8, 0, 720878, 8, 0, 720881, 8, 0, 720882, 8, 0, 720885, 8, 0, 720886, 8, 0, 720887, 8, 0, 720888, 8, 0, 720889, 8, 0, 720890, 8, 0, 720891, 8, 0, 720892, 8, 0, 720893, 8, 0, 720894, 8, 0, 720895, 8, 0, 655360, 8, 0, 655361, 8, 0, 655362, 8, 0, 655363, 8, 0, 655364, 8, 0, 655365, 8, 0, 655366, 8, 0, 655367, 8, 0, 655368, 8, 0, 655369, 8, 0, 655370, 8, 0, 655371, 8, 0, 655372, 8, 0, 655375, 8, 0, 655378, 8, 0, 655381, 8, 0, 655384, 8, 0, 655387, 8, 0, 655390, 8, 0, 655393, 8, 0, 655396, 8, 0, 655399, 8, 0, 655402, 8, 0, 655405, 8, 0, 655406, 8, 0, 786414, 8, 0, 786417, 8, 0, 786418, 8, 0, 786419, 8, 0, 786420, 8, 0, 786421, 8, 0, 786422, 8, 0, 786423, 8, 0, 786424, 8, 0, 786425, 8, 0, 786426, 8, 0, 786427, 8, 0, 786428, 8, 0, 786431, 8, 0, 720896, 8, 0, 720897, 8, 0, 720898, 8, 0, 720899, 8, 0, 720900, 8, 0, 720901, 8, 0, 720902, 8, 0, 720903, 8, 0, 720904, 8, 0, 720905, 8, 0, 720906, 8, 0, 720907, 8, 0, 720908, 8, 0, 720909, 8, 0, 720910, 8, 0, 720911, 8, 0, 720912, 8, 0, 720913, 8, 0, 720914, 8, 0, 720917, 8, 0, 720920, 8, 0, 720923, 8, 0, 720926, 8, 0, 720929, 8, 0, 720932, 8, 0, 720935, 8, 0, 720938, 8, 0, 720939, 8, 0, 720940, 8, 0, 720941, 8, 0, 720942, 8, 0 )
[node name="AccessBlock" type="TileMap" parent="Level"]
position = Vector2( 438, 173 )
tile_set = SubResource( 33 )
cell_size = Vector2( 100, 100 )
cell_custom_transform = Transform2D( 0, 0, 0, 0, 0, 0 )
format = 1
tile_data = PoolIntArray( -196584, 0, 0 )
script = ExtResource( 19 )
[node name="Finish" type="Node2D" parent="Level"]
position = Vector2( -1382, -615 )
[node name="BlockTrigger" type="Area2D" parent="Level/Finish"]
position = Vector2( 4784, -713 )
script = ExtResource( 14 )
[node name="Triple" type="CollisionShape2D" parent="Level/Finish/BlockTrigger"]
position = Vector2( 336, 100 )
z_index = 1
shape = SubResource( 21 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="Level/Finish/BlockTrigger/Triple"]
z_index = -1
frames = SubResource( 24 )
[node name="playerButton" type="TileMap" parent="Level"]
position = Vector2( 3438, -327 )
tile_set = SubResource( 39 )
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( 23 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="Level/Area2D"]
position = Vector2( 0, -16.5 )
shape = SubResource( 35 )
[node name="Camera" type="Node" parent="."]
[node name="Camera2D" type="Camera2D" parent="Camera"]
position = Vector2( -1760, -264 )
current = true
script = ExtResource( 15 )
[node name="Node2D" type="Node2D" parent="Camera/Camera2D"]
position = Vector2( -310, -56 )
z_index = 20
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="Camera/Camera2D/Node2D"]
position = Vector2( -296, 156 )
stream = ExtResource( 18 )
volume_db = -21.849
autoplay = true
[node name="Fadeout" type="Node2D" parent="Camera/Camera2D"]
z_index = 30
[node name="ColorRect" type="ColorRect" parent="Camera/Camera2D/Fadeout"]
visible = false
color = Color( 0, 0, 0, 1 )
script = ExtResource( 20 )
[node name="Players" type="Node" parent="."]
[node name="Cat" type="Node2D" parent="Players"]
position = Vector2( -200, 100 )
[node name="KinematicBody2D" type="KinematicBody2D" parent="Players/Cat"]
position = Vector2( 300, -100 )
z_index = 10
script = ExtResource( 2 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="Players/Cat/KinematicBody2D"]
scale = Vector2( 0.5, 0.5 )
frames = SubResource( 1 )
animation = "walk"
[node name="CollisionShape2D" type="CollisionShape2D" parent="Players/Cat/KinematicBody2D"]
shape = SubResource( 2 )
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="Players/Cat/KinematicBody2D"]
position = Vector2( 60, -88 )
stream = ExtResource( 10 )
[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( 25 )
[node name="Dog" type="Node2D" parent="Players"]
position = Vector2( 200, 0 )
[node name="KinematicBody2D" type="KinematicBody2D" parent="Players/Dog"]
z_index = 10
script = ExtResource( 6 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="Players/Dog/KinematicBody2D"]
scale = Vector2( 0.5, 0.5 )
frames = SubResource( 1 )
animation = "up"
[node name="CollisionShape2D" type="CollisionShape2D" parent="Players/Dog/KinematicBody2D"]
shape = SubResource( 2 )
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="Players/Dog/KinematicBody2D"]
stream = ExtResource( 10 )
[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( 25 )
[node name="Ohio" type="Sprite" parent="."]
position = Vector2( -3085, 201 )
texture = ExtResource( 16 )
[connection signal="area_entered" from="Level/Finish/BlockTrigger" to="Players/Cat/KinematicBody2D" method="_on_BlockTrigger_area_entered"]
[connection signal="area_entered" from="Level/Finish/BlockTrigger" to="Players/Dog/KinematicBody2D" method="_on_BlockTrigger_area_entered"]
[connection signal="area_entered" from="Level/Area2D" to="Level/AccessBlock" method="_on_Area2D_area_entered"]
[connection signal="Pressed" from="Players/Cat/KinematicBody2D" to="Level/AccessBlock" method="_on_KinematicBody2D_Pressed"]
[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="Pressed" from="Players/Dog/KinematicBody2D" to="Level/AccessBlock" method="_on_KinematicBody2D_Pressed"]
[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"]