diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-22 18:26:46 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-22 18:26:46 -0500 |
commit | 254ecd9527c105a8e15174bbddf13dc1fb4f554a (patch) | |
tree | 5526238166df427b25353389d67f6f5bbaf6ba1f /res/maps | |
parent | eccebd48ac6c311023052386155d685dadfef202 (diff) | |
download | tanetane-254ecd9527c105a8e15174bbddf13dc1fb4f554a.tar.gz tanetane-254ecd9527c105a8e15174bbddf13dc1fb4f554a.tar.bz2 tanetane-254ecd9527c105a8e15174bbddf13dc1fb4f554a.zip |
Re-dumped hallucination map/tileset
The hallucination cliff area and the hot spring map have also been dumped now, but they have not been tested and likely need work because they use a third layer, which is not yet supported. However these all share a tileset now, yay! I added collision and run sounds back to the tiles and hopefully it matches up with what it was before. Also the maps have nicer names now. i.e. big change with no noticeable effects
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/hallucination.tsx | 1599 | ||||
-rw-r--r-- | res/maps/hallucination_beach.tmx | 39 | ||||
-rw-r--r-- | res/maps/hallucination_cliff.tmx | 12 | ||||
-rw-r--r-- | res/maps/hallucination_hot_spring.tmx | 12 | ||||
-rw-r--r-- | res/maps/hallucination_interior.tmx | 81 | ||||
-rw-r--r-- | res/maps/hallucination_tiles.png | bin | 0 -> 51214 bytes | |||
-rw-r--r-- | res/maps/map1.tmx | 828 | ||||
-rw-r--r-- | res/maps/map1_tiles.png | bin | 22418 -> 0 bytes | |||
-rw-r--r-- | res/maps/map2.tmx | 779 | ||||
-rw-r--r-- | res/maps/map2_tiles.png | bin | 18049 -> 0 bytes |
10 files changed, 1743 insertions, 1607 deletions
diff --git a/res/maps/hallucination.tsx b/res/maps/hallucination.tsx new file mode 100644 index 0000000..a2b05bc --- /dev/null +++ b/res/maps/hallucination.tsx | |||
@@ -0,0 +1,1599 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <tileset version="1.4" tiledversion="1.4.3" name="hallucination" tilewidth="16" tileheight="16" tilecount="480" columns="10"> | ||
3 | <image source="hallucination_tiles.png" width="160" height="768"/> | ||
4 | <tile id="0"> | ||
5 | <properties> | ||
6 | <property name="runSound" value="grass"/> | ||
7 | </properties> | ||
8 | </tile> | ||
9 | <tile id="1"> | ||
10 | <properties> | ||
11 | <property name="solid" type="bool" value="true"/> | ||
12 | </properties> | ||
13 | </tile> | ||
14 | <tile id="2"> | ||
15 | <properties> | ||
16 | <property name="runSound" value="water"/> | ||
17 | </properties> | ||
18 | </tile> | ||
19 | <tile id="3"> | ||
20 | <properties> | ||
21 | <property name="solid" type="bool" value="true"/> | ||
22 | </properties> | ||
23 | </tile> | ||
24 | <tile id="4"> | ||
25 | <properties> | ||
26 | <property name="solid" type="bool" value="true"/> | ||
27 | </properties> | ||
28 | </tile> | ||
29 | <tile id="5"> | ||
30 | <properties> | ||
31 | <property name="runSound" value="land"/> | ||
32 | </properties> | ||
33 | </tile> | ||
34 | <tile id="6"> | ||
35 | <properties> | ||
36 | <property name="runSound" value="land"/> | ||
37 | </properties> | ||
38 | </tile> | ||
39 | <tile id="7"> | ||
40 | <properties> | ||
41 | <property name="solid" type="bool" value="true"/> | ||
42 | </properties> | ||
43 | </tile> | ||
44 | <tile id="8"> | ||
45 | <properties> | ||
46 | <property name="runSound" value="water"/> | ||
47 | </properties> | ||
48 | </tile> | ||
49 | <tile id="9"> | ||
50 | <properties> | ||
51 | <property name="runSound" value="water"/> | ||
52 | </properties> | ||
53 | </tile> | ||
54 | <tile id="10"> | ||
55 | <properties> | ||
56 | <property name="runSound" value="water"/> | ||
57 | </properties> | ||
58 | </tile> | ||
59 | <tile id="11"> | ||
60 | <properties> | ||
61 | <property name="runSound" value="water"/> | ||
62 | </properties> | ||
63 | </tile> | ||
64 | <tile id="12"> | ||
65 | <properties> | ||
66 | <property name="runSound" value="grass"/> | ||
67 | </properties> | ||
68 | </tile> | ||
69 | <tile id="13"> | ||
70 | <properties> | ||
71 | <property name="solid" type="bool" value="true"/> | ||
72 | </properties> | ||
73 | </tile> | ||
74 | <tile id="14"> | ||
75 | <properties> | ||
76 | <property name="solid" type="bool" value="true"/> | ||
77 | </properties> | ||
78 | </tile> | ||
79 | <tile id="15"> | ||
80 | <properties> | ||
81 | <property name="runSound" value="grass"/> | ||
82 | </properties> | ||
83 | </tile> | ||
84 | <tile id="16"> | ||
85 | <properties> | ||
86 | <property name="runSound" value="water"/> | ||
87 | </properties> | ||
88 | </tile> | ||
89 | <tile id="17"> | ||
90 | <properties> | ||
91 | <property name="runSound" value="land"/> | ||
92 | </properties> | ||
93 | </tile> | ||
94 | <tile id="18"> | ||
95 | <properties> | ||
96 | <property name="runSound" value="land"/> | ||
97 | </properties> | ||
98 | </tile> | ||
99 | <tile id="19"> | ||
100 | <properties> | ||
101 | <property name="runSound" value="land"/> | ||
102 | </properties> | ||
103 | </tile> | ||
104 | <tile id="20"> | ||
105 | <properties> | ||
106 | <property name="runSound" value="land"/> | ||
107 | </properties> | ||
108 | </tile> | ||
109 | <tile id="21"> | ||
110 | <properties> | ||
111 | <property name="runSound" value="water"/> | ||
112 | </properties> | ||
113 | </tile> | ||
114 | <tile id="22"> | ||
115 | <properties> | ||
116 | <property name="runSound" value="grass"/> | ||
117 | </properties> | ||
118 | </tile> | ||
119 | <tile id="23"> | ||
120 | <properties> | ||
121 | <property name="runSound" value="grass"/> | ||
122 | </properties> | ||
123 | </tile> | ||
124 | <tile id="24"> | ||
125 | <properties> | ||
126 | <property name="runSound" value="water"/> | ||
127 | </properties> | ||
128 | </tile> | ||
129 | <tile id="25"> | ||
130 | <properties> | ||
131 | <property name="runSound" value="water"/> | ||
132 | </properties> | ||
133 | </tile> | ||
134 | <tile id="26"> | ||
135 | <properties> | ||
136 | <property name="runSound" value="water"/> | ||
137 | </properties> | ||
138 | </tile> | ||
139 | <tile id="27"> | ||
140 | <properties> | ||
141 | <property name="runSound" value="grass"/> | ||
142 | </properties> | ||
143 | </tile> | ||
144 | <tile id="28"> | ||
145 | <properties> | ||
146 | <property name="runSound" value="grass"/> | ||
147 | </properties> | ||
148 | </tile> | ||
149 | <tile id="29"> | ||
150 | <properties> | ||
151 | <property name="solid" type="bool" value="true"/> | ||
152 | </properties> | ||
153 | </tile> | ||
154 | <tile id="30"> | ||
155 | <properties> | ||
156 | <property name="solid" type="bool" value="true"/> | ||
157 | </properties> | ||
158 | </tile> | ||
159 | <tile id="31"> | ||
160 | <properties> | ||
161 | <property name="runSound" value="land"/> | ||
162 | </properties> | ||
163 | </tile> | ||
164 | <tile id="32"> | ||
165 | <properties> | ||
166 | <property name="runSound" value="land"/> | ||
167 | </properties> | ||
168 | </tile> | ||
169 | <tile id="33"> | ||
170 | <properties> | ||
171 | <property name="runSound" value="grass"/> | ||
172 | </properties> | ||
173 | </tile> | ||
174 | <tile id="35"> | ||
175 | <properties> | ||
176 | <property name="runSound" value="grass"/> | ||
177 | </properties> | ||
178 | </tile> | ||
179 | <tile id="36"> | ||
180 | <properties> | ||
181 | <property name="runSound" value="grass"/> | ||
182 | </properties> | ||
183 | </tile> | ||
184 | <tile id="37"> | ||
185 | <properties> | ||
186 | <property name="runSound" value="grass"/> | ||
187 | </properties> | ||
188 | </tile> | ||
189 | <tile id="38"> | ||
190 | <properties> | ||
191 | <property name="runSound" value="grass"/> | ||
192 | </properties> | ||
193 | </tile> | ||
194 | <tile id="40"> | ||
195 | <properties> | ||
196 | <property name="solid" type="bool" value="true"/> | ||
197 | </properties> | ||
198 | </tile> | ||
199 | <tile id="41"> | ||
200 | <properties> | ||
201 | <property name="solid" type="bool" value="true"/> | ||
202 | </properties> | ||
203 | </tile> | ||
204 | <tile id="42"> | ||
205 | <properties> | ||
206 | <property name="solid" type="bool" value="true"/> | ||
207 | </properties> | ||
208 | </tile> | ||
209 | <tile id="43"> | ||
210 | <properties> | ||
211 | <property name="runSound" value="land"/> | ||
212 | </properties> | ||
213 | </tile> | ||
214 | <tile id="44"> | ||
215 | <properties> | ||
216 | <property name="runSound" value="land"/> | ||
217 | </properties> | ||
218 | </tile> | ||
219 | <tile id="45"> | ||
220 | <properties> | ||
221 | <property name="runSound" value="land"/> | ||
222 | </properties> | ||
223 | </tile> | ||
224 | <tile id="46"> | ||
225 | <properties> | ||
226 | <property name="runSound" value="land"/> | ||
227 | </properties> | ||
228 | </tile> | ||
229 | <tile id="47"> | ||
230 | <properties> | ||
231 | <property name="runSound" value="grass"/> | ||
232 | </properties> | ||
233 | </tile> | ||
234 | <tile id="48"> | ||
235 | <properties> | ||
236 | <property name="runSound" value="grass"/> | ||
237 | </properties> | ||
238 | </tile> | ||
239 | <tile id="49"> | ||
240 | <properties> | ||
241 | <property name="runSound" value="grass"/> | ||
242 | </properties> | ||
243 | </tile> | ||
244 | <tile id="50"> | ||
245 | <properties> | ||
246 | <property name="solid" type="bool" value="true"/> | ||
247 | </properties> | ||
248 | </tile> | ||
249 | <tile id="51"> | ||
250 | <properties> | ||
251 | <property name="solid" type="bool" value="true"/> | ||
252 | </properties> | ||
253 | </tile> | ||
254 | <tile id="52"> | ||
255 | <properties> | ||
256 | <property name="solid" type="bool" value="true"/> | ||
257 | </properties> | ||
258 | </tile> | ||
259 | <tile id="53"> | ||
260 | <properties> | ||
261 | <property name="runSound" value="water"/> | ||
262 | </properties> | ||
263 | </tile> | ||
264 | <tile id="54"> | ||
265 | <properties> | ||
266 | <property name="runSound" value="water"/> | ||
267 | </properties> | ||
268 | </tile> | ||
269 | <tile id="55"> | ||
270 | <properties> | ||
271 | <property name="runSound" value="grass"/> | ||
272 | </properties> | ||
273 | </tile> | ||
274 | <tile id="56"> | ||
275 | <properties> | ||
276 | <property name="runSound" value="grass"/> | ||
277 | </properties> | ||
278 | </tile> | ||
279 | <tile id="57"> | ||
280 | <properties> | ||
281 | <property name="runSound" value="land"/> | ||
282 | </properties> | ||
283 | </tile> | ||
284 | <tile id="58"> | ||
285 | <properties> | ||
286 | <property name="runSound" value="grass"/> | ||
287 | </properties> | ||
288 | </tile> | ||
289 | <tile id="59"> | ||
290 | <properties> | ||
291 | <property name="runSound" value="grass"/> | ||
292 | </properties> | ||
293 | </tile> | ||
294 | <tile id="60"> | ||
295 | <properties> | ||
296 | <property name="solid" type="bool" value="true"/> | ||
297 | </properties> | ||
298 | </tile> | ||
299 | <tile id="61"> | ||
300 | <properties> | ||
301 | <property name="runSound" value="grass"/> | ||
302 | </properties> | ||
303 | </tile> | ||
304 | <tile id="62"> | ||
305 | <properties> | ||
306 | <property name="runSound" value="grass"/> | ||
307 | </properties> | ||
308 | </tile> | ||
309 | <tile id="63"> | ||
310 | <properties> | ||
311 | <property name="runSound" value="grass"/> | ||
312 | </properties> | ||
313 | </tile> | ||
314 | <tile id="64"> | ||
315 | <properties> | ||
316 | <property name="runSound" value="water"/> | ||
317 | </properties> | ||
318 | </tile> | ||
319 | <tile id="65"> | ||
320 | <properties> | ||
321 | <property name="runSound" value="grass"/> | ||
322 | </properties> | ||
323 | </tile> | ||
324 | <tile id="66"> | ||
325 | <properties> | ||
326 | <property name="runSound" value="grass"/> | ||
327 | </properties> | ||
328 | </tile> | ||
329 | <tile id="67"> | ||
330 | <properties> | ||
331 | <property name="runSound" value="land"/> | ||
332 | </properties> | ||
333 | </tile> | ||
334 | <tile id="68"> | ||
335 | <properties> | ||
336 | <property name="runSound" value="land"/> | ||
337 | </properties> | ||
338 | </tile> | ||
339 | <tile id="69"> | ||
340 | <properties> | ||
341 | <property name="runSound" value="land"/> | ||
342 | </properties> | ||
343 | </tile> | ||
344 | <tile id="70"> | ||
345 | <properties> | ||
346 | <property name="runSound" value="grass"/> | ||
347 | </properties> | ||
348 | </tile> | ||
349 | <tile id="72"> | ||
350 | <properties> | ||
351 | <property name="solid" type="bool" value="true"/> | ||
352 | </properties> | ||
353 | </tile> | ||
354 | <tile id="73"> | ||
355 | <properties> | ||
356 | <property name="solid" type="bool" value="true"/> | ||
357 | </properties> | ||
358 | </tile> | ||
359 | <tile id="74"> | ||
360 | <properties> | ||
361 | <property name="runSound" value="water"/> | ||
362 | </properties> | ||
363 | </tile> | ||
364 | <tile id="75"> | ||
365 | <properties> | ||
366 | <property name="solid" type="bool" value="true"/> | ||
367 | </properties> | ||
368 | </tile> | ||
369 | <tile id="76"> | ||
370 | <properties> | ||
371 | <property name="solid" type="bool" value="true"/> | ||
372 | </properties> | ||
373 | </tile> | ||
374 | <tile id="77"> | ||
375 | <properties> | ||
376 | <property name="runSound" value="water"/> | ||
377 | </properties> | ||
378 | </tile> | ||
379 | <tile id="78"> | ||
380 | <properties> | ||
381 | <property name="solid" type="bool" value="true"/> | ||
382 | </properties> | ||
383 | </tile> | ||
384 | <tile id="79"> | ||
385 | <properties> | ||
386 | <property name="solid" type="bool" value="true"/> | ||
387 | </properties> | ||
388 | </tile> | ||
389 | <tile id="80"> | ||
390 | <properties> | ||
391 | <property name="solid" type="bool" value="true"/> | ||
392 | </properties> | ||
393 | </tile> | ||
394 | <tile id="81"> | ||
395 | <properties> | ||
396 | <property name="solid" type="bool" value="true"/> | ||
397 | </properties> | ||
398 | </tile> | ||
399 | <tile id="82"> | ||
400 | <properties> | ||
401 | <property name="solid" type="bool" value="true"/> | ||
402 | </properties> | ||
403 | </tile> | ||
404 | <tile id="83"> | ||
405 | <properties> | ||
406 | <property name="solid" type="bool" value="true"/> | ||
407 | </properties> | ||
408 | </tile> | ||
409 | <tile id="84"> | ||
410 | <properties> | ||
411 | <property name="solid" type="bool" value="true"/> | ||
412 | </properties> | ||
413 | </tile> | ||
414 | <tile id="85"> | ||
415 | <properties> | ||
416 | <property name="solid" type="bool" value="true"/> | ||
417 | </properties> | ||
418 | </tile> | ||
419 | <tile id="167"> | ||
420 | <properties> | ||
421 | <property name="runSound" value="sand"/> | ||
422 | </properties> | ||
423 | </tile> | ||
424 | <tile id="168"> | ||
425 | <properties> | ||
426 | <property name="runSound" value="sand"/> | ||
427 | </properties> | ||
428 | </tile> | ||
429 | <tile id="173"> | ||
430 | <properties> | ||
431 | <property name="runSound" value="sand"/> | ||
432 | </properties> | ||
433 | </tile> | ||
434 | <tile id="174"> | ||
435 | <properties> | ||
436 | <property name="runSound" value="sand"/> | ||
437 | </properties> | ||
438 | </tile> | ||
439 | <tile id="175"> | ||
440 | <properties> | ||
441 | <property name="runSound" value="sand"/> | ||
442 | </properties> | ||
443 | </tile> | ||
444 | <tile id="176"> | ||
445 | <properties> | ||
446 | <property name="runSound" value="sand"/> | ||
447 | </properties> | ||
448 | </tile> | ||
449 | <tile id="177"> | ||
450 | <properties> | ||
451 | <property name="runSound" value="sand"/> | ||
452 | </properties> | ||
453 | </tile> | ||
454 | <tile id="180"> | ||
455 | <properties> | ||
456 | <property name="runSound" value="sand"/> | ||
457 | </properties> | ||
458 | </tile> | ||
459 | <tile id="181"> | ||
460 | <properties> | ||
461 | <property name="solid" type="bool" value="true"/> | ||
462 | </properties> | ||
463 | </tile> | ||
464 | <tile id="182"> | ||
465 | <properties> | ||
466 | <property name="runSound" value="sand"/> | ||
467 | </properties> | ||
468 | </tile> | ||
469 | <tile id="183"> | ||
470 | <properties> | ||
471 | <property name="runSound" value="sand"/> | ||
472 | </properties> | ||
473 | </tile> | ||
474 | <tile id="187"> | ||
475 | <properties> | ||
476 | <property name="runSound" value="sand"/> | ||
477 | </properties> | ||
478 | </tile> | ||
479 | <tile id="188"> | ||
480 | <properties> | ||
481 | <property name="runSound" value="sand"/> | ||
482 | </properties> | ||
483 | </tile> | ||
484 | <tile id="190"> | ||
485 | <properties> | ||
486 | <property name="runSound" value="sand"/> | ||
487 | </properties> | ||
488 | </tile> | ||
489 | <tile id="191"> | ||
490 | <properties> | ||
491 | <property name="runSound" value="sand"/> | ||
492 | </properties> | ||
493 | </tile> | ||
494 | <tile id="192"> | ||
495 | <properties> | ||
496 | <property name="solid" type="bool" value="true"/> | ||
497 | </properties> | ||
498 | </tile> | ||
499 | <tile id="193"> | ||
500 | <properties> | ||
501 | <property name="solid" type="bool" value="true"/> | ||
502 | </properties> | ||
503 | </tile> | ||
504 | <tile id="194"> | ||
505 | <properties> | ||
506 | <property name="solid" type="bool" value="true"/> | ||
507 | </properties> | ||
508 | </tile> | ||
509 | <tile id="195"> | ||
510 | <properties> | ||
511 | <property name="runSound" value="sand"/> | ||
512 | </properties> | ||
513 | </tile> | ||
514 | <tile id="196"> | ||
515 | <properties> | ||
516 | <property name="runSound" value="sand"/> | ||
517 | </properties> | ||
518 | </tile> | ||
519 | <tile id="197"> | ||
520 | <properties> | ||
521 | <property name="runSound" value="sand"/> | ||
522 | </properties> | ||
523 | </tile> | ||
524 | <tile id="198"> | ||
525 | <properties> | ||
526 | <property name="runSound" value="sand"/> | ||
527 | </properties> | ||
528 | </tile> | ||
529 | <tile id="199"> | ||
530 | <properties> | ||
531 | <property name="solid" type="bool" value="true"/> | ||
532 | </properties> | ||
533 | </tile> | ||
534 | <tile id="200"> | ||
535 | <properties> | ||
536 | <property name="solid" type="bool" value="true"/> | ||
537 | </properties> | ||
538 | </tile> | ||
539 | <tile id="201"> | ||
540 | <properties> | ||
541 | <property name="runSound" value="land"/> | ||
542 | </properties> | ||
543 | </tile> | ||
544 | <tile id="202"> | ||
545 | <properties> | ||
546 | <property name="runSound" value="water"/> | ||
547 | </properties> | ||
548 | </tile> | ||
549 | <tile id="203"> | ||
550 | <properties> | ||
551 | <property name="runSound" value="water"/> | ||
552 | </properties> | ||
553 | </tile> | ||
554 | <tile id="204"> | ||
555 | <properties> | ||
556 | <property name="runSound" value="water"/> | ||
557 | </properties> | ||
558 | </tile> | ||
559 | <tile id="205"> | ||
560 | <properties> | ||
561 | <property name="runSound" value="land"/> | ||
562 | </properties> | ||
563 | </tile> | ||
564 | <tile id="206"> | ||
565 | <properties> | ||
566 | <property name="runSound" value="grass"/> | ||
567 | </properties> | ||
568 | </tile> | ||
569 | <tile id="207"> | ||
570 | <properties> | ||
571 | <property name="runSound" value="water"/> | ||
572 | </properties> | ||
573 | </tile> | ||
574 | <tile id="208"> | ||
575 | <properties> | ||
576 | <property name="runSound" value="grass"/> | ||
577 | </properties> | ||
578 | </tile> | ||
579 | <tile id="209"> | ||
580 | <properties> | ||
581 | <property name="runSound" value="grass"/> | ||
582 | </properties> | ||
583 | </tile> | ||
584 | <tile id="210"> | ||
585 | <properties> | ||
586 | <property name="runSound" value="grass"/> | ||
587 | </properties> | ||
588 | </tile> | ||
589 | <tile id="211"> | ||
590 | <properties> | ||
591 | <property name="solid" type="bool" value="true"/> | ||
592 | </properties> | ||
593 | </tile> | ||
594 | <tile id="212"> | ||
595 | <properties> | ||
596 | <property name="solid" type="bool" value="true"/> | ||
597 | </properties> | ||
598 | </tile> | ||
599 | <tile id="213"> | ||
600 | <properties> | ||
601 | <property name="solid" type="bool" value="true"/> | ||
602 | </properties> | ||
603 | </tile> | ||
604 | <tile id="214"> | ||
605 | <properties> | ||
606 | <property name="solid" type="bool" value="true"/> | ||
607 | </properties> | ||
608 | </tile> | ||
609 | <tile id="215"> | ||
610 | <properties> | ||
611 | <property name="solid" type="bool" value="true"/> | ||
612 | </properties> | ||
613 | </tile> | ||
614 | <tile id="216"> | ||
615 | <properties> | ||
616 | <property name="solid" type="bool" value="true"/> | ||
617 | </properties> | ||
618 | </tile> | ||
619 | <tile id="217"> | ||
620 | <properties> | ||
621 | <property name="solid" type="bool" value="true"/> | ||
622 | </properties> | ||
623 | </tile> | ||
624 | <tile id="218"> | ||
625 | <properties> | ||
626 | <property name="solid" type="bool" value="true"/> | ||
627 | </properties> | ||
628 | </tile> | ||
629 | <tile id="219"> | ||
630 | <properties> | ||
631 | <property name="runSound" value="water"/> | ||
632 | </properties> | ||
633 | </tile> | ||
634 | <tile id="220"> | ||
635 | <properties> | ||
636 | <property name="solid" type="bool" value="true"/> | ||
637 | </properties> | ||
638 | </tile> | ||
639 | <tile id="222"> | ||
640 | <properties> | ||
641 | <property name="solid" type="bool" value="true"/> | ||
642 | </properties> | ||
643 | </tile> | ||
644 | <tile id="223"> | ||
645 | <properties> | ||
646 | <property name="solid" type="bool" value="true"/> | ||
647 | </properties> | ||
648 | </tile> | ||
649 | <tile id="224"> | ||
650 | <properties> | ||
651 | <property name="solid" type="bool" value="true"/> | ||
652 | </properties> | ||
653 | </tile> | ||
654 | <tile id="225"> | ||
655 | <properties> | ||
656 | <property name="solid" type="bool" value="true"/> | ||
657 | </properties> | ||
658 | </tile> | ||
659 | <tile id="226"> | ||
660 | <properties> | ||
661 | <property name="solid" type="bool" value="true"/> | ||
662 | </properties> | ||
663 | </tile> | ||
664 | <tile id="227"> | ||
665 | <properties> | ||
666 | <property name="runSound" value="grass"/> | ||
667 | </properties> | ||
668 | </tile> | ||
669 | <tile id="228"> | ||
670 | <properties> | ||
671 | <property name="runSound" value="grass"/> | ||
672 | </properties> | ||
673 | </tile> | ||
674 | <tile id="229"> | ||
675 | <properties> | ||
676 | <property name="runSound" value="grass"/> | ||
677 | </properties> | ||
678 | </tile> | ||
679 | <tile id="230"> | ||
680 | <properties> | ||
681 | <property name="solid" type="bool" value="true"/> | ||
682 | </properties> | ||
683 | </tile> | ||
684 | <tile id="231"> | ||
685 | <properties> | ||
686 | <property name="runSound" value="grass"/> | ||
687 | </properties> | ||
688 | </tile> | ||
689 | <tile id="232"> | ||
690 | <properties> | ||
691 | <property name="solid" type="bool" value="true"/> | ||
692 | </properties> | ||
693 | </tile> | ||
694 | <tile id="233"> | ||
695 | <properties> | ||
696 | <property name="solid" type="bool" value="true"/> | ||
697 | </properties> | ||
698 | </tile> | ||
699 | <tile id="234"> | ||
700 | <properties> | ||
701 | <property name="runSound" value="grass"/> | ||
702 | </properties> | ||
703 | </tile> | ||
704 | <tile id="235"> | ||
705 | <properties> | ||
706 | <property name="solid" type="bool" value="true"/> | ||
707 | </properties> | ||
708 | </tile> | ||
709 | <tile id="236"> | ||
710 | <properties> | ||
711 | <property name="solid" type="bool" value="true"/> | ||
712 | </properties> | ||
713 | </tile> | ||
714 | <tile id="237"> | ||
715 | <properties> | ||
716 | <property name="runSound" value="grass"/> | ||
717 | </properties> | ||
718 | </tile> | ||
719 | <tile id="238"> | ||
720 | <properties> | ||
721 | <property name="solid" type="bool" value="true"/> | ||
722 | </properties> | ||
723 | </tile> | ||
724 | <tile id="239"> | ||
725 | <properties> | ||
726 | <property name="solid" type="bool" value="true"/> | ||
727 | </properties> | ||
728 | </tile> | ||
729 | <tile id="240"> | ||
730 | <properties> | ||
731 | <property name="runSound" value="grass"/> | ||
732 | </properties> | ||
733 | </tile> | ||
734 | <tile id="241"> | ||
735 | <properties> | ||
736 | <property name="solid" type="bool" value="true"/> | ||
737 | </properties> | ||
738 | </tile> | ||
739 | <tile id="242"> | ||
740 | <properties> | ||
741 | <property name="solid" type="bool" value="true"/> | ||
742 | </properties> | ||
743 | </tile> | ||
744 | <tile id="243"> | ||
745 | <properties> | ||
746 | <property name="solid" type="bool" value="true"/> | ||
747 | </properties> | ||
748 | </tile> | ||
749 | <tile id="244"> | ||
750 | <properties> | ||
751 | <property name="solid" type="bool" value="true"/> | ||
752 | </properties> | ||
753 | </tile> | ||
754 | <tile id="245"> | ||
755 | <properties> | ||
756 | <property name="solid" type="bool" value="true"/> | ||
757 | </properties> | ||
758 | </tile> | ||
759 | <tile id="246"> | ||
760 | <properties> | ||
761 | <property name="solid" type="bool" value="true"/> | ||
762 | </properties> | ||
763 | </tile> | ||
764 | <tile id="247"> | ||
765 | <properties> | ||
766 | <property name="solid" type="bool" value="true"/> | ||
767 | </properties> | ||
768 | </tile> | ||
769 | <tile id="248"> | ||
770 | <properties> | ||
771 | <property name="solid" type="bool" value="true"/> | ||
772 | </properties> | ||
773 | </tile> | ||
774 | <tile id="249"> | ||
775 | <properties> | ||
776 | <property name="solid" type="bool" value="true"/> | ||
777 | </properties> | ||
778 | </tile> | ||
779 | <tile id="250"> | ||
780 | <properties> | ||
781 | <property name="solid" type="bool" value="true"/> | ||
782 | </properties> | ||
783 | </tile> | ||
784 | <tile id="251"> | ||
785 | <properties> | ||
786 | <property name="runSound" value="grass"/> | ||
787 | </properties> | ||
788 | </tile> | ||
789 | <tile id="252"> | ||
790 | <properties> | ||
791 | <property name="runSound" value="grass"/> | ||
792 | </properties> | ||
793 | </tile> | ||
794 | <tile id="253"> | ||
795 | <properties> | ||
796 | <property name="solid" type="bool" value="true"/> | ||
797 | </properties> | ||
798 | </tile> | ||
799 | <tile id="254"> | ||
800 | <properties> | ||
801 | <property name="solid" type="bool" value="true"/> | ||
802 | </properties> | ||
803 | </tile> | ||
804 | <tile id="255"> | ||
805 | <properties> | ||
806 | <property name="solid" type="bool" value="true"/> | ||
807 | </properties> | ||
808 | </tile> | ||
809 | <tile id="256"> | ||
810 | <properties> | ||
811 | <property name="solid" type="bool" value="true"/> | ||
812 | </properties> | ||
813 | </tile> | ||
814 | <tile id="260"> | ||
815 | <properties> | ||
816 | <property name="solid" type="bool" value="true"/> | ||
817 | </properties> | ||
818 | </tile> | ||
819 | <tile id="261"> | ||
820 | <properties> | ||
821 | <property name="solid" type="bool" value="true"/> | ||
822 | </properties> | ||
823 | </tile> | ||
824 | <tile id="262"> | ||
825 | <properties> | ||
826 | <property name="solid" type="bool" value="true"/> | ||
827 | </properties> | ||
828 | </tile> | ||
829 | <tile id="263"> | ||
830 | <properties> | ||
831 | <property name="solid" type="bool" value="true"/> | ||
832 | </properties> | ||
833 | </tile> | ||
834 | <tile id="265"> | ||
835 | <properties> | ||
836 | <property name="solid" type="bool" value="true"/> | ||
837 | </properties> | ||
838 | </tile> | ||
839 | <tile id="266"> | ||
840 | <properties> | ||
841 | <property name="solid" type="bool" value="true"/> | ||
842 | </properties> | ||
843 | </tile> | ||
844 | <tile id="267"> | ||
845 | <properties> | ||
846 | <property name="solid" type="bool" value="true"/> | ||
847 | </properties> | ||
848 | </tile> | ||
849 | <tile id="268"> | ||
850 | <properties> | ||
851 | <property name="solid" type="bool" value="true"/> | ||
852 | </properties> | ||
853 | </tile> | ||
854 | <tile id="270"> | ||
855 | <properties> | ||
856 | <property name="solid" type="bool" value="true"/> | ||
857 | </properties> | ||
858 | </tile> | ||
859 | <tile id="271"> | ||
860 | <properties> | ||
861 | <property name="solid" type="bool" value="true"/> | ||
862 | </properties> | ||
863 | </tile> | ||
864 | <tile id="272"> | ||
865 | <properties> | ||
866 | <property name="solid" type="bool" value="true"/> | ||
867 | </properties> | ||
868 | </tile> | ||
869 | <tile id="273"> | ||
870 | <properties> | ||
871 | <property name="solid" type="bool" value="true"/> | ||
872 | </properties> | ||
873 | </tile> | ||
874 | <tile id="274"> | ||
875 | <properties> | ||
876 | <property name="solid" type="bool" value="true"/> | ||
877 | </properties> | ||
878 | </tile> | ||
879 | <tile id="275"> | ||
880 | <properties> | ||
881 | <property name="solid" type="bool" value="true"/> | ||
882 | </properties> | ||
883 | </tile> | ||
884 | <tile id="276"> | ||
885 | <properties> | ||
886 | <property name="solid" type="bool" value="true"/> | ||
887 | </properties> | ||
888 | </tile> | ||
889 | <tile id="277"> | ||
890 | <properties> | ||
891 | <property name="solid" type="bool" value="true"/> | ||
892 | </properties> | ||
893 | </tile> | ||
894 | <tile id="278"> | ||
895 | <properties> | ||
896 | <property name="solid" type="bool" value="true"/> | ||
897 | </properties> | ||
898 | </tile> | ||
899 | <tile id="280"> | ||
900 | <properties> | ||
901 | <property name="solid" type="bool" value="true"/> | ||
902 | </properties> | ||
903 | </tile> | ||
904 | <tile id="281"> | ||
905 | <properties> | ||
906 | <property name="solid" type="bool" value="true"/> | ||
907 | </properties> | ||
908 | </tile> | ||
909 | <tile id="283"> | ||
910 | <properties> | ||
911 | <property name="solid" type="bool" value="true"/> | ||
912 | </properties> | ||
913 | </tile> | ||
914 | <tile id="285"> | ||
915 | <properties> | ||
916 | <property name="solid" type="bool" value="true"/> | ||
917 | </properties> | ||
918 | </tile> | ||
919 | <tile id="286"> | ||
920 | <properties> | ||
921 | <property name="solid" type="bool" value="true"/> | ||
922 | </properties> | ||
923 | </tile> | ||
924 | <tile id="287"> | ||
925 | <properties> | ||
926 | <property name="solid" type="bool" value="true"/> | ||
927 | </properties> | ||
928 | </tile> | ||
929 | <tile id="288"> | ||
930 | <properties> | ||
931 | <property name="solid" type="bool" value="true"/> | ||
932 | </properties> | ||
933 | </tile> | ||
934 | <tile id="290"> | ||
935 | <properties> | ||
936 | <property name="solid" type="bool" value="true"/> | ||
937 | </properties> | ||
938 | </tile> | ||
939 | <tile id="291"> | ||
940 | <properties> | ||
941 | <property name="solid" type="bool" value="true"/> | ||
942 | </properties> | ||
943 | </tile> | ||
944 | <tile id="292"> | ||
945 | <properties> | ||
946 | <property name="runSound" value="grass"/> | ||
947 | </properties> | ||
948 | </tile> | ||
949 | <tile id="293"> | ||
950 | <properties> | ||
951 | <property name="solid" type="bool" value="true"/> | ||
952 | </properties> | ||
953 | </tile> | ||
954 | <tile id="294"> | ||
955 | <properties> | ||
956 | <property name="solid" type="bool" value="true"/> | ||
957 | </properties> | ||
958 | </tile> | ||
959 | <tile id="296"> | ||
960 | <properties> | ||
961 | <property name="solid" type="bool" value="true"/> | ||
962 | </properties> | ||
963 | </tile> | ||
964 | <tile id="297"> | ||
965 | <properties> | ||
966 | <property name="solid" type="bool" value="true"/> | ||
967 | </properties> | ||
968 | </tile> | ||
969 | <tile id="298"> | ||
970 | <properties> | ||
971 | <property name="solid" type="bool" value="true"/> | ||
972 | </properties> | ||
973 | </tile> | ||
974 | <tile id="299"> | ||
975 | <properties> | ||
976 | <property name="solid" type="bool" value="true"/> | ||
977 | </properties> | ||
978 | </tile> | ||
979 | <tile id="300"> | ||
980 | <properties> | ||
981 | <property name="solid" type="bool" value="true"/> | ||
982 | </properties> | ||
983 | </tile> | ||
984 | <tile id="301"> | ||
985 | <properties> | ||
986 | <property name="solid" type="bool" value="true"/> | ||
987 | </properties> | ||
988 | </tile> | ||
989 | <tile id="302"> | ||
990 | <properties> | ||
991 | <property name="solid" type="bool" value="true"/> | ||
992 | </properties> | ||
993 | </tile> | ||
994 | <tile id="303"> | ||
995 | <properties> | ||
996 | <property name="solid" type="bool" value="true"/> | ||
997 | </properties> | ||
998 | </tile> | ||
999 | <tile id="304"> | ||
1000 | <properties> | ||
1001 | <property name="solid" type="bool" value="true"/> | ||
1002 | </properties> | ||
1003 | </tile> | ||
1004 | <tile id="305"> | ||
1005 | <properties> | ||
1006 | <property name="solid" type="bool" value="true"/> | ||
1007 | </properties> | ||
1008 | </tile> | ||
1009 | <tile id="306"> | ||
1010 | <properties> | ||
1011 | <property name="solid" type="bool" value="true"/> | ||
1012 | </properties> | ||
1013 | </tile> | ||
1014 | <tile id="307"> | ||
1015 | <properties> | ||
1016 | <property name="solid" type="bool" value="true"/> | ||
1017 | </properties> | ||
1018 | </tile> | ||
1019 | <tile id="308"> | ||
1020 | <properties> | ||
1021 | <property name="solid" type="bool" value="true"/> | ||
1022 | </properties> | ||
1023 | </tile> | ||
1024 | <tile id="309"> | ||
1025 | <properties> | ||
1026 | <property name="runSound" value="grass"/> | ||
1027 | </properties> | ||
1028 | </tile> | ||
1029 | <tile id="310"> | ||
1030 | <properties> | ||
1031 | <property name="runSound" value="grass"/> | ||
1032 | </properties> | ||
1033 | </tile> | ||
1034 | <tile id="311"> | ||
1035 | <properties> | ||
1036 | <property name="runSound" value="grass"/> | ||
1037 | </properties> | ||
1038 | </tile> | ||
1039 | <tile id="312"> | ||
1040 | <properties> | ||
1041 | <property name="solid" type="bool" value="true"/> | ||
1042 | </properties> | ||
1043 | </tile> | ||
1044 | <tile id="313"> | ||
1045 | <properties> | ||
1046 | <property name="solid" type="bool" value="true"/> | ||
1047 | </properties> | ||
1048 | </tile> | ||
1049 | <tile id="314"> | ||
1050 | <properties> | ||
1051 | <property name="solid" type="bool" value="true"/> | ||
1052 | </properties> | ||
1053 | </tile> | ||
1054 | <tile id="315"> | ||
1055 | <properties> | ||
1056 | <property name="solid" type="bool" value="true"/> | ||
1057 | </properties> | ||
1058 | </tile> | ||
1059 | <tile id="316"> | ||
1060 | <properties> | ||
1061 | <property name="solid" type="bool" value="true"/> | ||
1062 | </properties> | ||
1063 | </tile> | ||
1064 | <tile id="317"> | ||
1065 | <properties> | ||
1066 | <property name="solid" type="bool" value="true"/> | ||
1067 | </properties> | ||
1068 | </tile> | ||
1069 | <tile id="318"> | ||
1070 | <properties> | ||
1071 | <property name="solid" type="bool" value="true"/> | ||
1072 | </properties> | ||
1073 | </tile> | ||
1074 | <tile id="319"> | ||
1075 | <properties> | ||
1076 | <property name="runSound" value="grass"/> | ||
1077 | </properties> | ||
1078 | </tile> | ||
1079 | <tile id="322"> | ||
1080 | <properties> | ||
1081 | <property name="solid" type="bool" value="true"/> | ||
1082 | </properties> | ||
1083 | </tile> | ||
1084 | <tile id="323"> | ||
1085 | <properties> | ||
1086 | <property name="solid" type="bool" value="true"/> | ||
1087 | </properties> | ||
1088 | </tile> | ||
1089 | <tile id="324"> | ||
1090 | <properties> | ||
1091 | <property name="solid" type="bool" value="true"/> | ||
1092 | </properties> | ||
1093 | </tile> | ||
1094 | <tile id="325"> | ||
1095 | <properties> | ||
1096 | <property name="runSound" value="grass"/> | ||
1097 | </properties> | ||
1098 | </tile> | ||
1099 | <tile id="326"> | ||
1100 | <properties> | ||
1101 | <property name="solid" type="bool" value="true"/> | ||
1102 | </properties> | ||
1103 | </tile> | ||
1104 | <tile id="327"> | ||
1105 | <properties> | ||
1106 | <property name="solid" type="bool" value="true"/> | ||
1107 | </properties> | ||
1108 | </tile> | ||
1109 | <tile id="328"> | ||
1110 | <properties> | ||
1111 | <property name="solid" type="bool" value="true"/> | ||
1112 | </properties> | ||
1113 | </tile> | ||
1114 | <tile id="329"> | ||
1115 | <properties> | ||
1116 | <property name="solid" type="bool" value="true"/> | ||
1117 | </properties> | ||
1118 | </tile> | ||
1119 | <tile id="330"> | ||
1120 | <properties> | ||
1121 | <property name="solid" type="bool" value="true"/> | ||
1122 | </properties> | ||
1123 | </tile> | ||
1124 | <tile id="331"> | ||
1125 | <properties> | ||
1126 | <property name="solid" type="bool" value="true"/> | ||
1127 | </properties> | ||
1128 | </tile> | ||
1129 | <tile id="332"> | ||
1130 | <properties> | ||
1131 | <property name="solid" type="bool" value="true"/> | ||
1132 | </properties> | ||
1133 | </tile> | ||
1134 | <tile id="334"> | ||
1135 | <properties> | ||
1136 | <property name="solid" type="bool" value="true"/> | ||
1137 | </properties> | ||
1138 | </tile> | ||
1139 | <tile id="335"> | ||
1140 | <properties> | ||
1141 | <property name="solid" type="bool" value="true"/> | ||
1142 | </properties> | ||
1143 | </tile> | ||
1144 | <tile id="336"> | ||
1145 | <properties> | ||
1146 | <property name="runSound" value="grass"/> | ||
1147 | </properties> | ||
1148 | </tile> | ||
1149 | <tile id="337"> | ||
1150 | <properties> | ||
1151 | <property name="solid" type="bool" value="true"/> | ||
1152 | </properties> | ||
1153 | </tile> | ||
1154 | <tile id="338"> | ||
1155 | <properties> | ||
1156 | <property name="runSound" value="grass"/> | ||
1157 | </properties> | ||
1158 | </tile> | ||
1159 | <tile id="339"> | ||
1160 | <properties> | ||
1161 | <property name="runSound" value="grass"/> | ||
1162 | </properties> | ||
1163 | </tile> | ||
1164 | <tile id="340"> | ||
1165 | <properties> | ||
1166 | <property name="solid" type="bool" value="true"/> | ||
1167 | </properties> | ||
1168 | </tile> | ||
1169 | <tile id="341"> | ||
1170 | <properties> | ||
1171 | <property name="solid" type="bool" value="true"/> | ||
1172 | </properties> | ||
1173 | </tile> | ||
1174 | <tile id="342"> | ||
1175 | <properties> | ||
1176 | <property name="solid" type="bool" value="true"/> | ||
1177 | </properties> | ||
1178 | </tile> | ||
1179 | <tile id="343"> | ||
1180 | <properties> | ||
1181 | <property name="solid" type="bool" value="true"/> | ||
1182 | </properties> | ||
1183 | </tile> | ||
1184 | <tile id="344"> | ||
1185 | <properties> | ||
1186 | <property name="solid" type="bool" value="true"/> | ||
1187 | </properties> | ||
1188 | </tile> | ||
1189 | <tile id="345"> | ||
1190 | <properties> | ||
1191 | <property name="solid" type="bool" value="true"/> | ||
1192 | </properties> | ||
1193 | </tile> | ||
1194 | <tile id="346"> | ||
1195 | <properties> | ||
1196 | <property name="solid" type="bool" value="true"/> | ||
1197 | </properties> | ||
1198 | </tile> | ||
1199 | <tile id="347"> | ||
1200 | <properties> | ||
1201 | <property name="solid" type="bool" value="true"/> | ||
1202 | </properties> | ||
1203 | </tile> | ||
1204 | <tile id="348"> | ||
1205 | <properties> | ||
1206 | <property name="runSound" value="grass"/> | ||
1207 | </properties> | ||
1208 | </tile> | ||
1209 | <tile id="349"> | ||
1210 | <properties> | ||
1211 | <property name="solid" type="bool" value="true"/> | ||
1212 | </properties> | ||
1213 | </tile> | ||
1214 | <tile id="350"> | ||
1215 | <properties> | ||
1216 | <property name="solid" type="bool" value="true"/> | ||
1217 | </properties> | ||
1218 | </tile> | ||
1219 | <tile id="351"> | ||
1220 | <properties> | ||
1221 | <property name="solid" type="bool" value="true"/> | ||
1222 | </properties> | ||
1223 | </tile> | ||
1224 | <tile id="352"> | ||
1225 | <properties> | ||
1226 | <property name="solid" type="bool" value="true"/> | ||
1227 | </properties> | ||
1228 | </tile> | ||
1229 | <tile id="353"> | ||
1230 | <properties> | ||
1231 | <property name="solid" type="bool" value="true"/> | ||
1232 | </properties> | ||
1233 | </tile> | ||
1234 | <tile id="354"> | ||
1235 | <properties> | ||
1236 | <property name="runSound" value="grass"/> | ||
1237 | </properties> | ||
1238 | </tile> | ||
1239 | <tile id="355"> | ||
1240 | <properties> | ||
1241 | <property name="solid" type="bool" value="true"/> | ||
1242 | </properties> | ||
1243 | </tile> | ||
1244 | <tile id="356"> | ||
1245 | <properties> | ||
1246 | <property name="solid" type="bool" value="true"/> | ||
1247 | </properties> | ||
1248 | </tile> | ||
1249 | <tile id="357"> | ||
1250 | <properties> | ||
1251 | <property name="solid" type="bool" value="true"/> | ||
1252 | </properties> | ||
1253 | </tile> | ||
1254 | <tile id="358"> | ||
1255 | <properties> | ||
1256 | <property name="solid" type="bool" value="true"/> | ||
1257 | </properties> | ||
1258 | </tile> | ||
1259 | <tile id="359"> | ||
1260 | <properties> | ||
1261 | <property name="runSound" value="grass"/> | ||
1262 | </properties> | ||
1263 | </tile> | ||
1264 | <tile id="362"> | ||
1265 | <properties> | ||
1266 | <property name="solid" type="bool" value="true"/> | ||
1267 | </properties> | ||
1268 | </tile> | ||
1269 | <tile id="363"> | ||
1270 | <properties> | ||
1271 | <property name="runSound" value="grass"/> | ||
1272 | </properties> | ||
1273 | </tile> | ||
1274 | <tile id="364"> | ||
1275 | <properties> | ||
1276 | <property name="solid" type="bool" value="true"/> | ||
1277 | </properties> | ||
1278 | </tile> | ||
1279 | <tile id="365"> | ||
1280 | <properties> | ||
1281 | <property name="solid" type="bool" value="true"/> | ||
1282 | </properties> | ||
1283 | </tile> | ||
1284 | <tile id="366"> | ||
1285 | <properties> | ||
1286 | <property name="solid" type="bool" value="true"/> | ||
1287 | </properties> | ||
1288 | </tile> | ||
1289 | <tile id="367"> | ||
1290 | <properties> | ||
1291 | <property name="solid" type="bool" value="true"/> | ||
1292 | </properties> | ||
1293 | </tile> | ||
1294 | <tile id="369"> | ||
1295 | <properties> | ||
1296 | <property name="runSound" value="land"/> | ||
1297 | </properties> | ||
1298 | </tile> | ||
1299 | <tile id="370"> | ||
1300 | <properties> | ||
1301 | <property name="runSound" value="water"/> | ||
1302 | </properties> | ||
1303 | </tile> | ||
1304 | <tile id="371"> | ||
1305 | <properties> | ||
1306 | <property name="runSound" value="water"/> | ||
1307 | </properties> | ||
1308 | </tile> | ||
1309 | <tile id="374"> | ||
1310 | <properties> | ||
1311 | <property name="solid" type="bool" value="true"/> | ||
1312 | </properties> | ||
1313 | </tile> | ||
1314 | <tile id="375"> | ||
1315 | <properties> | ||
1316 | <property name="solid" type="bool" value="true"/> | ||
1317 | </properties> | ||
1318 | </tile> | ||
1319 | <tile id="376"> | ||
1320 | <properties> | ||
1321 | <property name="runSound" value="water"/> | ||
1322 | </properties> | ||
1323 | </tile> | ||
1324 | <tile id="377"> | ||
1325 | <properties> | ||
1326 | <property name="solid" type="bool" value="true"/> | ||
1327 | </properties> | ||
1328 | </tile> | ||
1329 | <tile id="378"> | ||
1330 | <properties> | ||
1331 | <property name="solid" type="bool" value="true"/> | ||
1332 | </properties> | ||
1333 | </tile> | ||
1334 | <tile id="381"> | ||
1335 | <properties> | ||
1336 | <property name="solid" type="bool" value="true"/> | ||
1337 | </properties> | ||
1338 | </tile> | ||
1339 | <tile id="401"> | ||
1340 | <properties> | ||
1341 | <property name="solid" type="bool" value="true"/> | ||
1342 | </properties> | ||
1343 | </tile> | ||
1344 | <tile id="407"> | ||
1345 | <properties> | ||
1346 | <property name="solid" type="bool" value="true"/> | ||
1347 | </properties> | ||
1348 | </tile> | ||
1349 | <tile id="408"> | ||
1350 | <properties> | ||
1351 | <property name="runSound" value="grass"/> | ||
1352 | </properties> | ||
1353 | </tile> | ||
1354 | <tile id="409"> | ||
1355 | <properties> | ||
1356 | <property name="solid" type="bool" value="true"/> | ||
1357 | </properties> | ||
1358 | </tile> | ||
1359 | <tile id="410"> | ||
1360 | <properties> | ||
1361 | <property name="solid" type="bool" value="true"/> | ||
1362 | </properties> | ||
1363 | </tile> | ||
1364 | <tile id="411"> | ||
1365 | <properties> | ||
1366 | <property name="solid" type="bool" value="true"/> | ||
1367 | </properties> | ||
1368 | </tile> | ||
1369 | <tile id="412"> | ||
1370 | <properties> | ||
1371 | <property name="solid" type="bool" value="true"/> | ||
1372 | </properties> | ||
1373 | </tile> | ||
1374 | <tile id="413"> | ||
1375 | <properties> | ||
1376 | <property name="solid" type="bool" value="true"/> | ||
1377 | </properties> | ||
1378 | </tile> | ||
1379 | <tile id="414"> | ||
1380 | <properties> | ||
1381 | <property name="solid" type="bool" value="true"/> | ||
1382 | </properties> | ||
1383 | </tile> | ||
1384 | <tile id="415"> | ||
1385 | <properties> | ||
1386 | <property name="runSound" value="grass"/> | ||
1387 | </properties> | ||
1388 | </tile> | ||
1389 | <tile id="416"> | ||
1390 | <properties> | ||
1391 | <property name="solid" type="bool" value="true"/> | ||
1392 | </properties> | ||
1393 | </tile> | ||
1394 | <tile id="417"> | ||
1395 | <properties> | ||
1396 | <property name="solid" type="bool" value="true"/> | ||
1397 | </properties> | ||
1398 | </tile> | ||
1399 | <tile id="418"> | ||
1400 | <properties> | ||
1401 | <property name="runSound" value="grass"/> | ||
1402 | </properties> | ||
1403 | </tile> | ||
1404 | <tile id="419"> | ||
1405 | <properties> | ||
1406 | <property name="solid" type="bool" value="true"/> | ||
1407 | </properties> | ||
1408 | </tile> | ||
1409 | <tile id="420"> | ||
1410 | <properties> | ||
1411 | <property name="solid" type="bool" value="true"/> | ||
1412 | </properties> | ||
1413 | </tile> | ||
1414 | <tile id="421"> | ||
1415 | <properties> | ||
1416 | <property name="solid" type="bool" value="true"/> | ||
1417 | </properties> | ||
1418 | </tile> | ||
1419 | <tile id="422"> | ||
1420 | <properties> | ||
1421 | <property name="solid" type="bool" value="true"/> | ||
1422 | </properties> | ||
1423 | </tile> | ||
1424 | <tile id="423"> | ||
1425 | <properties> | ||
1426 | <property name="solid" type="bool" value="true"/> | ||
1427 | </properties> | ||
1428 | </tile> | ||
1429 | <tile id="424"> | ||
1430 | <properties> | ||
1431 | <property name="solid" type="bool" value="true"/> | ||
1432 | </properties> | ||
1433 | </tile> | ||
1434 | <tile id="425"> | ||
1435 | <properties> | ||
1436 | <property name="solid" type="bool" value="true"/> | ||
1437 | </properties> | ||
1438 | </tile> | ||
1439 | <tile id="426"> | ||
1440 | <properties> | ||
1441 | <property name="solid" type="bool" value="true"/> | ||
1442 | </properties> | ||
1443 | </tile> | ||
1444 | <tile id="427"> | ||
1445 | <properties> | ||
1446 | <property name="runSound" value="land"/> | ||
1447 | </properties> | ||
1448 | </tile> | ||
1449 | <tile id="428"> | ||
1450 | <properties> | ||
1451 | <property name="solid" type="bool" value="true"/> | ||
1452 | </properties> | ||
1453 | </tile> | ||
1454 | <tile id="429"> | ||
1455 | <properties> | ||
1456 | <property name="solid" type="bool" value="true"/> | ||
1457 | </properties> | ||
1458 | </tile> | ||
1459 | <tile id="430"> | ||
1460 | <properties> | ||
1461 | <property name="solid" type="bool" value="true"/> | ||
1462 | </properties> | ||
1463 | </tile> | ||
1464 | <tile id="431"> | ||
1465 | <properties> | ||
1466 | <property name="solid" type="bool" value="true"/> | ||
1467 | </properties> | ||
1468 | </tile> | ||
1469 | <tile id="432"> | ||
1470 | <properties> | ||
1471 | <property name="solid" type="bool" value="true"/> | ||
1472 | </properties> | ||
1473 | </tile> | ||
1474 | <tile id="433"> | ||
1475 | <properties> | ||
1476 | <property name="solid" type="bool" value="true"/> | ||
1477 | </properties> | ||
1478 | </tile> | ||
1479 | <tile id="434"> | ||
1480 | <properties> | ||
1481 | <property name="solid" type="bool" value="true"/> | ||
1482 | </properties> | ||
1483 | </tile> | ||
1484 | <tile id="435"> | ||
1485 | <properties> | ||
1486 | <property name="runSound" value="land"/> | ||
1487 | </properties> | ||
1488 | </tile> | ||
1489 | <tile id="436"> | ||
1490 | <properties> | ||
1491 | <property name="runSound" value="land"/> | ||
1492 | </properties> | ||
1493 | </tile> | ||
1494 | <tile id="437"> | ||
1495 | <properties> | ||
1496 | <property name="solid" type="bool" value="true"/> | ||
1497 | </properties> | ||
1498 | </tile> | ||
1499 | <tile id="438"> | ||
1500 | <properties> | ||
1501 | <property name="solid" type="bool" value="true"/> | ||
1502 | </properties> | ||
1503 | </tile> | ||
1504 | <tile id="441"> | ||
1505 | <properties> | ||
1506 | <property name="solid" type="bool" value="true"/> | ||
1507 | </properties> | ||
1508 | </tile> | ||
1509 | <tile id="442"> | ||
1510 | <properties> | ||
1511 | <property name="solid" type="bool" value="true"/> | ||
1512 | </properties> | ||
1513 | </tile> | ||
1514 | <tile id="443"> | ||
1515 | <properties> | ||
1516 | <property name="solid" type="bool" value="true"/> | ||
1517 | </properties> | ||
1518 | </tile> | ||
1519 | <tile id="447"> | ||
1520 | <properties> | ||
1521 | <property name="solid" type="bool" value="true"/> | ||
1522 | </properties> | ||
1523 | </tile> | ||
1524 | <tile id="448"> | ||
1525 | <properties> | ||
1526 | <property name="runSound" value="land"/> | ||
1527 | </properties> | ||
1528 | </tile> | ||
1529 | <tile id="449"> | ||
1530 | <properties> | ||
1531 | <property name="solid" type="bool" value="true"/> | ||
1532 | </properties> | ||
1533 | </tile> | ||
1534 | <tile id="451"> | ||
1535 | <properties> | ||
1536 | <property name="solid" type="bool" value="true"/> | ||
1537 | </properties> | ||
1538 | </tile> | ||
1539 | <tile id="452"> | ||
1540 | <properties> | ||
1541 | <property name="solid" type="bool" value="true"/> | ||
1542 | </properties> | ||
1543 | </tile> | ||
1544 | <tile id="453"> | ||
1545 | <properties> | ||
1546 | <property name="runSound" value="land"/> | ||
1547 | </properties> | ||
1548 | </tile> | ||
1549 | <tile id="454"> | ||
1550 | <properties> | ||
1551 | <property name="solid" type="bool" value="true"/> | ||
1552 | </properties> | ||
1553 | </tile> | ||
1554 | <tile id="455"> | ||
1555 | <properties> | ||
1556 | <property name="solid" type="bool" value="true"/> | ||
1557 | </properties> | ||
1558 | </tile> | ||
1559 | <tile id="456"> | ||
1560 | <properties> | ||
1561 | <property name="solid" type="bool" value="true"/> | ||
1562 | </properties> | ||
1563 | </tile> | ||
1564 | <tile id="458"> | ||
1565 | <properties> | ||
1566 | <property name="solid" type="bool" value="true"/> | ||
1567 | </properties> | ||
1568 | </tile> | ||
1569 | <tile id="459"> | ||
1570 | <properties> | ||
1571 | <property name="solid" type="bool" value="true"/> | ||
1572 | </properties> | ||
1573 | </tile> | ||
1574 | <tile id="460"> | ||
1575 | <properties> | ||
1576 | <property name="solid" type="bool" value="true"/> | ||
1577 | </properties> | ||
1578 | </tile> | ||
1579 | <tile id="461"> | ||
1580 | <properties> | ||
1581 | <property name="solid" type="bool" value="true"/> | ||
1582 | </properties> | ||
1583 | </tile> | ||
1584 | <tile id="462"> | ||
1585 | <properties> | ||
1586 | <property name="solid" type="bool" value="true"/> | ||
1587 | </properties> | ||
1588 | </tile> | ||
1589 | <tile id="465"> | ||
1590 | <properties> | ||
1591 | <property name="runSound" value="grass"/> | ||
1592 | </properties> | ||
1593 | </tile> | ||
1594 | <tile id="466"> | ||
1595 | <properties> | ||
1596 | <property name="runSound" value="grass"/> | ||
1597 | </properties> | ||
1598 | </tile> | ||
1599 | </tileset> | ||
diff --git a/res/maps/hallucination_beach.tmx b/res/maps/hallucination_beach.tmx new file mode 100644 index 0000000..a92a9d5 --- /dev/null +++ b/res/maps/hallucination_beach.tmx | |||
@@ -0,0 +1,39 @@ | |||
1 | <map version="1.0" orientation="orthogonal" renderorder="right-down" width="48" height="32" tilewidth="16" tileheight="16"> | ||
2 | <tileset firstgid="1" source="hallucination.tsx" /> | ||
3 | <layer id="1" name="Layer 1" width="48" height="32"> | ||
4 | <data encoding="csv">133,133,133,133,133,133,134,135,135,135,2147483782,2147483781,2147483784,2147483785,2147483786,2147483781,133,133,133,133,133,133,133,139,140,2147483788,2147483787,133,133,133,133,133,133,133,133,133,133,133,133,134,135,135,2147483789,133,133,133,133,133,138,137,136,133,133,142,143,135,135,135,2147483791,2147483792,2147483793,2147483794,2147483795,148,2147483789,133,138,137,136,133,133,134,135,2147483783,2147483782,133,133,133,133,133,133,138,137,136,133,133,142,143,135,135,135,149,2147483796,133,133,133,147,146,145,144,149,135,135,135,135,135,135,2147483783,2147483798,2147483799,2147483800,2147483783,2147483783,2147483796,147,146,145,144,149,143,135,135,135,2147483790,133,133,142,149,2147483790,147,146,145,144,149,135,135,135,135,135,135,135,2147483789,142,149,152,151,150,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,152,151,150,135,135,135,135,135,135,135,2147483796,2147483799,135,135,135,152,151,150,135,135,135,135,135,135,135,135,135,135,135,135,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,154,154,154,154,154,155,156,157,158,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,159,160,2147483809,2147483809,2147483809,2147483809,2147483808,2147483807,154,154,154,154,154,154,154,154,154,154,154,162,163,164,165,166,154,154,2147483806,2147483805,2147483804,2147483803,2147483802,154,154,154,154,154,154,154,159,160,2147483809,2147483809,2147483809,2147483809,2147483809,2147483809,2147483809,2147483809,167,168,2147483817,2147483817,2147483817,2147483817,2147483816,2147483815,2147483809,161,2147483808,2147483807,154,154,154,2147483809,2147483809,2147483808,2147483807,170,171,172,173,154,154,154,2147483814,2147483813,2147483812,2147483811,2147483810,154,154,154,159,160,161,161,167,168,2147483817,2147483817,2147483817,13,14,15,16,174,174,175,174,176,2147483825,2147483824,2147483823,2147483826,2147483817,169,2147483816,2147483815,2147483809,2147483809,2147483809,2147483817,2147483817,2147483816,2147483815,2147483827,2147483828,2147483802,2147483802,154,154,154,2147483802,2147483821,2147483820,2147483819,2147483818,154,159,179,167,168,169,169,169,174,174,174,174,1,1,1,1,174,174,176,177,181,7,2147483829,2147483825,177,177,2147483824,2147483823,2147483826,2147483817,2147483817,2147483817,2147483822,2147483822,182,2147483826,2147483831,2147483832,2147483809,2147483808,2147483807,2147483833,2147483834,187,186,185,159,160,2147483809,167,168,169,175,174,174,174,174,174,174,174,174,2147483822,2147483822,174,176,177,181,7,7,7,7,7,7,7,2147483829,2147483824,174,174,174,174,2147483822,182,2147483822,2147483822,2147483822,2147483836,189,2147483816,2147483815,2147483838,2147483839,192,191,190,167,193,193,169,174,174,174,174,174,174,174,174,174,174,174,194,195,177,181,7,7,7,7,7,7,7,7,7,7,2147483829,2147483824,174,174,174,196,193,182,197,174,174,174,2147483823,2147483826,2147483846,174,2147483822,2147483822,198,178,175,182,174,174,174,174,174,176,2147483825,177,2147483825,177,2147483825,177,181,7,7,7,7,7,7,7,7,7,7,7,7,7,7,2147483829,177,199,199,200,2147483824,174,174,174,2147483822,176,2147483824,174,174,2147483822,2147483822,2147483822,2147483822,196,193,182,197,174,174,174,176,181,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,30,31,2147483824,174,176,181,2147483829,199,2147483824,2147483822,2147483822,2147483822,2147483822,176,2147483825,177,200,201,33,177,181,7,7,7,7,7,7,7,2147483655,2147483655,2147483655,7,7,7,7,7,7,7,7,2147483654,2147483659,6,7,32,200,201,33,200,7,32,30,31,33,7,7,43,2147483829,2147483824,174,174,176,181,7,7,7,30,200,201,33,7,2147483655,2147483655,2147483655,2147483655,2147483655,2147483655,2147483655,2147483655,2147483655,2147483655,2147483655,32,30,31,33,2147483654,2147483659,2147483658,9,10,4,5,2147483655,7,4,7,200,201,7,7,7,7,7,7,7,2147483829,2147483825,177,181,7,43,32,30,31,33,2147483655,2147483655,2147483655,2147483655,13,14,15,16,2147483655,2147483655,2147483655,2147483655,32,30,31,33,2147483654,4,5,9,9,4,5,9,10,6,7,4,200,200,201,7,7,200,201,201,201,7,46,202,7,7,58,7,7,2147483654,6,200,201,33,13,14,15,23,24,14,15,16,32,30,31,33,43,2147483654,2147483659,9,3,80,81,12,3,4,5,12,6,4,7,200,201,200,201,200,201,203,203,203,6,7,46,202,68,2147483654,11,2147483658,10,2147483659,32,200,201,33,1073741884,3221225535,3221225521,1,6,30,31,2147483655,2147483654,11,2147483659,2147483658,2147483698,4,5,84,85,4,5,9,9,4,5,4,7,7,7,200,201,2147483658,3,4,5,12,10,6,7,7,2147483654,2147483658,9,9,3,4,5,12,3,4,5,12,3221225522,1073741884,10,30,31,2147483659,2147483658,9,9,2147483698,2147483697,1,1,1,1,1,1,9,9,4,4,4,7,7,2147483654,2147483659,2147483658,4,5,9,9,9,9,10,2147483659,11,2147483658,2147483657,9,17,18,19,3,4,5,12,9,9,3,4,79,80,81,82,5,12,2147483698,2147483697,13,14,15,16,13,14,15,14,5,4,5,4,7,2147483654,2147483658,4,5,30,9,4,5,204,9,9,9,9,9,9,9,20,21,22,9,9,9,9,9,9,9,9,83,84,85,86,9,9,2147483697,1,1,65,13,14,15,16,13,14,5,9,3,4,2147483659,2147483658,9,9,3,4,5,12,5,56,57,9,56,57,9,9,9,25,26,27,9,9,9,56,57,9,9,9,9,1073741833,1073741834,205,205,4,5,1,1073741883,1073741883,3221225521,65,1,1,1,1,3,4,5,12,9,9,3,4,5,12,3,4,5,12,56,57,9,61,1073741833,1073741834,205,2147483853,3221225482,3221225481,2147483698,2147483708,60,50,9,2147483698,2147483708,9,9,9,206,3221225508,1073741852,3221225500,4,4,5,9,3221225522,1073741883,1073741884,1073741883,3,4,5,12,51,8,9,4,5,60,59,59,62,61,9,2147483698,207,59,50,9,208,206,46,202,2147483854,2147483856,208,205,1,49,59,2147483697,1073741873,4,5,14,15,3221225501,1,4,5,4,5,9,56,57,3,4,5,12,9,9,2147483698,59,4,1,1,14,15,1,207,59,207,2147483697,1,209,210,50,206,2147483850,2147483694,2147483655,2147483655,2147483854,200,201,33,1,3221225521,65,1,4,5,14,15,14,15,14,15,4,5,12,9,9,9,9,9,2147483698,59,59,2147483697,1,9,4,5,1,1,14,15,211,24,14,15,16,1,1,2147483655,2147483655,43,2147483655,2147483655,2147483655,2147483655,2147483655,2147483655,2147483655,2147483676,2147483677,49,1,1,14,15,14,15,4,5,12,9,2147483657,2147483657,2147483690,2147483689,2147483657,2147483698,2147483697,1,1,1,1,9,9,3,4,5,14,15,1073741884,3221225535,3221225521,1073741825,1,1,30,31,1073741852,1073741860,32,30,212,213,214,215,31,33,2147483684,13,14,15,16,3,4,5,14,15,200,200,2147483657,2147483702,2147483701,2147483700,2147483703,3221225522,3221225521,4,5,4,5,9,4,5,12,9,200,201,3221225481,3221225481,3221225522,3221225521,30,31,4,5,1,1073741853,1073741860,2147483655,216,217,218,219,68,3221225508,14,1,1,13,14,15,16,32,30,31,200,15,200,15,9,9,9,9,3221225522,200,4,5,2147483655,4,30,31,9,3221225481,3221225481,3221225481,14,15,3221225481,3221225522,4,5,30,1,14,15,1073741853,3221225678,2147483659,11,6,3221225508,1073741858,3221225501,14,15,14,1,1,1,200,201,1073741860,7,200,201,14,15,4,5,9,9,4,5,9,9,4,9,4,5,30,31,200,201,30,31,14,15,3221225481,30,4,5,30,31,14,15,50,2147483698,14,15,1,1,200,201,200,201,1,7,7,7,7,7,14,15,200,201,2147483856,9,4,5,9,9,4,5,9,9,9,208,200,201,7,7,200,201,30,31,200,201,2147483856,9,4,201,30,30,49,2147483697,14,15,14,15,200,201,200,201,200,201,200,201,14,15,200,201,7,7,2147483854,220,220,2147483856,4,5,9,9,9,9,208,206,7,7,7,7,7,7,200,201,7,7,2147483854,205,206,7,200,201,28,34,200,201,200,201,200,201,7,7,200,201,7,7,200,201,7,7,7,7,7,7,7,2147483854,2147483856,9,9,9,9</data> | ||
5 | </layer> | ||
6 | <objectgroup id="3" name="Object Layer 1"> | ||
7 | <object id="3" name="flint" type="sprite" x="560.14" y="304.895"> | ||
8 | <properties> | ||
9 | <property name="animation" value="../res/sprites/flint_anim.txt"/> | ||
10 | <property name="collisionHeight" type="int" value="8"/> | ||
11 | <property name="collisionOffsetX" type="int" value="-8"/> | ||
12 | <property name="collisionOffsetY" type="int" value="-8"/> | ||
13 | <property name="collisionWidth" type="int" value="12"/> | ||
14 | <property name="interactionScript" value="script0001"/> | ||
15 | <property name="shadow" type="bool" value="true"/> | ||
16 | </properties> | ||
17 | <point/> | ||
18 | </object> | ||
19 | <object id="5" name="spawn" type="warp" x="201.931" y="284.096"> | ||
20 | <point/> | ||
21 | </object> | ||
22 | <object id="7" name="testTrigger" type="trigger" x="70.3333" y="344.333" width="37.3333" height="67.3333"> | ||
23 | <properties> | ||
24 | <property name="script" value="test_trigger"/> | ||
25 | </properties> | ||
26 | </object> | ||
27 | <object id="8" name="moveToRight" type="trigger" x="761" y="359.667" width="18" height="60.3333"> | ||
28 | <properties> | ||
29 | <property name="script" value="off_right"/> | ||
30 | </properties> | ||
31 | </object> | ||
32 | <object id="9" name="fromRight" type="warp" x="748.667" y="382.667"> | ||
33 | <point/> | ||
34 | </object> | ||
35 | </objectgroup> | ||
36 | <layer id="0" name="Layer 0" width="48" height="32"> | ||
37 | <data encoding="csv">93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,110,111,114,115,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,110,111,114,115,93,93,93,93,110,111,89,90,87,101,114,115,93,93,93,93,110,111,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,110,111,102,90,91,101,114,115,110,111,89,90,87,88,89,90,87,101,114,115,110,111,89,90,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,110,111,114,115,93,93,103,98,87,88,89,90,87,101,89,90,87,88,89,90,87,88,89,90,87,101,89,90,87,88,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,110,111,102,90,87,101,114,115,94,95,89,90,91,96,97,98,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,114,115,93,93,93,93,93,93,93,93,93,93,93,93,110,111,89,90,87,88,89,90,87,101,102,90,87,88,89,107,106,95,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,87,101,114,115,93,93,93,93,93,93,93,93,93,93,103,98,87,88,89,90,87,88,89,90,87,88,89,90,87,101,102,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,89,90,91,92,93,93,93,93,93,93,93,93,93,93,94,95,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,87,96,104,105,93,93,93,93,93,93,93,93,93,93,103,98,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,89,107,110,116,114,115,93,93,93,93,93,93,93,93,108,109,97,98,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,87,101,102,90,87,101,114,115,93,93,93,93,93,93,93,93,106,95,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,96,97,98,89,90,91,96,97,98,91,92,93,93,93,93,93,93,93,93,103,98,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,96,97,98,87,88,89,90,87,88,89,107,106,95,87,88,89,107,106,95,89,99,93,93,93,93,93,93,93,93,108,109,97,98,87,88,89,90,91,96,97,98,87,88,89,90,91,96,104,105,106,95,89,90,87,88,89,90,87,101,102,90,89,90,87,101,102,90,87,101,114,115,93,93,93,93,93,93,93,93,106,95,89,90,87,88,89,107,108,109,97,98,91,96,104,105,93,93,103,98,91,96,97,98,91,96,97,98,87,88,87,88,89,90,87,88,89,90,91,92,93,93,93,93,93,93,93,93,103,98,87,88,89,90,91,92,93,116,125,128,129,130,114,115,93,93,94,95,89,107,106,95,89,107,106,95,89,90,89,90,87,88,89,90,91,96,104,105,93,93,93,93,93,93,93,93,108,109,97,98,91,96,104,105,118,98,97,98,91,96,91,92,93,93,103,98,87,101,102,90,87,101,102,90,87,88,87,88,89,90,87,88,89,107,93,93,93,93,93,93,93,93,93,93,93,93,108,109,104,105,93,93,108,109,131,109,104,132,104,105,93,93,108,109,97,98,91,96,97,98,87,88,89,90,89,90,87,88,89,90,87,101,114,115,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,108,109,104,105,106,95,89,90,91,96,87,88,89,90,91,96,97,98,91,92,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,110,111,114,115,93,93,93,93,93,116,89,90,91,96,104,105,89,90,91,96,104,105,121,109,104,105,93,93,93,93,93,93,93,93,93,93,116,114,115,93,93,93,93,116,114,115,93,93,103,98,87,101,114,115,93,93,118,119,91,96,104,105,93,93,87,88,89,107,93,93,93,93,93,116,114,115,93,93,93,93,93,93,93,118,119,91,92,93,93,93,118,119,87,101,114,115,94,95,89,90,91,92,93,93,108,109,104,105,93,93,93,93,89,90,87,101,114,115,93,93,118,119,91,92,93,93,93,93,93,93,116,125,128,129,130,114,115,93,94,95,89,90,87,101,102,90,91,96,104,105,93,93,93,93,93,93,93,93,93,93,87,88,89,90,87,101,114,115,121,109,104,105,110,111,114,115,93,118,119,97,98,91,96,91,92,93,103,98,87,88,89,90,87,88,89,107,93,93,93,93,93,93,93,93,110,111,114,115,89,90,91,96,97,98,91,92,93,93,110,111,102,90,91,92,93,108,109,131,109,104,132,104,105,93,108,109,97,98,87,88,89,90,87,101,114,115,93,93,2147483760,93,110,111,89,90,87,101,87,88,89,107,106,95,89,99,93,93,103,98,87,88,89,99,93,93,93,93,93,93,93,93,110,111,114,115,108,109,97,98,91,96,97,98,87,101,114,115,2147483761,93,103,98,87,88,89,90,89,90,87,101,102,90,87,101,114,115,94,95,89,90,87,101,114,115,93,93,93,93,93,93,103,98,87,101,114,115,94,95,89,107,106,95,89,90,87,101,114,115,94,95,89,90,87,88,87,88,89,90,87,88,89,90,87,101,102,90,87,88,89,90,87,101,114,115,110,111,114,115,94,95,89,90,87,101,102,90,87,101,102,90,87,88,89,90,87,101,102,90,87,88,89,90,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,92,103,98,87,101,102,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,99,94,95,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,101,102,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88</data> | ||
38 | </layer> | ||
39 | </map> | ||
diff --git a/res/maps/hallucination_cliff.tmx b/res/maps/hallucination_cliff.tmx new file mode 100644 index 0000000..07144bc --- /dev/null +++ b/res/maps/hallucination_cliff.tmx | |||
@@ -0,0 +1,12 @@ | |||
1 | <map version="1.0" orientation="orthogonal" renderorder="right-down" width="48" height="48" tilewidth="16" tileheight="16"> | ||
2 | <tileset firstgid="1" source="hallucination.tsx" /> | ||
3 | <layer id="2" name="Layer 2" width="48" height="48"> | ||
4 | <data encoding="csv">221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,222,221,221,221,221,221,221,221,221,223,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,223,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221</data> | ||
5 | </layer> | ||
6 | <layer id="1" name="Layer 1" width="48" height="48"> | ||
7 | <data encoding="csv">93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,224,225,226,225,227,228,229,229,229,229,229,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,224,225,226,227,228,229,229,229,230,229,229,229,229,230,229,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,231,228,229,229,229,229,229,229,232,229,232,229,229,229,229,229,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,233,229,229,232,229,229,232,229,229,229,229,229,230,229,232,232,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,233,229,229,229,229,230,229,232,229,229,232,229,229,229,229,229,232,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,234,235,229,229,232,229,232,229,229,230,229,229,232,232,229,229,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,236,237,238,229,229,230,232,229,229,232,229,229,232,232,230,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,224,225,225,225,239,240,241,229,229,229,229,229,229,229,229,229,229,229,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,224,225,226,225,226,225,227,228,242,243,244,2147483887,245,246,247,247,247,248,247,247,249,247,237,238,232,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,231,228,229,229,229,229,229,229,229,229,229,244,2147483887,245,245,239,239,239,250,239,239,251,239,239,240,241,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,224,252,230,2147483877,2147483901,2147483902,2147483903,2147483903,255,254,253,229,244,2147483887,245,245,239,239,239,256,239,239,239,239,239,245,246,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,231,228,229,229,2147483905,2147483906,2147483907,2147483908,2147483908,260,259,258,257,261,262,263,245,2147483912,239,265,265,265,265,239,264,239,245,245,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,233,229,229,229,2147483914,267,268,269,270,271,272,267,266,229,229,273,263,2147483922,239,265,265,265,265,239,274,275,245,245,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,276,229,230,229,2147483925,267,278,279,280,281,282,267,277,229,229,229,273,2147483931,262,284,285,2147483933,2147483932,2147483910,283,286,245,245,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,233,229,229,229,2147483935,267,288,289,290,291,2147483936,267,287,229,229,229,229,292,229,229,229,229,229,2147483877,2147483940,229,244,245,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,233,229,229,232,2147483941,2147483942,267,295,296,297,267,294,293,229,229,229,229,298,230,229,229,229,229,230,2147483946,229,244,245,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,276,229,232,229,229,2147483947,2147483948,301,302,303,300,299,229,232,229,232,229,304,305,306,307,308,309,2147483953,2147483952,229,244,245,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,234,238,229,229,229,229,229,310,311,312,232,229,229,229,229,242,243,313,314,314,315,316,317,2147483966,2147483961,229,244,246,247,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,229,229,240,241,229,229,232,229,230,232,229,229,229,230,232,229,229,229,229,229,229,229,229,229,229,242,243,244,245,239,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,229,229,232,244,246,237,241,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,230,2147483886,2147483885,319,245,239,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,229,232,229,229,261,263,239,246,249,237,241,229,320,229,229,2147483889,2147483885,248,247,237,241,229,229,230,229,229,2147483889,2147483888,239,245,245,239,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,241,229,232,242,243,261,239,245,251,239,246,247,321,247,247,2147483894,2147483887,250,2147483887,2147483887,246,247,249,247,247,248,2147483894,2147483893,239,245,245,239,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,236,237,241,229,232,2147483889,239,245,239,239,245,2147483887,322,2147483887,2147483887,2147483893,2147483887,256,2147483887,2147483887,245,239,251,239,239,250,2147483893,2147483893,239,245,245,239,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,323,324,325,247,247,2147483894,239,245,239,239,245,2147483887,322,2147483887,2147483887,2147483893,2147483887,2147483923,275,2147483887,245,239,239,239,239,256,2147483893,2147483893,239,245,245,239,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,1,326,1,323,324,324,2147483971,327,328,239,329,330,2147483923,322,275,2147483887,2147483978,324,2147483979,331,324,330,239,275,239,239,239,2147483893,2147483976,327,328,245,239,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,1,1,1,326,1,1,1,222,332,327,333,323,2147483979,334,331,2147483972,2147483971,1,335,336,1,323,324,331,324,2147483977,239,2147483976,2147483980,222,332,328,239,93,93,93,93,93,93,93,93,93,93,93,93,93,93,114,115,337,1,1,1,326,2147483985,222,223,222,338,326,1,339,1,1,1,1,340,1,1,13,14,15,16,2147483981,2147483975,2147483980,2147483989,342,341,332,327,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,88,343,344,345,346,347,2147483991,222,223,222,348,349,1,1,326,1,1,326,1,1,1,1,1,1,1,2147483986,2147483870,2147483989,2147483998,1,350,341,222,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,98,223,351,352,222,353,2147483871,222,223,222,222,354,355,1,1,1,1,1,1,1,1,1,1,326,2147483997,2147483996,2147483870,2147483998,2147483649,1,1,350,356,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,357,223,222,358,222,222,2147483871,222,223,222,222,223,343,346,344,2147483993,346,359,337,1,360,1,326,2147483985,2147484002,222,2147483870,1,1,13,14,15,16,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,357,223,222,222,222,222,2147483871,222,223,222,222,223,223,222,351,2147484000,222,222,343,344,361,346,2147483993,2147483991,2147483871,222,1,335,336,1,1,1,326,1,1,1,1,1,14,14,1,1,14,14,1,1,1,1,357,223,222,222,2147483870,2147483870,2147483989,342,341,222,222,223,223,222,222,2147484006,222,222,223,351,362,222,2147484000,2147483871,2147483871,222,349,2147483649,326,1,340,1,1,1,1,1,1,1,14,3,4,5,12,14,1,1,1,1,357,223,222,222,2147483870,2147484011,2147483998,340,350,363,2147484011,341,223,222,222,222,222,222,223,222,362,222,2147484006,2147483871,2147483871,222,354,337,1,1,1,1,1,13,14,15,16,1,14,14,9,9,14,14,1,1,1,1,357,223,222,222,2147483870,335,336,1,1,1,1,350,223,222,222,222,222,222,223,222,362,222,222,2147483871,2147483871,222,223,343,344,346,345,346,344,1,1,1,1,1,14,49,364,59,59,14,1,1,1,1,350,341,222,365,337,1,1,13,14,15,16,1,2147484013,222,222,222,222,222,223,222,362,222,222,2147483871,2147483871,222,223,223,351,222,352,222,351,1,1,1,1,1,14,15,1,326,14,14,1,1,1,1,1,350,363,2147484011,366,346,359,337,1,1,326,2147483985,2147484015,222,222,222,222,222,223,222,362,222,222,2147483871,2147483871,222,223,223,222,222,358,222,222,1,1,1,1,1,14,1,326,1,1,14,1,1,1,1,1,1,1,1,357,368,222,343,346,344,346,2147484014,341,222,222,222,222,2147484016,223,222,362,222,222,2147483871,2147483989,342,341,223,222,222,222,222,222,13,14,15,16,1,14,15,1,13,14,15,16,1,1,1,1,1,1,1,350,356,363,341,368,351,222,2147484005,350,363,2147484011,363,2147484011,2147484004,341,2147484016,362,222,222,2147483989,2147483998,340,350,341,368,222,222,222,222,15,16,13,14,15,14,1,1,1,326,13,14,15,16,1,1,1,1,1,2147483649,335,336,350,363,363,2147484011,2147483998,1,1,1,1,14,15,350,2147484004,369,363,2147484011,2147483998,1,1,1,350,356,342,363,2147484011,342,1,1,1,1,13,14,15,16,326,29,34,28,28,14,15,12,1,1,1,2147483649,1,1,1,1,1,1,1,1,1,1,14,15,1,1,1,339,13,14,15,16,1,1,1,1,1,1,1,1,1,326,1,1,326,1073741825,29,28,28,36,7,2147484018,371,371,371,14,15,1,13,14,15,16,1,1,1,1,1,1,1,1,1,14,15,1,326,1,1,1,1,14,15,14,1,1,1,1,1,1,1,1,326,1,1,326,1073741853,1073741860,2147483655,2147483655,2147484018,2147484020,373,4,5,12,3,4,15,16,13,14,15,16,13,14,15,16,13,14,15,16,1,326,1,1073741873,1073742188,1073742188,1073742188,1073742188,14,15,1,1,1,1,1,1,14,326,1,14,15,1,1073741825,1073741853,1073741860,2147484018,2147484020,9,374,61,3,4,5,12,3221225531,3221225531,1073742188,3221225521,13,14,15,16,13,14,15,16,13,14,15,16,1073741873,1073741874,9,61,3,4,5,12,9,1,1,1,1,1,1,14,15,1,1,14,15,1073741825,1073741853,2147484020,9,9,9,9,9,9,3,4,5,12,9,3221225522,1073742188,3221225531,3221225521,1,1,1,1,1,1073741873,1073742188,3221225531,1073742188,1073741874,9,9,9,9,9,3,4,5,12,1,1,1,1,1,1,1,1,1,14,1,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,3221225522,3221225531,1073742188,3221225531,1073742188,1073742188,1073741874,9,9,9,9,9,2147483698,59,364,50,375,376,9,14,15,1,1,1,1,1,1,1,1,1,14,1,3,4,5,12,9,9,9,9,9,9,9,9,375,376,9,9,9,14,15,9,9,14,15,9,9,9,9,2147483698,2147483697,1,1,49,59,364,364,364,15,1,1,1,1,1,1,1,1,1,1,14,15,9,9,1073742196,1073742195,1073742201,3221225844,9,9,9,9,14,15,9,9,14,15,1,1,14,15,1,1,14,15,59,2147483697,14,15,1,1,14,15,1,1,14,15,1,1,1,1,1,1,1,1,1,1,1,14,15,1073742201,1073742194,7,7,3221225842,1073742201,14,15,14,1,1,14,15,1,1,1,1,1,1,1,1,1,1,14,15,1,1,14,15,1,1,14,15,1,1,1,1,1</data> | ||
8 | </layer> | ||
9 | <layer id="0" name="Layer 0" width="48" height="48"> | ||
10 | <data encoding="csv">93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,378,379,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,378,379,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,242,243,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,242,243,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,380,381,93,93,93,93,382,93,93,93,93,93,93,93,93,93,93,93,93,93,242,243,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,383,384,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,385,386,387,388,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,389,390,391,392,393,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,231,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,394,395,396,397,398,93,93,93,93,93,93,93,93,399,400,2147484048,2147484047,93,93,93,93,276,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,401,93,93,93,93,93,93,93,93,93,93,93,402,93,93,2147484050,93,93,93,224,252,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,231,228,229,230,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,276,230,232,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,403,404,405,406,407,2147484051,93,234,241,229,232,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,408,409,229,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,224,225,226,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,231,228,93,93,410,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,231,228,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,233,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,234,93,93,93,93,93,93,411,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,412,413,93,93,93,93,2147483889,414,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,415,416,93,93,93,93,93,2147484065,2147484063,93,93,93,93,93,93,93,93,93,93,93,93,93,110,111,114,115,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,418,93,93,93,93,93,93,93,2147484013,93,93,93,93,93,93,93,93,93,93,93,93,93,103,98,91,92,93,93,93,93,93,93,93,93,114,115,93,93,93,93,93,93,93,93,93,93,93,93,367,419,93,93,93,93,93,93,2147484066,93,93,93,93,93,93,93,93,93,93,93,93,93,108,109,104,105,93,93,93,93,93,93,93,93,87,101,114,115,93,93,93,93,93,93,93,93,110,111,93,420,93,93,93,93,93,93,2147484015,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,110,111,114,115,89,90,87,101,114,115,110,111,114,115,110,111,102,90,91,421,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,103,98,91,92,87,88,89,90,87,101,102,90,87,101,102,90,87,88,89,421,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,412,93,93,108,109,104,105,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,92,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,415,416,93,93,93,93,93,93,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,99,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,418,93,93,93,93,93,93,93,89,90,87,88,89,90,91,96,97,98,87,88,89,90,91,92,93,93,93,93,93,93,110,111,114,115,93,93,93,93,93,93,93,93,93,93,93,93,93,93,367,93,93,93,93,93,93,93,87,96,97,98,87,88,89,99,94,95,89,90,87,88,89,99,93,93,93,412,93,93,103,98,91,92,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,89,99,94,95,89,90,91,92,103,98,87,88,89,90,87,101,114,115,415,416,93,93,108,109,104,105,93,2147484060,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,87,101,102,90,87,88,89,99,94,95,89,90,87,88,89,90,91,101,114,115,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,89,90,87,88,89,90,91,92,103,98,87,88,89,90,87,88,89,90,91,101,114,115,110,111,114,115,110,111,114,115,110,111,114,115,93,93,93,93,110,111,114,115,93,93,93,93,93,93,91,96,97,98,87,88,89,99,108,109,97,98,87,88,89,90,87,88,89,90,87,101,102,90,87,101,102,90,87,101,102,98,91,92,93,93,110,111,102,90,87,101,114,115,93,93,93,93,104,99,108,109,97,98,91,92,93,93,108,109,97,98,87,88,89,90,91,88,89,90,87,88,89,90,87,88,89,90,87,88,89,99,93,93,103,98,87,88,89,90,87,101,114,115,110,111,93,93,93,93,108,109,104,99,93,93,93,93,94,95,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,92,93,93,108,109,97,98,87,88,89,90,87,101,102,90,93,93,93,93,93,93,93,93,93,93,93,93,103,98,87,88,89,90,91,96,97,98,87,88,89,90,87,88,89,90,87,88,89,99,93,93,93,93,94,95,89,90,87,88,89,90,87,88,93,93,93,93,93,93,93,93,93,93,93,93,108,109,97,98,87,88,89,99,108,109,97,98,91,96,97,98,91,96,97,98,91,92,93,93,93,93,103,98,87,88,89,90,87,88,89,90,114,115,110,111,114,115,93,93,93,93,93,93,93,93,108,109,97,98,91,92,93,93,108,109,104,105,108,109,104,105,108,109,104,105,93,93,93,93,108,109,97,98,87,88,89,90,87,88,87,101,89,90,87,101,114,115,110,111,114,115,93,93,93,93,108,109,104,105,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,108,109,97,98,87,88,89,90,89,90,87,88,89,90,87,101,102,90,91,92,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,94,95,89,90,87,88,87,88,89,90,87,88,89,90,91,96,104,105,93,93,93,93,93,93,93,93,93,93,93,93,110,111,114,115,110,111,114,115,93,93,93,93,93,93,93,93,93,93,103,98,87,88,89,90,89,90,87,88,89,90,87,88,89,99,93,93,93,93,110,111,114,115,110,111,114,115,110,111,102,90,87,101,102,90,87,101,114,115,110,111,114,115,110,111,114,115,94,95,89,90,87,88,87,88,89,90,87,88,89,90,87,101,114,115,93,93,103,98,87,101,102,90,87,101,102,90,87,88,89,90,87,88,89,90,87,101,102,90,87,101,102,90,87,101,102,90,87,88,89,90,89,90,91,88,89,90,91,88,89,90,91,92,93,93,94,95,89,90,91,88,89,90,91,88,89,90,91,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88</data> | ||
11 | </layer> | ||
12 | </map> | ||
diff --git a/res/maps/hallucination_hot_spring.tmx b/res/maps/hallucination_hot_spring.tmx new file mode 100644 index 0000000..05e51d4 --- /dev/null +++ b/res/maps/hallucination_hot_spring.tmx | |||
@@ -0,0 +1,12 @@ | |||
1 | <map version="1.0" orientation="orthogonal" renderorder="right-down" width="32" height="16" tilewidth="16" tileheight="16"> | ||
2 | <tileset firstgid="1" source="hallucination.tsx" /> | ||
3 | <layer id="2" name="Layer 2" width="32" height="16"> | ||
4 | <data encoding="csv">7,7,7,7,7,7,7,7,7,7,7,7,7,98,91,96,97,98,91,96,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,422,7,422,30,422,33,422,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,423,30,424,425,423,7,423,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,32,30,426,7,426,427,426,7,32,30,31,33,32,30,31,33,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,30,7,7,7,32,30,31,33,32,30,31,33,32,30,31,33,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,30,7,7,7,428,429,430,431,432,433,434,435,58,436,30,30,7,7,32,30,7,7,7,7,7,7,7,7,7,7,7,7,30,30,7,7,437,438,439,440,441,440,442,443,32,30,31,33,32,30,31,33,7,7,7,7,7,7,7,7,7,7,7,7,7,30,7,7,7,444,445,446,446,446,447,448,2147484085,3221225921,7,30,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,30,31,33,2147484076,450,446,446,451,446,446,452,2147484101,428,7,30,31,30,31,33,7,7,7,7,7,7,7,7,7,7,7,7,7,30,7,436,454,455,456,457,458,459,460,461,454,436,58,462,31,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,462,463,7,7,1073742252,436,7,7,7,7,7,7,3221225508,3221225500,14,13,14,15,16,7,7,7,7,7,7,7,7,7,7,7,7,7,462,463,7,7,464,7,7,436,7,7,7,3221225508,3221225501,13,14,15,16,13,14,7,7,7,7,7,7,7,7,7,7,7,7,7,462,463,7,7,465,58,7,7,7,3221225508,3221225500,3221225501,1,1,466,467,1,1,1,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,462,463,7,7,7,7,3221225508,3221225501,466,467,1,1,1,1,1,1,1,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,462,463,7,7,14,15,1,1,14,15,1,466,467,1,1,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,462,463,7,7,14,15,14,15,15,14,1,1,14</data> | ||
5 | </layer> | ||
6 | <layer id="1" name="Layer 1" width="32" height="16"> | ||
7 | <data encoding="csv">89,90,87,88,89,90,87,88,89,90,87,88,89,468,91,96,97,468,468,468,89,90,87,88,89,90,87,88,89,90,87,88,87,88,89,90,87,88,89,90,87,88,89,90,91,469,93,470,110,469,89,90,87,88,89,90,87,88,89,90,87,88,89,90,89,90,87,88,89,90,87,88,89,90,87,88,89,99,93,93,103,98,91,96,97,98,91,96,97,98,87,88,89,90,87,88,87,88,89,90,87,88,89,90,87,88,89,90,87,92,93,93,108,109,104,105,108,109,104,105,94,95,89,90,87,88,89,90,89,90,87,88,89,90,87,88,89,90,87,88,89,99,93,93,93,93,93,471,472,93,93,93,103,98,87,88,89,90,87,88,87,88,89,90,87,88,89,90,87,88,89,90,87,101,114,115,93,93,93,93,93,93,93,93,108,109,97,98,87,88,89,90,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,92,93,93,93,93,93,93,93,93,93,93,94,95,89,90,87,88,87,88,89,90,87,88,89,90,87,88,89,90,91,96,104,105,93,93,93,93,93,93,93,93,93,93,103,98,87,88,89,90,89,90,87,88,89,90,87,88,89,90,87,88,89,99,93,93,93,93,93,93,93,93,93,93,93,93,94,95,89,90,87,88,87,88,89,90,87,88,89,90,87,88,89,90,87,101,114,115,93,93,93,93,93,93,93,93,93,93,103,98,91,96,97,98,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,92,93,93,93,93,93,93,93,2147483741,93,93,108,109,104,105,108,109,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,99,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,101,114,115,93,93,93,93,93,93,93,93,93,93,93,93,93,93,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,101,114,115,110,111,114,115,110,111,114,115,93,93,93,93,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,101,89,90,87,101,102,90,87,101,114,115,110,111,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,101,102,90</data> | ||
8 | </layer> | ||
9 | <layer id="0" name="Layer 0" width="32" height="16"> | ||
10 | <data encoding="csv">93,93,93,93,93,93,93,93,93,93,93,93,93,115,468,468,468,93,110,111,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,92,93,93,110,111,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,103,98,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,108,109,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93</data> | ||
11 | </layer> | ||
12 | </map> | ||
diff --git a/res/maps/hallucination_interior.tmx b/res/maps/hallucination_interior.tmx new file mode 100644 index 0000000..296e699 --- /dev/null +++ b/res/maps/hallucination_interior.tmx | |||
@@ -0,0 +1,81 @@ | |||
1 | <map version="1.0" orientation="orthogonal" renderorder="right-down" width="64" height="64" tilewidth="16" tileheight="16"> | ||
2 | <tileset firstgid="1" source="hallucination.tsx" /> | ||
3 | <layer id="1" name="Layer 1" width="64" height="64"> | ||
4 | <data encoding="csv">1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,4,5,6,7,2147483655,2147483654,8,9,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,9,10,11,2147483659,2147483658,4,5,12,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,2,2,2,2,2,2,2,13,14,15,16,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,4,5,17,18,19,9,9,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,2,2,2,2,2,2,2,1,1,1,1,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,9,20,21,22,3,4,5,12,2,2,2,2,2,2,2,2,13,14,15,16,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,1,1,1,14,15,23,24,14,15,16,1,1,1,1,1,1,1,9,9,9,2,2,3,4,5,12,3,4,5,25,26,27,9,9,2,4,5,12,3,4,5,12,2,2,13,14,15,16,1,1,1,2147483676,2147483677,30,31,1,1,1,2,2,2,2,1,1,1,14,15,23,24,14,15,23,24,14,15,16,13,14,15,16,3,4,5,12,9,9,9,9,9,9,2,2,9,9,9,9,3,4,5,12,9,9,9,9,9,9,2,2,1,1,1,1,1,1,32,30,31,33,32,30,31,33,2,2,2,2,2,14,15,16,29,28,34,28,28,34,2147483677,1,13,14,15,35,24,14,15,12,3,4,5,12,2,2,2,2,3,4,5,12,9,9,9,9,3,4,5,12,2,2,2,2,2,2,1,1,1,1,32,30,31,33,32,30,31,33,2147483684,2,2,2,2,2,2,1,29,28,36,7,32,30,31,33,2147483684,2147483677,37,38,39,40,9,9,9,9,9,41,42,4,5,2,2,2,2,2147483657,2147483690,2147483689,2147483657,9,9,9,9,9,3,4,5,12,2,2,2,2,1,1,1,1,2,1,1073741852,1073741852,1073741860,43,7,2,2,2,2,2,2,2,28,34,36,7,7,44,45,46,47,7,3221225508,3221225501,48,1073741873,1073741874,51,8,4,5,12,9,52,53,54,2,2,2,2,2,2147483702,2147483701,2147483700,2147483703,9,9,9,9,51,8,9,9,2,2,2,2,2,1,1,1,2,2,14,15,16,1073741853,1073741852,1073741860,7,2,2,2,2,2,2,2,7,44,45,7,7,7,43,7,3221225508,3221225501,48,1073741873,1073741874,56,57,9,9,9,9,9,9,3,4,5,12,2,2,2,9,9,9,9,9,9,9,9,9,35,4,5,12,2,2,2,2,1,1,1,2,2,1,1,37,38,1,1073741853,2,2,2,2,2,2,2,7,58,46,47,7,7,7,7,3221225508,2,2,1,49,2,2,9,9,9,9,9,9,9,9,9,9,2,2,2,2,2,2,9,9,9,9,9,9,9,40,9,9,2,2,2,2,2,1,1,1,1,2,2,2,1,1,1,1,1,1,2,2,2,2,2,2,7,7,7,7,7,2,3221225508,3221225501,2,2,2,2,2,2,2,2,9,9,9,9,9,9,51,8,9,2,2,2,2,2,2,2147483707,2147483708,2147483707,50,9,9,61,59,59,2,2,2,2,2,1,1,1,1,1,2,2,2,2,1,1,14,15,1,2,2,2,2,7,46,47,7,7,2,2,2,2,2,2,2,2,2,2,2,2,2,2,9,2147483710,59,63,50,9,2,2,2,2,2,2,2,2147483712,1,2147483713,49,2147483708,2,2,2,2,2,2,2,2,2,1,1,1,1,1,2,2,2,2,1,1,1,13,14,15,16,32,30,31,33,7,7,7,7,2,2,2,2,2,2,2,2,2,2,2,2,2,63,2147483697,66,67,49,63,63,2,2,2,2,2,14,15,16,37,38,64,14,2,2,2,2,2,2,2,2,1,1,13,14,15,16,2,2,1,1,13,14,15,23,24,14,15,7,7,7,46,47,7,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,37,38,1,13,14,15,16,2,2,2,1,1,66,67,1,13,14,15,2,2,2,2,2,2,2,1,1,1,1,1,1,2,2,2,2,38,1073741873,3221225521,37,38,1,1,1073741852,1073741860,68,7,7,7,30,32,30,31,33,7,2,2,2,13,14,15,16,2,2,2,1,1,1,1,1,2,2,2,2,2,14,15,16,2147483715,2147483714,1,1,2,2,2,2,2,2,2,2,1,1,1,1,1,2,2,2,2,2,1073741873,1073741874,3221225522,3221225521,13,14,15,16,1073741853,1073741860,7,7,32,30,31,33,32,30,31,33,2,2,1,1,1,1,2,2,1,1,1,37,38,1,2,2,2,2,2,2,1,1,1,1,13,14,15,2,2,2,2,2,2,2,1,1,1,1,1,2,2,2,3,4,5,12,9,3221225522,1073741884,3221225521,65,37,38,1073741853,7,69,70,7,7,68,2147483654,2147483659,2147483659,30,31,33,7,7,2,2,13,14,15,16,1,1,1,14,13,14,15,16,2,14,15,16,2147483682,28,2147483682,2147483676,2147483677,2,2,2,2,2,2,2,1,1,3,4,5,12,3,4,5,12,9,9,9,9,9,3221225522,1073741884,1073741884,1073741884,2,2,7,7,2147483655,2147483654,2147483659,2147483658,2147483657,9,30,9,30,31,33,2,2,2,1,1,37,38,1,13,14,15,1,1,1,2,2,7,7,7,7,7,7,2147483684,2,13,14,15,16,2,2,3,4,5,12,3,4,5,12,9,9,9,9,9,2,2,9,9,2,2,2,2,2147483659,11,2147483659,2147483658,9,9,2,2,4,5,12,2,2,2,2,2,2,2,1,1,1,1,1,2,2,2,2,32,30,31,33,43,7,58,7,2,2,1,1,1,1,2,2,5,12,9,51,8,9,2147483698,2147483708,2147483708,50,56,57,9,4,5,2,2,2,2,2,2,9,9,2,2,9,3,4,5,12,9,2,2,2,2,2,2,2,5,1073741884,3221225521,65,13,14,15,16,2,2,2,2,7,7,46,47,32,30,31,33,2,2,2,2,2,2,3,4,5,12,2147483698,2147483708,2147483697,37,38,49,50,1073741833,9,2,2,2,2,2,2,2,2,2,2,2,2,2,9,9,9,9,2,2,2,2,2,2,3,4,5,12,3221225522,3221225535,3221225521,48,1,2,2,2,32,30,31,33,68,7,7,7,32,30,31,33,2,2,2,2,63,63,50,2147483698,2147483697,1,1073741873,3221225532,3221225521,1,49,2,2,9,4,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,9,40,9,56,57,3221225522,1073741884,3221225531,3221225535,2,2,2,2,7,7,7,7,7,69,70,7,32,30,31,33,2,2,1,1,49,2147483697,1,1073741873,1073741874,2147483657,3221225522,66,67,14,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,9,9,51,8,9,9,9,9,40,9,2,2,2,2,14,15,7,1073741852,1073741852,1073741860,7,7,58,7,3221225508,2,2,2,2,1,1,1,1,1,9,9,2,2,1,13,14,15,16,2,2,2,2,13,14,15,16,2,2,2,2,2,2,2,2,2,4,5,12,3,4,5,12,9,9,9,9,9,61,51,8,9,2,2,2,2,14,15,16,1073741853,3221225500,3221225506,3221225500,3221225500,14,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,13,14,15,16,2,2,1,1,1,1,2,2,2,2,2,2,2,2,2,9,35,4,5,12,17,18,19,9,9,9,9,9,9,2,2,2,2,2,2,2,2,1,66,67,1,64,48,1,13,14,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,61,40,9,9,9,20,21,22,9,9,9,9,2,2,2,2,2,2,2,2,2,2,2,1,1,48,1,13,14,15,16,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,2,2,50,61,9,9,9,25,26,27,40,9,4,5,2,2,2,2,2,2,2,2,1,13,14,15,16,66,67,1,1,13,14,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,4,5,12,3,4,5,12,13,14,15,16,1,49,50,56,57,9,9,9,9,41,42,9,9,2,2,2,13,14,15,16,13,14,15,16,1,64,1,1,1,64,2,2,2,2,2,2,13,2,2,2,2,2,2,2,2,2,2,2,2,2,3,4,5,12,35,4,5,12,2147483657,14,15,16,13,14,15,16,49,59,50,9,9,9,55,52,53,2,2,2,2,2,1,1,1,1,2,1,1,66,67,1,1073741895,1073741884,2,2,1073741826,2,2,2,2,2,13,14,15,16,2,2,2,2,2,2,2,2,2,2,2,9,3221225481,3221225481,40,3221225481,3221225481,2147483698,2147483707,2147483697,1,37,38,1,1,1,64,1,49,50,9,9,9,9,9,9,2,2,2,2,2,2,2,2,2,2,1,1,1073741895,1073741884,1073741886,1073741833,2,2,2,2,2,2,2,2,1,1,1,1,2,2,2,2,2,2,2,4,5,12,3221225481,3221225481,3221225481,51,8,3221225481,2147483698,2147483697,13,14,15,16,1,1,37,38,1,37,38,38,2,2,2,59,2147483697,2,2,2,2,2,2,2,2,2,2,2,1073741884,1073741887,1073741886,1073741833,3,4,5,12,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3221225481,3221225481,3,4,5,12,56,57,3221225481,9,3221225522,3221225521,66,67,1,37,38,1,1,67,1,66,67,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,4,5,12,2147483705,2147483704,9,9,9,2,2,2,2,2,72,72,72,72,2,2,2,2,32,30,31,33,1073741835,3221225483,3221225482,3221225481,3221225481,3221225481,3221225481,3221225481,3221225481,3221225481,3221225481,3221225522,3221225521,2147483715,2147483714,66,67,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,9,9,9,9,9,3,4,5,12,2,2,2,2,72,72,72,72,2,7,32,30,31,33,32,30,31,33,3221225478,3221225482,3221225481,3221225481,1073741833,1073741833,1073741833,1073741833,1073741833,1073741833,3221225522,66,67,2,2,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,14,5,12,9,9,9,9,2,2,2,2,2,2,72,72,72,72,32,30,31,33,43,44,45,7,7,7,7,3221225478,3221225482,9,1073741833,1073741833,1073741833,1073741833,1073741833,1073741833,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,5,9,9,9,3,4,5,12,2,2,2,2,72,72,72,72,2,7,7,46,47,7,7,7,2,2,2,2,2,3221225482,1073741833,1073741833,1073741833,1073741833,3,4,5,12,2,2,2,2,13,14,15,16,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,3,4,5,12,9,9,9,9,2,2,2,2,2,2,72,72,72,72,2,2,2,7,7,3221225508,1073741852,1073741852,2,2,2,2,2,2,2,2147483690,2147483689,2147483657,1073741833,1073741833,1073741834,30,31,33,2,2,1,1,1,1,2,2,13,14,15,16,13,14,15,16,1,14,15,1,3,4,5,12,9,9,9,41,42,2,2,2,2,2,2,2,72,72,72,72,2,2,2,1073741852,1073741852,3221225501,64,2,2,2,2,2,2,2,2,2147483701,2147483700,2147483703,1073741833,1073741834,1073741830,7,2,2,2,2,2,2,2,2,2,2,1,1,1,14,15,16,13,14,15,23,24,14,15,71,60,62,9,9,55,52,53,2,2,2,2,2,2,2,72,72,72,72,2,2,2,64,1073741873,2,2,2,2,2,2,2,2,2,2,2147483657,2147483657,2147483657,1073741834,1073741830,32,30,31,33,7,2,2,2,2,2,2,2,2,2,2,14,1,37,38,1,1,29,34,28,28,28,2147483677,71,60,62,9,9,9,2,2,2,2,2,2,2,72,72,72,72,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1073741835,1073741835,1073741835,1073741830,68,7,47,32,30,31,33,7,7,7,7,13,14,15,16,13,14,15,16,1,29,28,36,32,30,31,33,2147483684,28,2147483677,71,2147483719,2,2,2,13,14,15,16,2,2,72,72,72,72,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1073741860,68,3221225508,1073741852,14,13,14,15,16,13,14,15,16,13,14,15,16,66,67,29,36,44,45,7,7,7,44,45,7,2147483684,28,28,28,2,2,1,1,1,1,2,2,72,72,13,14,15,16,2,2,2,9,9,9,9,9,2,2,2,2,2,2,2,2,15,1073741853,1073741852,3221225501,13,14,15,16,13,14,15,16,1,1073741873,1073741884,3221225531,3221225521,1,37,38,1073741853,1073741860,7,7,7,7,7,7,7,7,7,7,7,2,2,2,1,1,2,2,2,2,72,72,72,72,2,2,2,2,9,9,9,9,9,2,2,2,2,2,2,2,13,14,15,16,1,2147483715,2147483714,1073741873,3221225531,1073741884,3221225531,3221225521,37,38,1073741873,1073741874,9,9,3221225522,1073741884,3221225543,1,1,1073741853,1073741860,7,7,7,7,7,7,7,7,7,2,2,2,14,15,16,2,2,2,2,2,2,2,2,72,72,2,2,2,9,9,2,2,2,2,2,2,2,2,2,2,37,38,2147483715,2147483714,1,1073741873,1073741874,9,9,9,3221225522,1073741884,3221225531,1073741874,9,9,9,9,2147483698,2147483719,1,1,2,2,7,32,30,31,33,7,7,7,7,13,14,15,16,1,2,2,2,2,2,2,2,2,2,2,2,2,2,9,9,2147483656,2147483699,9,2,2,2,3,4,5,12,3221225531,3221225531,3221225521,37,38,1,49,50,9,40,9,9,9,41,42,9,9,2,2,2147483697,1,2,2,2,2,2,2,2,2,2,2,7,32,30,31,33,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,4,5,12,9,2,2,2,3,4,5,12,3,4,5,12,3221225522,3221225521,66,67,1,2,2,61,56,57,55,52,53,54,2,2,2,2,2,2,2,2,2,2,13,14,15,2,2,1073741852,3221225500,3221225501,15,14,15,14,2,2,2,2,2,2,2,2,2,2,2,2,2,9,3,4,5,12,9,2,2,9,9,61,9,9,9,9,2147483698,2147483719,1,1,1,14,2,2,2,9,9,56,57,9,2,2,2,2,2,2,2,2,2,2,2,2,2,14,15,23,24,14,15,16,1,1,2,2,2,2,2,2,2,2,2,2,2,9,9,9,9,9,9,2,2,2,9,2,2,9,9,9,2147483698,59,2147483697,37,38,1,1,2,2,2,2,2,2,9,9,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1073741884,1073741884,3221225521,37,38,1073741873,1073741884,1073741883,2,2,2,2,2,2,13,14,15,16,2,2,2,9,9,9,9,9,9,2,2,2,2,2,2,59,2147483697,1,66,67,37,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,4,5,12,3,4,5,12,3221225522,1073741884,1073741884,1073741874,3,4,5,12,2,2,2,2,1,1,1,1,2,2,3,4,5,12,3,4,5,12,2,2,2,2,1,2,2,1,37,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,13,14,15,16,1,14,15,9,3,4,5,61,61,61,2,9,9,2147483698,2,2,2,2,2,2,2,2,2,2,2,2,3,4,5,12,9,9,56,57,9,2,2,2,2,14,15,16,1,2,2,1,13,14,15,16,2,2,2,2,3,4,5,12,13,14,15,16,13,14,15,16,59,59,59,50,56,57,61,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,9,9,9,9,9,9,9,9,9,2,2,2,23,24,1,13,14,15,16,37,38,13,14,15,16,3,4,5,12,2147483698,14,15,1,1,1,1,1,13,14,15,16,65,49,50,56,57,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,9,73,74,9,56,57,9,9,2,2,2,1073741883,1073741873,1073741883,1073741883,1073741883,1073741883,1073741883,1073741883,1073741873,1073741883,1073741883,3221225521,3,4,5,12,61,2147483698,2147483697,1,13,14,15,16,13,14,15,16,1,37,38,1,49,50,9,2,2,2,2,2,2,2,2,9,9,9,9,9,2,2,2,2,2,75,76,77,78,9,3,4,5,12,2,2,2,9,3,4,79,80,81,82,5,12,3,4,5,12,9,9,2147483698,2147483697,13,14,15,16,13,14,15,16,1,1,66,67,1,1073741873,1073741883,1073741883,59,1,1,2,2,2,9,9,9,9,9,9,9,9,2,2,2,2,1,1,49,60,50,2147483657,9,9,3,4,2,12,9,9,61,9,83,84,85,86,9,9,9,9,2,57,2147483698,59,2147483697,66,67,1073741873,3221225521,1,66,67,1,1,37,67,1,1,1073741873,1073741874,3,4,5,12,1,2,2,2,3,4,5,12,3,4,5,12,2,2,2,2,2,2,1,1,49,2147483707,60,50,9,9,2,4,5,12,9,9,9,9,9,9,9,9,9,9,2,2147483698,2147483697,37,38,37,38,1073741874,3221225522,1,13,14,15,16,1,2,2,1,9,9,73,74,9,2,2,2,3,4,5,12,3,4,5,12,9,9,13,14,15,16,2,2,2,1,1,1,65,49,2147483707,50,2,9,9,9,9,9,9,9,9,9,9,9,2,2,2,2147483697,37,38,13,14,15,9,9,14,15,16,13,14,15,2,2,2,2,9,76,77,9,2,2,2,9,9,61,56,57,9,9,9,9,9,1,1,1,1,2,2,1,1,1,1,1,1,1,2,2,9,9,9,9,2147483698,59,59,2,2,2,2,2,2,2,1,1,14,15,16,13,14,15,16,1,1,1,1,1,2,2,2,2,9,9,2,2,2,2,9,56,57,9,9,9,9,9,9,3,4,2,2,2,2,2,2,2,2,2,1,1,2,2,2,2,2,2,60,59,2147483697,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,9,9,9,9,9,56,57,9,9,9,9,9,9,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,37,38,37,38,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,9,9,9,9,56,57,9,9,9,9,9,9,9,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,2,2,2,2,2,2,2,2,2,13,14,15,16,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,9,9,9,9,9,3,4,79,80,81,82,5,12,2,2,2,2,2,2,13,14,15,16,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,9,9,9,56,57,9,9,83,84,85,86,51,8,2,2,2,2,2,2,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,9,9,9,9,9,9,9,9,56,57,9,9,9</data> | ||
5 | </layer> | ||
6 | <objectgroup id="2" name="Object Layer 1"> | ||
7 | <object id="1" name="fromLeft" type="warp" x="16" y="364.667"> | ||
8 | <point/> | ||
9 | </object> | ||
10 | <object id="2" name="moveToLeft" type="trigger" x="-20.3333" y="304" width="22.6667" height="91.6667"> | ||
11 | <properties> | ||
12 | <property name="script" value="off_left"/> | ||
13 | </properties> | ||
14 | </object> | ||
15 | <object id="4" name="mailbox1" type="tileSprite" x="535" y="118.667"> | ||
16 | <properties> | ||
17 | <property name="interactionScript" value="mailbox1"/> | ||
18 | </properties> | ||
19 | <point/> | ||
20 | </object> | ||
21 | <object id="5" name="mailbox_lightning" type="tileSprite" x="519" y="422.667"> | ||
22 | <properties> | ||
23 | <property name="interactionScript" value="mailbox_lightning"/> | ||
24 | </properties> | ||
25 | <point/> | ||
26 | </object> | ||
27 | <object id="6" name="debugWarp_mailboxes" type="warp" x="598.667" y="420.667"> | ||
28 | <point/> | ||
29 | </object> | ||
30 | <object id="7" name="doria" type="sprite" x="328" y="525"> | ||
31 | <properties> | ||
32 | <property name="animation" value="../res/sprites/doria_anim.txt"/> | ||
33 | <property name="collisionHeight" type="int" value="8"/> | ||
34 | <property name="collisionOffsetX" type="int" value="-8"/> | ||
35 | <property name="collisionOffsetY" type="int" value="-8"/> | ||
36 | <property name="collisionWidth" type="int" value="12"/> | ||
37 | <property name="shadow" type="bool" value="true"/> | ||
38 | </properties> | ||
39 | <point/> | ||
40 | </object> | ||
41 | <object id="8" name="approach_doria" type="trigger" x="384" y="512" width="16" height="64"> | ||
42 | <properties> | ||
43 | <property name="script" value="approach_doria"/> | ||
44 | </properties> | ||
45 | </object> | ||
46 | <object id="9" name="join_claus" type="sprite" x="640.334" y="153.667"> | ||
47 | <properties> | ||
48 | <property name="animation" value="../res/sprites/claus_anim.txt"/> | ||
49 | <property name="collisionHeight" type="int" value="8"/> | ||
50 | <property name="collisionOffsetX" type="int" value="-8"/> | ||
51 | <property name="collisionOffsetY" type="int" value="-8"/> | ||
52 | <property name="collisionWidth" type="int" value="12"/> | ||
53 | <property name="interactionScript" value="join_claus"/> | ||
54 | <property name="shadow" type="bool" value="true"/> | ||
55 | </properties> | ||
56 | <point/> | ||
57 | </object> | ||
58 | <object id="10" name="ionia" type="sprite" x="821.333" y="135.333"> | ||
59 | <properties> | ||
60 | <property name="animation" value="../res/sprites/ionia_anim.txt"/> | ||
61 | <property name="collisionHeight" type="int" value="8"/> | ||
62 | <property name="collisionOffsetX" type="int" value="-8"/> | ||
63 | <property name="collisionOffsetY" type="int" value="-8"/> | ||
64 | <property name="collisionWidth" type="int" value="12"/> | ||
65 | <property name="enclosureZone" value="ionia_enclosure"/> | ||
66 | <property name="interactionScript" value="talk_to_ionia"/> | ||
67 | <property name="movementSpeed" type="int" value="1"/> | ||
68 | <property name="shadow" type="bool" value="true"/> | ||
69 | <property name="wander" type="bool" value="true"/> | ||
70 | </properties> | ||
71 | <point/> | ||
72 | </object> | ||
73 | <object id="11" name="debugWarp_rightside" type="warp" x="911.333" y="431.667"> | ||
74 | <point/> | ||
75 | </object> | ||
76 | <object id="12" name="ionia_enclosure" type="zone" x="800" y="80" width="96" height="96"/> | ||
77 | </objectgroup> | ||
78 | <layer id="0" name="Layer 0" width="64" height="64"> | ||
79 | <data encoding="csv">87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,92,93,93,94,95,89,90,87,88,89,90,87,88,89,90,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,96,97,98,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,99,93,93,100,98,87,88,89,90,87,88,89,90,87,88,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,99,94,95,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,92,93,93,94,95,89,90,87,88,89,90,87,88,89,90,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,101,102,90,87,88,89,90,91,96,97,98,91,96,97,98,87,88,89,90,87,88,89,90,87,88,89,90,91,96,97,98,87,88,89,99,93,93,103,98,87,88,89,90,91,96,97,98,87,88,91,96,97,98,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,96,104,105,106,95,89,107,108,109,97,98,91,96,97,98,91,96,97,98,87,88,89,99,94,95,89,90,91,92,93,93,108,109,97,98,87,88,89,99,94,95,89,90,89,99,94,95,89,90,91,96,97,98,91,96,97,98,87,88,89,90,91,96,104,105,93,93,103,98,91,92,93,93,108,109,104,105,106,95,89,99,108,109,97,98,87,101,102,90,91,96,104,105,93,93,93,93,108,109,97,98,87,101,102,90,87,88,87,101,102,90,87,88,89,107,108,109,104,105,106,95,89,90,87,88,89,107,93,93,93,93,108,109,104,105,93,93,93,93,93,93,103,98,91,92,93,93,106,95,89,90,87,88,89,99,93,93,93,93,93,93,93,93,94,95,89,90,87,88,89,90,89,90,87,88,89,90,91,92,93,93,110,111,102,90,87,88,89,90,91,92,93,93,93,93,93,93,93,93,93,93,93,93,93,93,108,109,104,105,93,112,103,98,87,88,89,90,91,92,93,2147483760,93,93,93,93,93,93,100,98,87,88,89,90,87,88,87,88,89,90,91,96,104,105,93,93,103,98,87,88,89,90,87,88,89,99,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,113,108,109,97,98,87,88,89,99,93,93,93,93,93,93,93,93,108,109,97,98,87,88,89,90,89,90,87,88,89,107,93,93,93,93,106,95,89,90,87,88,89,90,91,92,93,93,110,111,114,115,110,111,114,115,110,111,114,115,93,93,93,93,93,93,93,93,106,95,89,90,87,101,114,115,93,93,93,93,93,93,35,93,94,95,89,90,87,88,87,88,89,90,87,101,114,115,93,93,103,98,87,88,89,90,87,88,89,99,93,93,103,98,87,101,102,90,87,101,102,90,87,101,114,115,93,93,93,93,93,93,103,98,87,88,89,98,87,101,114,115,93,93,93,93,110,111,102,90,87,88,89,90,89,90,87,88,89,90,87,101,114,115,106,95,89,90,87,88,89,90,91,92,93,93,94,95,89,90,87,88,89,90,87,88,89,90,87,101,114,115,93,93,93,93,106,95,89,90,87,88,89,90,91,92,93,93,93,116,102,90,87,88,89,90,87,88,87,88,89,90,87,88,89,90,91,117,100,98,91,96,97,98,91,96,104,105,93,93,103,98,87,88,89,90,87,88,89,90,87,88,89,90,91,92,93,93,93,93,103,98,87,88,89,90,91,96,104,105,93,93,118,119,87,88,89,90,87,88,89,90,89,90,87,96,97,98,87,88,89,120,108,109,104,105,106,95,89,99,93,93,93,93,106,95,89,90,87,88,89,90,87,88,89,90,87,88,89,99,93,93,93,93,108,109,97,98,87,88,89,99,93,93,93,93,94,95,89,90,87,88,89,90,87,88,87,88,89,99,94,95,89,90,87,101,114,115,93,93,103,98,91,92,93,93,93,93,103,98,91,96,97,98,87,88,89,90,91,96,97,98,87,101,114,115,93,93,93,93,108,95,89,90,87,101,114,115,93,93,103,98,87,88,89,90,87,88,89,90,89,90,87,101,102,90,87,88,89,90,91,92,93,93,108,109,104,105,93,93,93,93,108,109,104,105,121,109,97,98,87,88,89,99,94,95,89,90,91,92,93,93,110,111,89,90,87,88,89,90,87,92,93,93,108,109,97,98,87,88,89,90,87,88,87,88,89,90,87,88,89,90,91,96,104,105,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,106,95,89,90,87,101,102,90,91,96,104,99,93,93,103,98,91,96,97,98,87,88,89,99,93,93,93,93,106,95,89,90,87,88,89,90,89,90,91,96,97,98,91,96,104,105,93,93,93,93,93,93,93,93,110,111,114,115,93,93,93,93,110,111,89,90,87,88,89,90,87,88,89,99,93,93,93,93,106,95,89,99,94,95,89,90,91,92,93,93,110,111,102,90,91,96,97,98,87,88,87,88,89,99,108,109,104,105,93,93,93,93,110,111,114,115,110,111,102,90,91,92,93,93,93,93,103,98,91,96,97,98,87,88,89,90,87,101,114,115,93,93,103,98,87,101,102,90,87,88,89,99,93,93,103,98,87,88,89,99,94,95,89,90,97,98,91,92,93,93,93,93,93,93,93,93,103,98,87,101,102,90,87,88,89,99,110,111,114,115,94,95,89,99,94,95,89,90,87,88,89,90,91,92,93,93,108,109,97,119,87,88,89,90,91,92,93,93,108,109,97,98,87,101,102,90,87,88,108,109,104,105,93,93,93,93,93,93,93,93,94,95,89,90,87,88,89,90,87,101,102,90,87,101,102,90,87,101,102,90,87,88,89,90,91,96,104,105,93,93,93,93,106,95,89,90,87,88,89,99,93,93,93,93,108,109,97,98,87,88,89,90,93,93,93,93,93,93,93,93,93,93,110,111,102,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,99,35,93,93,93,93,93,103,119,87,88,89,90,87,101,114,115,93,93,93,93,106,95,89,90,87,88,93,93,93,93,93,93,93,93,93,93,103,98,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,92,93,93,93,93,93,35,94,95,89,90,87,88,89,90,91,92,93,93,93,93,103,98,87,88,89,90,114,115,110,111,114,115,110,111,114,115,108,109,97,98,87,88,89,90,91,96,97,98,87,88,89,90,87,88,89,90,91,96,97,98,91,96,104,105,93,93,93,93,93,93,103,119,87,88,89,90,87,88,89,99,93,93,93,93,94,95,89,90,87,88,87,101,102,90,87,101,102,90,91,92,93,93,108,109,97,98,87,88,89,99,94,95,89,90,87,88,89,90,87,88,89,99,108,109,104,105,93,93,93,93,110,111,114,115,94,95,89,90,87,88,89,90,87,101,114,115,93,93,103,98,87,88,89,90,89,90,87,88,89,90,87,88,89,99,110,111,114,115,106,95,89,90,87,101,102,90,87,88,89,90,87,88,89,90,91,92,35,93,93,93,93,93,93,93,103,98,87,101,102,90,87,88,89,90,87,88,89,90,91,92,93,93,108,109,97,98,87,88,87,88,89,90,87,88,89,90,87,101,102,90,87,101,102,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,99,93,93,93,93,93,93,93,35,108,109,97,98,87,88,89,90,87,88,89,90,91,96,104,105,93,93,93,93,106,95,89,90,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,96,97,98,91,96,97,98,91,96,97,98,91,92,93,93,93,93,93,93,93,93,93,93,94,95,89,90,91,96,97,98,91,96,104,105,93,93,93,93,110,111,102,90,87,88,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,96,104,105,108,109,104,105,108,95,89,99,108,109,104,105,93,93,93,93,93,93,93,112,110,111,89,90,87,88,89,99,94,95,89,99,93,93,93,93,110,111,102,90,87,88,89,90,89,90,91,96,97,98,87,88,89,90,87,88,89,90,87,88,89,99,93,93,35,93,93,93,118,98,91,92,93,93,93,93,93,93,93,116,114,115,93,113,103,119,87,88,89,90,87,101,102,90,87,101,114,115,93,93,100,98,87,88,89,90,87,88,87,88,89,99,94,95,89,90,87,88,89,90,91,96,97,98,91,92,93,93,93,93,93,93,108,109,104,105,93,93,93,93,93,93,118,119,87,101,114,115,94,95,89,90,87,88,89,90,87,88,89,90,91,92,93,93,108,109,97,90,87,88,89,90,89,90,87,101,102,90,87,88,89,90,87,88,89,99,108,109,104,105,93,93,93,93,93,93,93,93,93,93,93,93,93,116,114,115,94,95,89,90,87,101,102,90,87,88,89,90,87,88,89,90,87,96,104,105,93,93,93,93,106,88,89,90,87,88,87,88,89,90,87,88,89,90,91,96,97,98,91,92,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,118,119,87,101,102,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,99,93,93,93,93,110,111,102,90,87,88,89,90,89,90,87,88,89,90,91,96,104,105,108,109,104,105,93,93,93,93,93,93,93,93,93,116,114,115,110,116,114,115,94,95,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,101,114,115,93,93,103,98,87,88,89,90,87,88,87,88,89,90,91,96,104,105,93,93,93,93,110,116,114,115,93,93,93,93,93,93,118,119,87,101,102,90,87,101,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,92,93,93,108,109,97,98,87,88,89,90,89,90,87,88,89,99,93,93,93,93,110,111,102,90,87,101,114,115,93,93,93,93,121,109,97,98,87,88,89,90,91,96,97,98,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,96,104,105,93,93,93,93,106,95,89,90,87,88,87,88,89,90,87,101,114,115,93,93,103,98,87,88,89,90,87,101,114,115,93,93,93,93,106,95,89,90,87,88,89,99,94,95,89,90,91,96,97,98,87,96,97,98,91,96,97,98,91,96,104,105,93,93,93,93,110,111,102,90,87,88,89,90,89,90,87,88,89,90,91,92,93,93,94,95,89,98,87,88,89,90,91,92,2147483760,93,93,93,103,98,87,88,89,90,87,101,102,90,87,88,89,99,94,95,89,99,121,109,104,105,94,95,89,99,93,93,93,93,93,112,103,98,87,88,89,90,87,88,87,88,89,90,87,88,89,99,110,111,102,98,87,88,89,90,87,88,89,99,2147483761,93,93,93,108,109,97,98,87,88,89,90,87,88,89,90,87,101,102,90,91,92,93,93,93,93,103,98,91,92,93,93,93,93,93,113,108,95,89,90,87,88,89,90,89,90,87,88,89,90,87,101,102,90,87,88,89,98,87,88,89,90,87,101,114,115,93,93,93,93,106,95,89,90,87,88,89,90,91,96,97,98,91,96,104,105,93,93,93,93,108,109,104,105,93,93,93,93,110,111,102,90,91,96,97,98,87,88,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,101,114,115,93,93,103,98,91,96,97,98,91,96,104,105,121,109,104,105,93,93,93,93,93,93,93,93,93,93,93,93,93,93,103,98,87,88,89,99,94,95,89,90,89,90,91,96,97,98,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,92,93,93,121,109,104,105,121,109,104,105,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,94,95,89,90,87,101,102,90,87,88,87,88,89,99,94,95,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,96,104,105,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,110,111,102,90,91,88,89,98,87,88,89,90,89,90,87,101,102,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,99,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,110,111,114,115,110,111,114,115,93,93,103,98,91,88,89,90,87,88,89,90,87,88,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,96,97,98,91,92,93,93,93,93,93,93,93,35,93,93,93,93,93,93,110,111,114,115,110,111,102,90,87,101,102,90,87,101,114,115,106,95,89,90,87,88,89,90,87,88,89,90,89,90,87,88,89,90,91,96,97,98,87,88,89,90,91,96,104,105,108,109,104,105,93,93,93,93,110,111,114,115,93,93,93,112,110,111,102,90,87,101,102,90,87,88,89,90,87,88,89,90,91,92,103,98,91,96,97,98,87,88,89,90,87,88,87,88,89,90,87,88,89,99,108,109,97,98,91,88,89,99,93,93,93,93,93,93,93,93,93,93,100,98,87,101,114,115,93,113,103,98,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,122,123,109,104,105,94,95,89,90,87,88,89,90,89,90,87,88,89,90,87,101,114,115,94,95,89,90,87,101,114,115,93,93,93,93,93,93,93,93,106,95,89,90,87,101,114,115,94,95,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,92,93,93,93,93,103,119,87,88,89,90,87,88,91,96,97,98,87,88,89,90,91,92,100,98,87,88,89,90,87,101,114,115,93,93,93,93,110,111,102,90,87,88,89,90,87,101,102,90,87,88,89,90,87,88,89,90,91,96,97,98,87,88,89,105,93,93,93,93,94,95,89,90,87,88,89,90,89,99,94,95,89,90,91,96,104,124,123,109,97,119,87,88,89,90,87,101,114,115,110,111,102,98,87,88,89,90,87,88,89,90,87,88,89,90,91,96,97,98,87,88,89,99,121,109,97,98,87,101,114,115,110,116,102,90,87,88,89,90,87,88,87,101,102,90,91,96,104,105,93,93,93,93,106,95,89,90,87,88,89,90,87,101,102,90,87,88,89,90,87,88,89,90,91,96,97,98,87,88,89,99,106,95,89,90,91,92,93,93,106,95,89,90,87,101,102,90,87,88,89,90,87,88,89,90,89,90,87,88,89,107,110,116,114,115,110,116,102,90,87,88,89,98,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,105,106,95,89,90,87,101,102,90,91,96,104,105,93,93,103,98,87,88,89,90,87,88,89,90,87,88,89,90,87,88,87,88,89,90,87,101,125,90,87,101,125,90,87,88,89,90,87,88,89,98,87,88,89,90,87,88,89,90,87,88,89,90,87,101,102,90,91,96,97,98,91,96,104,105,93,93,93,93,94,95,89,90,87,88,89,90,87,88,89,90,87,88,89,90,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,96,104,105,106,95,89,99,110,111,114,115,93,93,103,119,87,88,89,90,87,88,89,90,87,88,89,90,87,88,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,99,110,111,102,90,87,101,102,90,87,101,114,115,121,109,97,98,87,88,89,90,91,96,97,98,91,96,97,98,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,96,97,98,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,98,91,92,103,98,87,88,89,90,87,88,89,90,91,92,126,127,106,95,89,90,91,96,104,105,108,109,104,105,106,95,91,96,97,98,87,88,89,90,87,88,89,90,87,88,89,99,94,95,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,99,94,95,89,90,91,96,97,98,87,88,89,99,110,116,102,119,87,88,89,99,93,93,93,116,114,115,100,98,89,99,94,95,89,90,87,88,89,90,87,88,89,90,91,101,102,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,101,102,90,87,88,89,99,106,95,89,90,87,101,89,90,87,88,89,90,91,92,93,93,118,119,91,92,108,109,87,101,102,90,87,88,89,90,87,88,89,90,87,88,89,90,91,88,89,90,87,88,89,90,87,88,89,90,87,88,102,90,87,88,89,90,87,88,89,90,87,101,102,90,91,88,89,98,87,88,89,90,87,88,89,99,110,111,125,128,129,130,114,115,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,92,100,119,97,98,91,96,91,92,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,91,96,97,98,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,122,123,109,131,109,104,132,104,124,89,90,87,88,89,90,91,96,97,98,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,99,94,95,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,101,114,115,93,93,93,93,110,116,87,88,89,90,87,88,89,99,94,95,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,101,102,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,90,87,88,89,98,87,101,114,115,93,116,102,90,97,98,91,96,97,98,91,101,102,90,91,96,97,98,91,96,97,98,91,96,97,98,91,96,97,98,91,96,97,98,91,96,97,98,91,96,97,98,91,96,97,98,91,96,97,98,91,96,97,98,91,96,97,98,91,96,97,98,91,92,118,119,91,96</data> | ||
80 | </layer> | ||
81 | </map> | ||
diff --git a/res/maps/hallucination_tiles.png b/res/maps/hallucination_tiles.png new file mode 100644 index 0000000..8c3b36c --- /dev/null +++ b/res/maps/hallucination_tiles.png | |||
Binary files differ | |||
diff --git a/res/maps/map1.tmx b/res/maps/map1.tmx deleted file mode 100644 index 5f18374..0000000 --- a/res/maps/map1.tmx +++ /dev/null | |||
@@ -1,828 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="48" height="32" tilewidth="16" tileheight="16" infinite="0" nextlayerid="4" nextobjectid="10"> | ||
3 | <tileset firstgid="1" name="fromRom" tilewidth="16" tileheight="16" tilecount="240" columns="10"> | ||
4 | <image source="map1_tiles.png" width="160" height="384"/> | ||
5 | <tile id="77"> | ||
6 | <properties> | ||
7 | <property name="runSound" value="sand"/> | ||
8 | </properties> | ||
9 | </tile> | ||
10 | <tile id="78"> | ||
11 | <properties> | ||
12 | <property name="runSound" value="sand"/> | ||
13 | </properties> | ||
14 | </tile> | ||
15 | <tile id="79"> | ||
16 | <properties> | ||
17 | <property name="runSound" value="sand"/> | ||
18 | </properties> | ||
19 | </tile> | ||
20 | <tile id="83"> | ||
21 | <properties> | ||
22 | <property name="runSound" value="sand"/> | ||
23 | </properties> | ||
24 | </tile> | ||
25 | <tile id="84"> | ||
26 | <properties> | ||
27 | <property name="runSound" value="sand"/> | ||
28 | </properties> | ||
29 | </tile> | ||
30 | <tile id="85"> | ||
31 | <properties> | ||
32 | <property name="runSound" value="sand"/> | ||
33 | </properties> | ||
34 | </tile> | ||
35 | <tile id="86"> | ||
36 | <properties> | ||
37 | <property name="runSound" value="sand"/> | ||
38 | </properties> | ||
39 | </tile> | ||
40 | <tile id="92"> | ||
41 | <properties> | ||
42 | <property name="runSound" value="sand"/> | ||
43 | </properties> | ||
44 | </tile> | ||
45 | <tile id="93"> | ||
46 | <properties> | ||
47 | <property name="runSound" value="sand"/> | ||
48 | </properties> | ||
49 | </tile> | ||
50 | <tile id="94"> | ||
51 | <properties> | ||
52 | <property name="runSound" value="sand"/> | ||
53 | </properties> | ||
54 | </tile> | ||
55 | <tile id="95"> | ||
56 | <properties> | ||
57 | <property name="runSound" value="sand"/> | ||
58 | </properties> | ||
59 | </tile> | ||
60 | <tile id="96"> | ||
61 | <properties> | ||
62 | <property name="runSound" value="sand"/> | ||
63 | </properties> | ||
64 | </tile> | ||
65 | <tile id="100"> | ||
66 | <properties> | ||
67 | <property name="runSound" value="sand"/> | ||
68 | </properties> | ||
69 | </tile> | ||
70 | <tile id="101"> | ||
71 | <properties> | ||
72 | <property name="runSound" value="grass"/> | ||
73 | </properties> | ||
74 | </tile> | ||
75 | <tile id="102"> | ||
76 | <properties> | ||
77 | <property name="solid" type="bool" value="true"/> | ||
78 | </properties> | ||
79 | </tile> | ||
80 | <tile id="103"> | ||
81 | <properties> | ||
82 | <property name="solid" type="bool" value="true"/> | ||
83 | </properties> | ||
84 | </tile> | ||
85 | <tile id="104"> | ||
86 | <properties> | ||
87 | <property name="runSound" value="grass"/> | ||
88 | </properties> | ||
89 | </tile> | ||
90 | <tile id="105"> | ||
91 | <properties> | ||
92 | <property name="runSound" value="sand"/> | ||
93 | </properties> | ||
94 | </tile> | ||
95 | <tile id="106"> | ||
96 | <properties> | ||
97 | <property name="runSound" value="sand"/> | ||
98 | </properties> | ||
99 | </tile> | ||
100 | <tile id="107"> | ||
101 | <properties> | ||
102 | <property name="runSound" value="sand"/> | ||
103 | </properties> | ||
104 | </tile> | ||
105 | <tile id="108"> | ||
106 | <properties> | ||
107 | <property name="runSound" value="sand"/> | ||
108 | </properties> | ||
109 | </tile> | ||
110 | <tile id="109"> | ||
111 | <properties> | ||
112 | <property name="runSound" value="sand"/> | ||
113 | </properties> | ||
114 | </tile> | ||
115 | <tile id="110"> | ||
116 | <properties> | ||
117 | <property name="runSound" value="sand"/> | ||
118 | </properties> | ||
119 | </tile> | ||
120 | <tile id="111"> | ||
121 | <properties> | ||
122 | <property name="runSound" value="sand"/> | ||
123 | </properties> | ||
124 | </tile> | ||
125 | <tile id="112"> | ||
126 | <properties> | ||
127 | <property name="runSound" value="sand"/> | ||
128 | </properties> | ||
129 | </tile> | ||
130 | <tile id="113"> | ||
131 | <properties> | ||
132 | <property name="runSound" value="grass"/> | ||
133 | </properties> | ||
134 | </tile> | ||
135 | <tile id="114"> | ||
136 | <properties> | ||
137 | <property name="runSound" value="sand"/> | ||
138 | </properties> | ||
139 | </tile> | ||
140 | <tile id="115"> | ||
141 | <properties> | ||
142 | <property name="runSound" value="land"/> | ||
143 | </properties> | ||
144 | </tile> | ||
145 | <tile id="116"> | ||
146 | <properties> | ||
147 | <property name="runSound" value="sand"/> | ||
148 | </properties> | ||
149 | </tile> | ||
150 | <tile id="117"> | ||
151 | <properties> | ||
152 | <property name="solid" type="bool" value="true"/> | ||
153 | </properties> | ||
154 | </tile> | ||
155 | <tile id="118"> | ||
156 | <properties> | ||
157 | <property name="runSound" value="sand"/> | ||
158 | </properties> | ||
159 | </tile> | ||
160 | <tile id="119"> | ||
161 | <properties> | ||
162 | <property name="runSound" value="sand"/> | ||
163 | </properties> | ||
164 | </tile> | ||
165 | <tile id="120"> | ||
166 | <properties> | ||
167 | <property name="runSound" value="sand"/> | ||
168 | </properties> | ||
169 | </tile> | ||
170 | <tile id="121"> | ||
171 | <properties> | ||
172 | <property name="runSound" value="sand"/> | ||
173 | </properties> | ||
174 | </tile> | ||
175 | <tile id="122"> | ||
176 | <properties> | ||
177 | <property name="runSound" value="sand"/> | ||
178 | </properties> | ||
179 | </tile> | ||
180 | <tile id="123"> | ||
181 | <properties> | ||
182 | <property name="runSound" value="sand"/> | ||
183 | </properties> | ||
184 | </tile> | ||
185 | <tile id="124"> | ||
186 | <properties> | ||
187 | <property name="runSound" value="sand"/> | ||
188 | </properties> | ||
189 | </tile> | ||
190 | <tile id="125"> | ||
191 | <properties> | ||
192 | <property name="runSound" value="sand"/> | ||
193 | </properties> | ||
194 | </tile> | ||
195 | <tile id="126"> | ||
196 | <properties> | ||
197 | <property name="runSound" value="sand"/> | ||
198 | </properties> | ||
199 | </tile> | ||
200 | <tile id="127"> | ||
201 | <properties> | ||
202 | <property name="runSound" value="sand"/> | ||
203 | </properties> | ||
204 | </tile> | ||
205 | <tile id="128"> | ||
206 | <properties> | ||
207 | <property name="runSound" value="sand"/> | ||
208 | </properties> | ||
209 | </tile> | ||
210 | <tile id="129"> | ||
211 | <properties> | ||
212 | <property name="solid" type="bool" value="true"/> | ||
213 | </properties> | ||
214 | </tile> | ||
215 | <tile id="130"> | ||
216 | <properties> | ||
217 | <property name="solid" type="bool" value="true"/> | ||
218 | </properties> | ||
219 | </tile> | ||
220 | <tile id="131"> | ||
221 | <properties> | ||
222 | <property name="solid" type="bool" value="true"/> | ||
223 | </properties> | ||
224 | </tile> | ||
225 | <tile id="132"> | ||
226 | <properties> | ||
227 | <property name="runSound" value="sand"/> | ||
228 | </properties> | ||
229 | </tile> | ||
230 | <tile id="133"> | ||
231 | <properties> | ||
232 | <property name="runSound" value="sand"/> | ||
233 | </properties> | ||
234 | </tile> | ||
235 | <tile id="134"> | ||
236 | <properties> | ||
237 | <property name="runSound" value="sand"/> | ||
238 | </properties> | ||
239 | </tile> | ||
240 | <tile id="135"> | ||
241 | <properties> | ||
242 | <property name="runSound" value="sand"/> | ||
243 | </properties> | ||
244 | </tile> | ||
245 | <tile id="136"> | ||
246 | <properties> | ||
247 | <property name="runSound" value="sand"/> | ||
248 | </properties> | ||
249 | </tile> | ||
250 | <tile id="137"> | ||
251 | <properties> | ||
252 | <property name="solid" type="bool" value="true"/> | ||
253 | </properties> | ||
254 | </tile> | ||
255 | <tile id="138"> | ||
256 | <properties> | ||
257 | <property name="solid" type="bool" value="true"/> | ||
258 | </properties> | ||
259 | </tile> | ||
260 | <tile id="139"> | ||
261 | <properties> | ||
262 | <property name="solid" type="bool" value="true"/> | ||
263 | </properties> | ||
264 | </tile> | ||
265 | <tile id="140"> | ||
266 | <properties> | ||
267 | <property name="solid" type="bool" value="true"/> | ||
268 | </properties> | ||
269 | </tile> | ||
270 | <tile id="141"> | ||
271 | <properties> | ||
272 | <property name="runSound" value="land"/> | ||
273 | </properties> | ||
274 | </tile> | ||
275 | <tile id="142"> | ||
276 | <properties> | ||
277 | <property name="runSound" value="land"/> | ||
278 | </properties> | ||
279 | </tile> | ||
280 | <tile id="143"> | ||
281 | <properties> | ||
282 | <property name="runSound" value="water"/> | ||
283 | </properties> | ||
284 | </tile> | ||
285 | <tile id="144"> | ||
286 | <properties> | ||
287 | <property name="runSound" value="land"/> | ||
288 | </properties> | ||
289 | </tile> | ||
290 | <tile id="145"> | ||
291 | <properties> | ||
292 | <property name="runSound" value="land"/> | ||
293 | </properties> | ||
294 | </tile> | ||
295 | <tile id="146"> | ||
296 | <properties> | ||
297 | <property name="runSound" value="land"/> | ||
298 | </properties> | ||
299 | </tile> | ||
300 | <tile id="147"> | ||
301 | <properties> | ||
302 | <property name="solid" type="bool" value="true"/> | ||
303 | </properties> | ||
304 | </tile> | ||
305 | <tile id="148"> | ||
306 | <properties> | ||
307 | <property name="runSound" value="water"/> | ||
308 | </properties> | ||
309 | </tile> | ||
310 | <tile id="149"> | ||
311 | <properties> | ||
312 | <property name="runSound" value="water"/> | ||
313 | </properties> | ||
314 | </tile> | ||
315 | <tile id="150"> | ||
316 | <properties> | ||
317 | <property name="solid" type="bool" value="true"/> | ||
318 | </properties> | ||
319 | </tile> | ||
320 | <tile id="151"> | ||
321 | <properties> | ||
322 | <property name="solid" type="bool" value="true"/> | ||
323 | </properties> | ||
324 | </tile> | ||
325 | <tile id="152"> | ||
326 | <properties> | ||
327 | <property name="runSound" value="land"/> | ||
328 | </properties> | ||
329 | </tile> | ||
330 | <tile id="153"> | ||
331 | <properties> | ||
332 | <property name="runSound" value="land"/> | ||
333 | </properties> | ||
334 | </tile> | ||
335 | <tile id="154"> | ||
336 | <properties> | ||
337 | <property name="runSound" value="land"/> | ||
338 | </properties> | ||
339 | </tile> | ||
340 | <tile id="155"> | ||
341 | <properties> | ||
342 | <property name="runSound" value="grass"/> | ||
343 | </properties> | ||
344 | </tile> | ||
345 | <tile id="156"> | ||
346 | <properties> | ||
347 | <property name="runSound" value="grass"/> | ||
348 | </properties> | ||
349 | </tile> | ||
350 | <tile id="157"> | ||
351 | <properties> | ||
352 | <property name="runSound" value="water"/> | ||
353 | </properties> | ||
354 | </tile> | ||
355 | <tile id="158"> | ||
356 | <properties> | ||
357 | <property name="solid" type="bool" value="true"/> | ||
358 | </properties> | ||
359 | </tile> | ||
360 | <tile id="159"> | ||
361 | <properties> | ||
362 | <property name="solid" type="bool" value="true"/> | ||
363 | </properties> | ||
364 | </tile> | ||
365 | <tile id="160"> | ||
366 | <properties> | ||
367 | <property name="runSound" value="water"/> | ||
368 | </properties> | ||
369 | </tile> | ||
370 | <tile id="161"> | ||
371 | <properties> | ||
372 | <property name="runSound" value="water"/> | ||
373 | </properties> | ||
374 | </tile> | ||
375 | <tile id="162"> | ||
376 | <properties> | ||
377 | <property name="runSound" value="land"/> | ||
378 | </properties> | ||
379 | </tile> | ||
380 | <tile id="163"> | ||
381 | <properties> | ||
382 | <property name="runSound" value="grass"/> | ||
383 | </properties> | ||
384 | </tile> | ||
385 | <tile id="164"> | ||
386 | <properties> | ||
387 | <property name="runSound" value="grass"/> | ||
388 | </properties> | ||
389 | </tile> | ||
390 | <tile id="165"> | ||
391 | <properties> | ||
392 | <property name="runSound" value="grass"/> | ||
393 | </properties> | ||
394 | </tile> | ||
395 | <tile id="166"> | ||
396 | <properties> | ||
397 | <property name="runSound" value="grass"/> | ||
398 | </properties> | ||
399 | </tile> | ||
400 | <tile id="167"> | ||
401 | <properties> | ||
402 | <property name="runSound" value="grass"/> | ||
403 | </properties> | ||
404 | </tile> | ||
405 | <tile id="168"> | ||
406 | <properties> | ||
407 | <property name="solid" type="bool" value="true"/> | ||
408 | </properties> | ||
409 | </tile> | ||
410 | <tile id="169"> | ||
411 | <properties> | ||
412 | <property name="solid" type="bool" value="true"/> | ||
413 | </properties> | ||
414 | </tile> | ||
415 | <tile id="170"> | ||
416 | <properties> | ||
417 | <property name="runSound" value="water"/> | ||
418 | </properties> | ||
419 | </tile> | ||
420 | <tile id="171"> | ||
421 | <properties> | ||
422 | <property name="runSound" value="water"/> | ||
423 | </properties> | ||
424 | </tile> | ||
425 | <tile id="172"> | ||
426 | <properties> | ||
427 | <property name="runSound" value="water"/> | ||
428 | </properties> | ||
429 | </tile> | ||
430 | <tile id="173"> | ||
431 | <properties> | ||
432 | <property name="runSound" value="land"/> | ||
433 | </properties> | ||
434 | </tile> | ||
435 | <tile id="174"> | ||
436 | <properties> | ||
437 | <property name="runSound" value="land"/> | ||
438 | </properties> | ||
439 | </tile> | ||
440 | <tile id="175"> | ||
441 | <properties> | ||
442 | <property name="runSound" value="water"/> | ||
443 | </properties> | ||
444 | </tile> | ||
445 | <tile id="176"> | ||
446 | <properties> | ||
447 | <property name="solid" type="bool" value="true"/> | ||
448 | </properties> | ||
449 | </tile> | ||
450 | <tile id="177"> | ||
451 | <properties> | ||
452 | <property name="solid" type="bool" value="true"/> | ||
453 | </properties> | ||
454 | </tile> | ||
455 | <tile id="178"> | ||
456 | <properties> | ||
457 | <property name="solid" type="bool" value="true"/> | ||
458 | </properties> | ||
459 | </tile> | ||
460 | <tile id="179"> | ||
461 | <properties> | ||
462 | <property name="solid" type="bool" value="true"/> | ||
463 | </properties> | ||
464 | </tile> | ||
465 | <tile id="180"> | ||
466 | <properties> | ||
467 | <property name="runSound" value="water"/> | ||
468 | </properties> | ||
469 | </tile> | ||
470 | <tile id="181"> | ||
471 | <properties> | ||
472 | <property name="runSound" value="water"/> | ||
473 | </properties> | ||
474 | </tile> | ||
475 | <tile id="182"> | ||
476 | <properties> | ||
477 | <property name="runSound" value="land"/> | ||
478 | </properties> | ||
479 | </tile> | ||
480 | <tile id="183"> | ||
481 | <properties> | ||
482 | <property name="runSound" value="land"/> | ||
483 | </properties> | ||
484 | </tile> | ||
485 | <tile id="184"> | ||
486 | <properties> | ||
487 | <property name="runSound" value="water"/> | ||
488 | </properties> | ||
489 | </tile> | ||
490 | <tile id="185"> | ||
491 | <properties> | ||
492 | <property name="solid" type="bool" value="true"/> | ||
493 | </properties> | ||
494 | </tile> | ||
495 | <tile id="186"> | ||
496 | <properties> | ||
497 | <property name="solid" type="bool" value="true"/> | ||
498 | </properties> | ||
499 | </tile> | ||
500 | <tile id="187"> | ||
501 | <properties> | ||
502 | <property name="runSound" value="water"/> | ||
503 | </properties> | ||
504 | </tile> | ||
505 | <tile id="188"> | ||
506 | <properties> | ||
507 | <property name="runSound" value="grass"/> | ||
508 | </properties> | ||
509 | </tile> | ||
510 | <tile id="189"> | ||
511 | <properties> | ||
512 | <property name="runSound" value="grass"/> | ||
513 | </properties> | ||
514 | </tile> | ||
515 | <tile id="190"> | ||
516 | <properties> | ||
517 | <property name="runSound" value="water"/> | ||
518 | </properties> | ||
519 | </tile> | ||
520 | <tile id="191"> | ||
521 | <properties> | ||
522 | <property name="runSound" value="water"/> | ||
523 | </properties> | ||
524 | </tile> | ||
525 | <tile id="192"> | ||
526 | <properties> | ||
527 | <property name="runSound" value="water"/> | ||
528 | </properties> | ||
529 | </tile> | ||
530 | <tile id="193"> | ||
531 | <properties> | ||
532 | <property name="runSound" value="water"/> | ||
533 | </properties> | ||
534 | </tile> | ||
535 | <tile id="194"> | ||
536 | <properties> | ||
537 | <property name="runSound" value="grass"/> | ||
538 | </properties> | ||
539 | </tile> | ||
540 | <tile id="195"> | ||
541 | <properties> | ||
542 | <property name="solid" type="bool" value="true"/> | ||
543 | </properties> | ||
544 | </tile> | ||
545 | <tile id="196"> | ||
546 | <properties> | ||
547 | <property name="runSound" value="grass"/> | ||
548 | </properties> | ||
549 | </tile> | ||
550 | <tile id="197"> | ||
551 | <properties> | ||
552 | <property name="runSound" value="land"/> | ||
553 | </properties> | ||
554 | </tile> | ||
555 | <tile id="198"> | ||
556 | <properties> | ||
557 | <property name="runSound" value="grass"/> | ||
558 | </properties> | ||
559 | </tile> | ||
560 | <tile id="199"> | ||
561 | <properties> | ||
562 | <property name="runSound" value="grass"/> | ||
563 | </properties> | ||
564 | </tile> | ||
565 | <tile id="200"> | ||
566 | <properties> | ||
567 | <property name="solid" type="bool" value="true"/> | ||
568 | </properties> | ||
569 | </tile> | ||
570 | <tile id="201"> | ||
571 | <properties> | ||
572 | <property name="solid" type="bool" value="true"/> | ||
573 | </properties> | ||
574 | </tile> | ||
575 | <tile id="202"> | ||
576 | <properties> | ||
577 | <property name="runSound" value="grass"/> | ||
578 | </properties> | ||
579 | </tile> | ||
580 | <tile id="203"> | ||
581 | <properties> | ||
582 | <property name="runSound" value="grass"/> | ||
583 | </properties> | ||
584 | </tile> | ||
585 | <tile id="204"> | ||
586 | <properties> | ||
587 | <property name="runSound" value="water"/> | ||
588 | </properties> | ||
589 | </tile> | ||
590 | <tile id="205"> | ||
591 | <properties> | ||
592 | <property name="runSound" value="grass"/> | ||
593 | </properties> | ||
594 | </tile> | ||
595 | <tile id="206"> | ||
596 | <properties> | ||
597 | <property name="runSound" value="grass"/> | ||
598 | </properties> | ||
599 | </tile> | ||
600 | <tile id="207"> | ||
601 | <properties> | ||
602 | <property name="runSound" value="grass"/> | ||
603 | </properties> | ||
604 | </tile> | ||
605 | <tile id="208"> | ||
606 | <properties> | ||
607 | <property name="runSound" value="grass"/> | ||
608 | </properties> | ||
609 | </tile> | ||
610 | <tile id="209"> | ||
611 | <properties> | ||
612 | <property name="runSound" value="grass"/> | ||
613 | </properties> | ||
614 | </tile> | ||
615 | <tile id="210"> | ||
616 | <properties> | ||
617 | <property name="runSound" value="grass"/> | ||
618 | </properties> | ||
619 | </tile> | ||
620 | <tile id="211"> | ||
621 | <properties> | ||
622 | <property name="runSound" value="land"/> | ||
623 | </properties> | ||
624 | </tile> | ||
625 | <tile id="212"> | ||
626 | <properties> | ||
627 | <property name="runSound" value="grass"/> | ||
628 | </properties> | ||
629 | </tile> | ||
630 | <tile id="213"> | ||
631 | <properties> | ||
632 | <property name="runSound" value="grass"/> | ||
633 | </properties> | ||
634 | </tile> | ||
635 | <tile id="214"> | ||
636 | <properties> | ||
637 | <property name="runSound" value="grass"/> | ||
638 | </properties> | ||
639 | </tile> | ||
640 | <tile id="215"> | ||
641 | <properties> | ||
642 | <property name="solid" type="bool" value="true"/> | ||
643 | </properties> | ||
644 | </tile> | ||
645 | <tile id="216"> | ||
646 | <properties> | ||
647 | <property name="solid" type="bool" value="true"/> | ||
648 | </properties> | ||
649 | </tile> | ||
650 | <tile id="217"> | ||
651 | <properties> | ||
652 | <property name="runSound" value="grass"/> | ||
653 | </properties> | ||
654 | </tile> | ||
655 | <tile id="218"> | ||
656 | <properties> | ||
657 | <property name="solid" type="bool" value="true"/> | ||
658 | </properties> | ||
659 | </tile> | ||
660 | <tile id="219"> | ||
661 | <properties> | ||
662 | <property name="solid" type="bool" value="true"/> | ||
663 | </properties> | ||
664 | </tile> | ||
665 | <tile id="220"> | ||
666 | <properties> | ||
667 | <property name="solid" type="bool" value="true"/> | ||
668 | </properties> | ||
669 | </tile> | ||
670 | <tile id="221"> | ||
671 | <properties> | ||
672 | <property name="solid" type="bool" value="true"/> | ||
673 | </properties> | ||
674 | </tile> | ||
675 | <tile id="222"> | ||
676 | <properties> | ||
677 | <property name="runSound" value="water"/> | ||
678 | </properties> | ||
679 | </tile> | ||
680 | <tile id="223"> | ||
681 | <properties> | ||
682 | <property name="solid" type="bool" value="true"/> | ||
683 | </properties> | ||
684 | </tile> | ||
685 | <tile id="224"> | ||
686 | <properties> | ||
687 | <property name="solid" type="bool" value="true"/> | ||
688 | </properties> | ||
689 | </tile> | ||
690 | <tile id="225"> | ||
691 | <properties> | ||
692 | <property name="runSound" value="water"/> | ||
693 | </properties> | ||
694 | </tile> | ||
695 | <tile id="226"> | ||
696 | <properties> | ||
697 | <property name="solid" type="bool" value="true"/> | ||
698 | </properties> | ||
699 | </tile> | ||
700 | <tile id="227"> | ||
701 | <properties> | ||
702 | <property name="solid" type="bool" value="true"/> | ||
703 | </properties> | ||
704 | </tile> | ||
705 | <tile id="228"> | ||
706 | <properties> | ||
707 | <property name="solid" type="bool" value="true"/> | ||
708 | </properties> | ||
709 | </tile> | ||
710 | <tile id="229"> | ||
711 | <properties> | ||
712 | <property name="solid" type="bool" value="true"/> | ||
713 | </properties> | ||
714 | </tile> | ||
715 | <tile id="230"> | ||
716 | <properties> | ||
717 | <property name="runSound" value="grass"/> | ||
718 | </properties> | ||
719 | </tile> | ||
720 | <tile id="231"> | ||
721 | <properties> | ||
722 | <property name="runSound" value="water"/> | ||
723 | </properties> | ||
724 | </tile> | ||
725 | </tileset> | ||
726 | <layer id="1" name="Layer 1" width="48" height="32"> | ||
727 | <data encoding="csv"> | ||
728 | 55,55,55,55,55,55,56,57,58,58,2147483704,2147483703,2147483707,2147483708,2147483709,2147483703,55,55,55,55,55,55,55,62,63,2147483711,2147483710,55,55,55,55,55,55,55,55,55,55,55,55,56,58,58,2147483712,55,55,55,55,55, | ||
729 | 61,60,59,55,55,65,66,58,58,58,2147483714,2147483715,2147483716,2147483717,2147483718,71,2147483712,55,61,60,59,55,55,56,57,2147483705,2147483704,55,55,55,55,55,55,61,60,59,55,55,65,66,58,58,58,72,2147483719,55,55,55, | ||
730 | 70,69,68,67,73,58,74,58,58,58,58,2147483706,2147483723,2147483724,2147483725,2147483706,2147483705,2147483719,70,69,68,67,73,66,58,58,58,2147483713,55,55,65,73,2147483713,70,69,68,67,73,58,58,58,58,58,58,58,2147483712,65,73, | ||
731 | 77,76,75,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,77,76,75,58,58,58,58,58,58,58,2147483719,2147483724,58,58,58,77,76,75,58,58,58,58,58,58,58,58,58,58,58,58, | ||
732 | 78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78, | ||
733 | 79,79,79,79,80,81,82,83,84,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,85,86,2147483735,2147483735,2147483735,2147483735,2147483734,2147483733,79,79,79,79,79,79,79, | ||
734 | 79,79,79,79,88,89,90,91,92,79,79,2147483732,2147483731,2147483730,2147483729,2147483728,79,79,79,79,79,79,79,85,86,2147483735,2147483735,2147483735,2147483735,2147483735,2147483735,2147483735,2147483735,93,94,2147483743,2147483743,2147483743,2147483743,2147483742,2147483741,2147483735,87,2147483734,2147483733,79,79,79, | ||
735 | 2147483735,2147483735,2147483744,2147483733,97,98,99,100,101,101,79,2147483740,2147483739,2147483738,2147483737,2147483736,79,79,79,85,86,87,87,93,94,2147483743,2147483743,2147483743,102,103,104,105,106,106,107,106,108,2147483757,2147483756,2147483755,2147483758,2147483743,95,2147483742,2147483741,2147483735,2147483735,2147483735, | ||
736 | 2147483743,2147483743,2147483759,2147483741,2147483760,2147483761,2147483727,2147483727,79,79,79,2147483749,2147483748,2147483747,2147483746,2147483745,79,85,112,93,94,95,95,95,106,106,106,106,114,114,114,114,106,106,108,109,115,116,2147483763,2147483757,109,109,2147483756,2147483755,2147483758,2147483743,2147483743,2147483743, | ||
737 | 2147483765,2147483765,118,2147483758,2147483767,2147483768,2147483735,2147483734,2147483733,2147483769,2147483770,123,122,121,85,86,2147483735,93,94,95,107,106,106,106,106,106,106,106,106,2147483772,2147483772,106,108,109,115,116,116,116,116,116,116,116,2147483763,2147483756,106,106,106,106, | ||
738 | 2147483765,118,2147483754,2147483754,2147483754,2147483773,126,2147483742,2147483741,2147483775,2147483776,129,128,127,93,130,130,95,106,106,106,106,106,106,106,106,106,106,106,131,132,109,115,116,116,116,116,116,116,116,116,116,116,2147483763,2147483756,106,106,106, | ||
739 | 133,130,118,134,106,106,106,2147483755,2147483758,2147483783,136,2147483784,2147483784,135,110,107,118,106,106,106,106,106,108,2147483757,109,2147483757,109,2147483757,109,115,116,116,116,116,116,116,116,116,116,116,116,116,116,116,2147483763,109,137,137, | ||
740 | 138,2147483756,106,106,106,2147483754,108,2147483756,106,106,2147483784,2147483784,2147483784,2147483784,133,130,118,134,106,106,106,108,115,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116, | ||
741 | 116,139,140,2147483756,106,108,115,2147483763,137,2147483756,2147483784,2147483784,2147483784,2147483784,108,2147483757,109,138,141,142,109,115,116,116,116,116,116,116,116,2147483764,2147483764,2147483764,116,116,116,116,116,116,116,116,2147483791,2147483792,143,116,145,138,141,142, | ||
742 | 138,116,146,139,140,147,116,116,148,2147483763,2147483756,106,106,108,115,116,116,116,139,138,141,142,116,2147483764,2147483764,2147483764,2147483764,2147483764,2147483764,2147483764,2147483764,2147483764,2147483764,2147483764,146,139,140,142,2147483791,2147483792,2147483797,150,149,151,152,2147483764,116,151, | ||
743 | 116,138,141,116,116,116,116,116,116,116,2147483763,2147483757,109,115,116,148,146,139,140,147,2147483764,2147483764,2147483764,2147483764,102,103,104,105,2147483764,2147483764,2147483764,2147483764,146,139,140,142,2147483791,151,152,150,150,151,152,150,149,143,116,151, | ||
744 | 138,138,141,116,116,138,141,141,141,116,153,154,116,116,155,116,116,2147483791,143,138,141,142,102,103,104,156,157,103,104,105,146,139,140,142,148,2147483791,2147483792,150,158,159,160,161,158,151,152,161,143,151, | ||
745 | 116,138,141,138,141,138,141,162,162,162,143,116,153,154,163,2147483791,144,2147483797,149,2147483792,145,138,141,142,1073741988,3221225637,3221225638,167,143,139,140,2147483764,2147483791,144,2147483792,2147483797,2147483816,151,152,169,170,151,152,150,150,151,152,151, | ||
746 | 116,116,116,138,141,2147483797,158,151,152,161,149,143,116,116,2147483791,2147483797,150,150,158,151,152,161,158,151,152,161,3221225640,1073741988,149,139,140,2147483792,2147483797,150,150,2147483816,2147483814,167,167,167,167,167,167,150,150,151,151,151, | ||
747 | 116,116,2147483791,2147483792,2147483797,151,152,150,150,150,171,172,2147483792,144,2147483820,2147483819,150,173,174,175,158,151,152,161,150,150,176,177,178,159,160,179,180,181,2147483816,2147483814,102,103,104,105,102,103,104,103,152,151,152,151, | ||
748 | 116,2147483791,2147483797,151,152,139,150,151,152,182,150,150,150,150,150,150,150,183,184,185,150,150,150,150,150,150,150,150,186,169,170,187,150,150,2147483814,167,167,188,102,103,104,105,102,103,152,150,158,151, | ||
749 | 2147483792,2147483797,150,150,158,151,152,161,152,189,190,150,189,190,150,150,150,191,192,193,150,150,150,189,190,150,150,150,150,1073741995,1073741996,194,194,151,152,167,1073742019,1073742019,3221225638,188,167,167,167,167,158,151,152,161, | ||
750 | 150,150,158,151,152,161,158,151,152,161,189,190,150,196,1073741995,1073741996,194,2147483842,3221225644,3221225643,2147483816,2147483845,197,168,150,2147483816,2147483845,150,150,150,198,3221225671,1073742024,3221225672,151,151,152,150,3221225640,1073742019,1073741988,1073742019,158,151,152,161,201,202, | ||
751 | 150,151,152,164,195,195,203,196,150,2147483816,204,195,168,150,205,198,153,154,2147483846,2147483853,205,194,167,166,195,2147483814,1073741990,151,152,103,104,3221225678,207,151,152,151,152,150,189,190,158,151,152,161,150,150,2147483856,209, | ||
752 | 151,167,167,103,104,167,204,195,204,2147483814,167,210,211,168,198,2147483802,2147483801,2147483860,2147483860,2147483846,138,141,142,167,3221225638,188,167,151,152,103,104,103,104,103,104,151,152,161,150,150,150,150,150,2147483816,195,195,2147483861,214, | ||
753 | 150,151,152,167,167,103,104,215,157,103,104,105,167,167,2147483860,2147483860,148,2147483860,2147483860,2147483860,2147483860,2147483860,2147483860,2147483860,2147483848,2147483854,166,167,167,103,104,103,104,151,152,161,150,2147483798,2147483798,2147483864,2147483865,2147483798,2147483816,2147483814,167,167,218,214, | ||
754 | 150,150,158,151,152,103,104,1073741988,3221225637,3221225638,1073741991,167,167,139,140,1073742024,1073742023,146,139,219,220,221,222,140,147,2147483847,102,103,104,105,158,151,152,103,104,138,138,2147483798,2147483871,2147483872,2147483873,2147483874,3221225640,3221225638,151,152,151,152, | ||
755 | 150,151,152,161,150,138,141,3221225622,3221225622,3221225640,3221225638,139,140,151,152,207,1073742030,1073742023,2147483860,227,228,229,230,163,3221225671,103,167,167,102,103,104,105,146,139,140,138,104,138,104,150,150,150,150,3221225640,138,151,152,2147483860, | ||
756 | 151,139,140,150,3221225622,3221225622,3221225622,103,104,3221225622,3221225640,151,152,139,207,103,104,1073742030,3221225670,2147483792,144,143,3221225671,1073742055,3221225678,103,104,103,167,167,167,138,141,1073742023,116,138,141,103,104,151,152,150,150,151,152,150,150,151, | ||
757 | 150,151,152,139,140,138,141,139,140,103,104,3221225622,139,151,152,139,140,103,104,168,2147483816,103,104,167,167,138,141,138,141,167,116,116,116,116,116,103,104,138,141,2147483853,150,151,152,150,150,151,152,150, | ||
758 | 150,150,205,138,141,116,116,138,141,139,140,138,141,2147483853,150,151,141,139,139,166,2147483814,103,104,103,104,138,141,138,141,138,141,138,141,103,104,138,141,116,116,2147483846,232,232,2147483853,151,152,150,150,150, | ||
759 | 150,205,198,116,116,116,116,116,116,138,141,116,116,2147483846,194,198,116,138,141,200,231,138,141,138,141,138,141,116,116,138,141,116,116,138,141,116,116,116,116,116,116,116,2147483846,2147483853,150,150,150,150 | ||
760 | </data> | ||
761 | </layer> | ||
762 | <objectgroup id="3" name="Object Layer 1"> | ||
763 | <object id="3" name="flint" type="sprite" x="560.14" y="304.895"> | ||
764 | <properties> | ||
765 | <property name="animation" value="../res/sprites/flint_anim.txt"/> | ||
766 | <property name="collisionHeight" type="int" value="8"/> | ||
767 | <property name="collisionOffsetX" type="int" value="-8"/> | ||
768 | <property name="collisionOffsetY" type="int" value="-8"/> | ||
769 | <property name="collisionWidth" type="int" value="12"/> | ||
770 | <property name="interactionScript" value="script0001"/> | ||
771 | <property name="shadow" type="bool" value="true"/> | ||
772 | </properties> | ||
773 | <point/> | ||
774 | </object> | ||
775 | <object id="5" name="spawn" type="warp" x="201.931" y="284.096"> | ||
776 | <point/> | ||
777 | </object> | ||
778 | <object id="7" name="testTrigger" type="trigger" x="70.3333" y="344.333" width="37.3333" height="67.3333"> | ||
779 | <properties> | ||
780 | <property name="script" value="test_trigger"/> | ||
781 | </properties> | ||
782 | </object> | ||
783 | <object id="8" name="moveToRight" type="trigger" x="761" y="359.667" width="18" height="60.3333"> | ||
784 | <properties> | ||
785 | <property name="script" value="off_right"/> | ||
786 | </properties> | ||
787 | </object> | ||
788 | <object id="9" name="fromRight" type="warp" x="748.667" y="382.667"> | ||
789 | <point/> | ||
790 | </object> | ||
791 | </objectgroup> | ||
792 | <layer id="1" name="Layer 0" width="48" height="32"> | ||
793 | <data encoding="csv"> | ||
794 | 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, | ||
795 | 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, | ||
796 | 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,3,4,5,1,1,1,1,1,1,1,1, | ||
797 | 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,3,4,5,1,1,1,1,2,3,6,7,8,9,4,5,1,1,1,1,2,3, | ||
798 | 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,3,10,7,11,9,4,5,2,3,6,7,8,12,6,7,8,9,4,5,2,3,6,7, | ||
799 | 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,3,4,5,1,1,13,14,15,12,6,7,15,9,6,7,8,12,6,7,8,12,6,7,8,9,6,7,8,12, | ||
800 | 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,3,10,7,8,9,4,5,16,17,6,7,11,18,19,20,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7, | ||
801 | 21,22,1,1,1,1,1,1,1,1,1,1,1,1,2,3,6,7,8,12,6,7,8,9,10,7,8,12,6,23,24,17,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12, | ||
802 | 8,9,4,5,1,1,1,1,1,1,1,1,1,1,13,14,8,12,6,7,8,12,6,7,8,12,6,7,8,9,25,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7, | ||
803 | 6,7,11,26,1,1,1,1,1,1,1,1,1,1,16,17,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12, | ||
804 | 8,18,27,28,1,1,1,1,1,1,1,1,1,1,13,14,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7, | ||
805 | 6,23,2,29,21,22,1,1,1,1,1,1,1,1,30,31,19,20,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12, | ||
806 | 8,9,25,32,8,9,4,5,1,1,1,1,1,1,1,1,24,17,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,18,19,14, | ||
807 | 6,7,11,18,19,14,11,26,1,1,1,1,1,1,1,1,13,20,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,33,18,19,14,8,12,6,7,8,12,6,23,24,17, | ||
808 | 8,12,6,23,24,17,6,34,1,1,1,1,1,1,1,1,30,31,19,20,8,12,6,7,33,18,19,20,8,12,6,7,33,18,27,28,24,17,6,7,8,12,6,7,8,9,25,32, | ||
809 | 6,7,8,9,25,32,8,9,4,5,1,1,1,1,1,1,1,1,24,17,6,7,8,12,6,23,30,31,19,20,33,18,27,28,1,1,13,20,33,18,19,14,33,18,19,14,8,12, | ||
810 | 8,12,6,7,8,12,6,7,11,26,1,1,1,1,1,1,1,1,13,20,8,12,6,7,33,35,1,29,36,37,38,39,4,5,1,1,16,17,6,23,24,17,6,23,24,17,6,7, | ||
811 | 6,7,8,12,6,7,11,18,27,28,1,1,1,1,1,1,1,1,30,31,19,20,33,18,27,28,40,41,19,20,33,18,42,35,1,1,13,20,8,9,25,32,8,9,25,32,8,12, | ||
812 | 8,12,6,7,8,12,6,23,1,1,1,1,1,1,1,1,1,1,1,1,30,31,27,28,1,1,30,31,43,31,27,44,27,28,1,1,30,31,19,20,33,18,19,20,8,12,6,32, | ||
813 | 6,7,8,12,6,7,8,9,4,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,30,31,27,28,24,17,6,32,33,18, | ||
814 | 8,12,6,7,11,18,19,14,11,26,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,3,4,5,1,1,1,1,1,29,6,32,33,18,27,28, | ||
815 | 6,7,11,18,27,28,45,31,27,28,1,1,1,1,1,1,1,1,1,1,29,4,5,1,1,1,1,29,4,5,1,1,13,14,15,9,4,5,1,1,40,46,33,18,27,28,1,1, | ||
816 | 8,12,6,23,1,1,1,1,1,29,21,22,1,1,1,1,1,1,1,40,46,11,26,1,1,1,40,46,8,9,4,5,16,17,6,7,11,26,1,1,30,31,27,28,1,1,1,1, | ||
817 | 6,7,8,9,4,22,1,1,40,46,47,35,1,1,1,1,1,1,29,36,37,38,39,4,22,1,16,17,6,7,8,9,10,7,11,18,27,28,1,1,1,1,1,1,1,1,1,1, | ||
818 | 8,12,6,7,8,9,4,5,45,48,49,50,2,3,4,5,1,40,46,19,20,33,18,42,35,1,13,14,8,12,6,7,8,12,6,23,1,1,1,1,1,1,1,1,2,3,4,5, | ||
819 | 6,7,11,18,19,14,11,26,1,1,2,3,25,7,42,26,1,30,31,43,31,27,44,27,28,1,30,31,19,14,8,12,6,7,8,9,4,5,1,1,2147483699,1,2,3,6,7,8,52, | ||
820 | 8,12,6,23,24,17,6,34,1,1,13,14,8,12,6,34,1,53,1,1,1,1,1,1,2,3,4,5,30,31,19,14,11,18,19,14,15,9,4,5,2147483702,1,13,14,8,12,6,7, | ||
821 | 6,7,8,9,25,32,8,9,4,5,16,17,6,7,8,9,4,5,1,1,1,1,1,1,13,14,8,9,4,5,16,17,6,23,24,17,6,7,15,9,4,5,16,17,6,7,8,12, | ||
822 | 8,12,6,7,8,12,6,7,8,9,10,7,8,12,6,7,8,9,4,5,2,3,4,5,16,17,6,7,8,9,10,32,8,9,25,7,15,12,6,7,15,9,25,32,8,12,6,7, | ||
823 | 6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,42,26,13,14,8,9,25,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12, | ||
824 | 8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,34,16,17,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7, | ||
825 | 6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,9,25,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12,6,7,8,12 | ||
826 | </data> | ||
827 | </layer> | ||
828 | </map> | ||
diff --git a/res/maps/map1_tiles.png b/res/maps/map1_tiles.png deleted file mode 100644 index 1f6d7b9..0000000 --- a/res/maps/map1_tiles.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/res/maps/map2.tmx b/res/maps/map2.tmx deleted file mode 100644 index 77e7725..0000000 --- a/res/maps/map2.tmx +++ /dev/null | |||
@@ -1,779 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="64" height="64" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="13"> | ||
3 | <tileset firstgid="1" name="fromRom" tilewidth="16" tileheight="16" tilecount="180" columns="10"> | ||
4 | <image source="map2_tiles.png" width="160" height="288"/> | ||
5 | <tile id="61"> | ||
6 | <properties> | ||
7 | <property name="runSound" value="grass"/> | ||
8 | </properties> | ||
9 | </tile> | ||
10 | <tile id="62"> | ||
11 | <properties> | ||
12 | <property name="solid" type="bool" value="true"/> | ||
13 | </properties> | ||
14 | </tile> | ||
15 | <tile id="63"> | ||
16 | <properties> | ||
17 | <property name="runSound" value="water"/> | ||
18 | </properties> | ||
19 | </tile> | ||
20 | <tile id="64"> | ||
21 | <properties> | ||
22 | <property name="solid" type="bool" value="true"/> | ||
23 | </properties> | ||
24 | </tile> | ||
25 | <tile id="65"> | ||
26 | <properties> | ||
27 | <property name="solid" type="bool" value="true"/> | ||
28 | </properties> | ||
29 | </tile> | ||
30 | <tile id="66"> | ||
31 | <properties> | ||
32 | <property name="runSound" value="land"/> | ||
33 | </properties> | ||
34 | </tile> | ||
35 | <tile id="67"> | ||
36 | <properties> | ||
37 | <property name="runSound" value="land"/> | ||
38 | </properties> | ||
39 | </tile> | ||
40 | <tile id="68"> | ||
41 | <properties> | ||
42 | <property name="solid" type="bool" value="true"/> | ||
43 | </properties> | ||
44 | </tile> | ||
45 | <tile id="69"> | ||
46 | <properties> | ||
47 | <property name="runSound" value="water"/> | ||
48 | </properties> | ||
49 | </tile> | ||
50 | <tile id="70"> | ||
51 | <properties> | ||
52 | <property name="runSound" value="water"/> | ||
53 | </properties> | ||
54 | </tile> | ||
55 | <tile id="71"> | ||
56 | <properties> | ||
57 | <property name="runSound" value="water"/> | ||
58 | </properties> | ||
59 | </tile> | ||
60 | <tile id="72"> | ||
61 | <properties> | ||
62 | <property name="runSound" value="water"/> | ||
63 | </properties> | ||
64 | </tile> | ||
65 | <tile id="73"> | ||
66 | <properties> | ||
67 | <property name="runSound" value="grass"/> | ||
68 | </properties> | ||
69 | </tile> | ||
70 | <tile id="74"> | ||
71 | <properties> | ||
72 | <property name="solid" type="bool" value="true"/> | ||
73 | </properties> | ||
74 | </tile> | ||
75 | <tile id="75"> | ||
76 | <properties> | ||
77 | <property name="solid" type="bool" value="true"/> | ||
78 | </properties> | ||
79 | </tile> | ||
80 | <tile id="76"> | ||
81 | <properties> | ||
82 | <property name="runSound" value="grass"/> | ||
83 | </properties> | ||
84 | </tile> | ||
85 | <tile id="77"> | ||
86 | <properties> | ||
87 | <property name="runSound" value="water"/> | ||
88 | </properties> | ||
89 | </tile> | ||
90 | <tile id="78"> | ||
91 | <properties> | ||
92 | <property name="runSound" value="land"/> | ||
93 | </properties> | ||
94 | </tile> | ||
95 | <tile id="79"> | ||
96 | <properties> | ||
97 | <property name="runSound" value="land"/> | ||
98 | </properties> | ||
99 | </tile> | ||
100 | <tile id="80"> | ||
101 | <properties> | ||
102 | <property name="runSound" value="grass"/> | ||
103 | </properties> | ||
104 | </tile> | ||
105 | <tile id="81"> | ||
106 | <properties> | ||
107 | <property name="runSound" value="land"/> | ||
108 | </properties> | ||
109 | </tile> | ||
110 | <tile id="82"> | ||
111 | <properties> | ||
112 | <property name="runSound" value="land"/> | ||
113 | </properties> | ||
114 | </tile> | ||
115 | <tile id="83"> | ||
116 | <properties> | ||
117 | <property name="runSound" value="land"/> | ||
118 | </properties> | ||
119 | </tile> | ||
120 | <tile id="84"> | ||
121 | <properties> | ||
122 | <property name="runSound" value="grass"/> | ||
123 | </properties> | ||
124 | </tile> | ||
125 | <tile id="85"> | ||
126 | <properties> | ||
127 | <property name="runSound" value="grass"/> | ||
128 | </properties> | ||
129 | </tile> | ||
130 | <tile id="86"> | ||
131 | <properties> | ||
132 | <property name="runSound" value="water"/> | ||
133 | </properties> | ||
134 | </tile> | ||
135 | <tile id="87"> | ||
136 | <properties> | ||
137 | <property name="runSound" value="water"/> | ||
138 | </properties> | ||
139 | </tile> | ||
140 | <tile id="88"> | ||
141 | <properties> | ||
142 | <property name="runSound" value="water"/> | ||
143 | </properties> | ||
144 | </tile> | ||
145 | <tile id="89"> | ||
146 | <properties> | ||
147 | <property name="runSound" value="water"/> | ||
148 | </properties> | ||
149 | </tile> | ||
150 | <tile id="90"> | ||
151 | <properties> | ||
152 | <property name="runSound" value="grass"/> | ||
153 | </properties> | ||
154 | </tile> | ||
155 | <tile id="91"> | ||
156 | <properties> | ||
157 | <property name="runSound" value="grass"/> | ||
158 | </properties> | ||
159 | </tile> | ||
160 | <tile id="92"> | ||
161 | <properties> | ||
162 | <property name="solid" type="bool" value="true"/> | ||
163 | </properties> | ||
164 | </tile> | ||
165 | <tile id="93"> | ||
166 | <properties> | ||
167 | <property name="solid" type="bool" value="true"/> | ||
168 | </properties> | ||
169 | </tile> | ||
170 | <tile id="94"> | ||
171 | <properties> | ||
172 | <property name="runSound" value="grass"/> | ||
173 | </properties> | ||
174 | </tile> | ||
175 | <tile id="95"> | ||
176 | <properties> | ||
177 | <property name="runSound" value="land"/> | ||
178 | </properties> | ||
179 | </tile> | ||
180 | <tile id="96"> | ||
181 | <properties> | ||
182 | <property name="runSound" value="land"/> | ||
183 | </properties> | ||
184 | </tile> | ||
185 | <tile id="97"> | ||
186 | <properties> | ||
187 | <property name="runSound" value="land"/> | ||
188 | </properties> | ||
189 | </tile> | ||
190 | <tile id="98"> | ||
191 | <properties> | ||
192 | <property name="runSound" value="land"/> | ||
193 | </properties> | ||
194 | </tile> | ||
195 | <tile id="99"> | ||
196 | <properties> | ||
197 | <property name="runSound" value="land"/> | ||
198 | </properties> | ||
199 | </tile> | ||
200 | <tile id="100"> | ||
201 | <properties> | ||
202 | <property name="runSound" value="land"/> | ||
203 | </properties> | ||
204 | </tile> | ||
205 | <tile id="101"> | ||
206 | <properties> | ||
207 | <property name="runSound" value="land"/> | ||
208 | </properties> | ||
209 | </tile> | ||
210 | <tile id="102"> | ||
211 | <properties> | ||
212 | <property name="runSound" value="grass"/> | ||
213 | </properties> | ||
214 | </tile> | ||
215 | <tile id="103"> | ||
216 | <properties> | ||
217 | <property name="runSound" value="grass"/> | ||
218 | </properties> | ||
219 | </tile> | ||
220 | <tile id="104"> | ||
221 | <properties> | ||
222 | <property name="runSound" value="grass"/> | ||
223 | </properties> | ||
224 | </tile> | ||
225 | <tile id="105"> | ||
226 | <properties> | ||
227 | <property name="solid" type="bool" value="false"/> | ||
228 | </properties> | ||
229 | </tile> | ||
230 | <tile id="106"> | ||
231 | <properties> | ||
232 | <property name="runSound" value="water"/> | ||
233 | </properties> | ||
234 | </tile> | ||
235 | <tile id="107"> | ||
236 | <properties> | ||
237 | <property name="solid" type="bool" value="true"/> | ||
238 | </properties> | ||
239 | </tile> | ||
240 | <tile id="108"> | ||
241 | <properties> | ||
242 | <property name="solid" type="bool" value="true"/> | ||
243 | </properties> | ||
244 | </tile> | ||
245 | <tile id="109"> | ||
246 | <properties> | ||
247 | <property name="runSound" value="land"/> | ||
248 | </properties> | ||
249 | </tile> | ||
250 | <tile id="110"> | ||
251 | <properties> | ||
252 | <property name="solid" type="bool" value="true"/> | ||
253 | </properties> | ||
254 | </tile> | ||
255 | <tile id="111"> | ||
256 | <properties> | ||
257 | <property name="runSound" value="land"/> | ||
258 | </properties> | ||
259 | </tile> | ||
260 | <tile id="112"> | ||
261 | <properties> | ||
262 | <property name="runSound" value="land"/> | ||
263 | </properties> | ||
264 | </tile> | ||
265 | <tile id="113"> | ||
266 | <properties> | ||
267 | <property name="runSound" value="land"/> | ||
268 | </properties> | ||
269 | </tile> | ||
270 | <tile id="114"> | ||
271 | <properties> | ||
272 | <property name="runSound" value="land"/> | ||
273 | </properties> | ||
274 | </tile> | ||
275 | <tile id="115"> | ||
276 | <properties> | ||
277 | <property name="runSound" value="grass"/> | ||
278 | </properties> | ||
279 | </tile> | ||
280 | <tile id="116"> | ||
281 | <properties> | ||
282 | <property name="runSound" value="grass"/> | ||
283 | </properties> | ||
284 | </tile> | ||
285 | <tile id="117"> | ||
286 | <properties> | ||
287 | <property name="runSound" value="water"/> | ||
288 | </properties> | ||
289 | </tile> | ||
290 | <tile id="118"> | ||
291 | <properties> | ||
292 | <property name="solid" type="bool" value="true"/> | ||
293 | </properties> | ||
294 | </tile> | ||
295 | <tile id="119"> | ||
296 | <properties> | ||
297 | <property name="solid" type="bool" value="true"/> | ||
298 | </properties> | ||
299 | </tile> | ||
300 | <tile id="120"> | ||
301 | <properties> | ||
302 | <property name="solid" type="bool" value="true"/> | ||
303 | </properties> | ||
304 | </tile> | ||
305 | <tile id="121"> | ||
306 | <properties> | ||
307 | <property name="runSound" value="water"/> | ||
308 | </properties> | ||
309 | </tile> | ||
310 | <tile id="122"> | ||
311 | <properties> | ||
312 | <property name="runSound" value="water"/> | ||
313 | </properties> | ||
314 | </tile> | ||
315 | <tile id="123"> | ||
316 | <properties> | ||
317 | <property name="runSound" value="grass"/> | ||
318 | </properties> | ||
319 | </tile> | ||
320 | <tile id="124"> | ||
321 | <properties> | ||
322 | <property name="runSound" value="grass"/> | ||
323 | </properties> | ||
324 | </tile> | ||
325 | <tile id="125"> | ||
326 | <properties> | ||
327 | <property name="runSound" value="land"/> | ||
328 | </properties> | ||
329 | </tile> | ||
330 | <tile id="126"> | ||
331 | <properties> | ||
332 | <property name="runSound" value="grass"/> | ||
333 | </properties> | ||
334 | </tile> | ||
335 | <tile id="127"> | ||
336 | <properties> | ||
337 | <property name="runSound" value="grass"/> | ||
338 | </properties> | ||
339 | </tile> | ||
340 | <tile id="128"> | ||
341 | <properties> | ||
342 | <property name="runSound" value="water"/> | ||
343 | </properties> | ||
344 | </tile> | ||
345 | <tile id="129"> | ||
346 | <properties> | ||
347 | <property name="solid" type="bool" value="true"/> | ||
348 | </properties> | ||
349 | </tile> | ||
350 | <tile id="130"> | ||
351 | <properties> | ||
352 | <property name="runSound" value="water"/> | ||
353 | </properties> | ||
354 | </tile> | ||
355 | <tile id="131"> | ||
356 | <properties> | ||
357 | <property name="runSound" value="grass"/> | ||
358 | </properties> | ||
359 | </tile> | ||
360 | <tile id="132"> | ||
361 | <properties> | ||
362 | <property name="runSound" value="grass"/> | ||
363 | </properties> | ||
364 | </tile> | ||
365 | <tile id="133"> | ||
366 | <properties> | ||
367 | <property name="runSound" value="grass"/> | ||
368 | </properties> | ||
369 | </tile> | ||
370 | <tile id="134"> | ||
371 | <properties> | ||
372 | <property name="runSound" value="water"/> | ||
373 | </properties> | ||
374 | </tile> | ||
375 | <tile id="135"> | ||
376 | <properties> | ||
377 | <property name="runSound" value="grass"/> | ||
378 | </properties> | ||
379 | </tile> | ||
380 | <tile id="136"> | ||
381 | <properties> | ||
382 | <property name="runSound" value="grass"/> | ||
383 | </properties> | ||
384 | </tile> | ||
385 | <tile id="137"> | ||
386 | <properties> | ||
387 | <property name="runSound" value="land"/> | ||
388 | </properties> | ||
389 | </tile> | ||
390 | <tile id="138"> | ||
391 | <properties> | ||
392 | <property name="runSound" value="land"/> | ||
393 | </properties> | ||
394 | </tile> | ||
395 | <tile id="139"> | ||
396 | <properties> | ||
397 | <property name="runSound" value="water"/> | ||
398 | </properties> | ||
399 | </tile> | ||
400 | <tile id="140"> | ||
401 | <properties> | ||
402 | <property name="runSound" value="land"/> | ||
403 | </properties> | ||
404 | </tile> | ||
405 | <tile id="141"> | ||
406 | <properties> | ||
407 | <property name="runSound" value="land"/> | ||
408 | </properties> | ||
409 | </tile> | ||
410 | <tile id="142"> | ||
411 | <properties> | ||
412 | <property name="runSound" value="land"/> | ||
413 | </properties> | ||
414 | </tile> | ||
415 | <tile id="143"> | ||
416 | <properties> | ||
417 | <property name="runSound" value="water"/> | ||
418 | </properties> | ||
419 | </tile> | ||
420 | <tile id="144"> | ||
421 | <properties> | ||
422 | <property name="runSound" value="water"/> | ||
423 | </properties> | ||
424 | </tile> | ||
425 | <tile id="145"> | ||
426 | <properties> | ||
427 | <property name="runSound" value="water"/> | ||
428 | </properties> | ||
429 | </tile> | ||
430 | <tile id="146"> | ||
431 | <properties> | ||
432 | <property name="runSound" value="water"/> | ||
433 | </properties> | ||
434 | </tile> | ||
435 | <tile id="147"> | ||
436 | <properties> | ||
437 | <property name="runSound" value="water"/> | ||
438 | </properties> | ||
439 | </tile> | ||
440 | <tile id="148"> | ||
441 | <properties> | ||
442 | <property name="runSound" value="grass"/> | ||
443 | </properties> | ||
444 | </tile> | ||
445 | <tile id="149"> | ||
446 | <properties> | ||
447 | <property name="runSound" value="grass"/> | ||
448 | </properties> | ||
449 | </tile> | ||
450 | <tile id="150"> | ||
451 | <properties> | ||
452 | <property name="runSound" value="grass"/> | ||
453 | </properties> | ||
454 | </tile> | ||
455 | <tile id="151"> | ||
456 | <properties> | ||
457 | <property name="runSound" value="grass"/> | ||
458 | </properties> | ||
459 | </tile> | ||
460 | <tile id="152"> | ||
461 | <properties> | ||
462 | <property name="runSound" value="grass"/> | ||
463 | </properties> | ||
464 | </tile> | ||
465 | <tile id="153"> | ||
466 | <properties> | ||
467 | <property name="runSound" value="grass"/> | ||
468 | </properties> | ||
469 | </tile> | ||
470 | <tile id="154"> | ||
471 | <properties> | ||
472 | <property name="runSound" value="grass"/> | ||
473 | </properties> | ||
474 | </tile> | ||
475 | <tile id="155"> | ||
476 | <properties> | ||
477 | <property name="solid" type="bool" value="true"/> | ||
478 | </properties> | ||
479 | </tile> | ||
480 | <tile id="156"> | ||
481 | <properties> | ||
482 | <property name="solid" type="bool" value="true"/> | ||
483 | </properties> | ||
484 | </tile> | ||
485 | <tile id="157"> | ||
486 | <properties> | ||
487 | <property name="runSound" value="water"/> | ||
488 | </properties> | ||
489 | </tile> | ||
490 | <tile id="158"> | ||
491 | <properties> | ||
492 | <property name="solid" type="bool" value="true"/> | ||
493 | </properties> | ||
494 | </tile> | ||
495 | <tile id="159"> | ||
496 | <properties> | ||
497 | <property name="solid" type="bool" value="true"/> | ||
498 | </properties> | ||
499 | </tile> | ||
500 | <tile id="160"> | ||
501 | <properties> | ||
502 | <property name="runSound" value="water"/> | ||
503 | </properties> | ||
504 | </tile> | ||
505 | <tile id="161"> | ||
506 | <properties> | ||
507 | <property name="runSound" value="water"/> | ||
508 | </properties> | ||
509 | </tile> | ||
510 | <tile id="162"> | ||
511 | <properties> | ||
512 | <property name="solid" type="bool" value="true"/> | ||
513 | </properties> | ||
514 | </tile> | ||
515 | <tile id="163"> | ||
516 | <properties> | ||
517 | <property name="solid" type="bool" value="true"/> | ||
518 | </properties> | ||
519 | </tile> | ||
520 | <tile id="164"> | ||
521 | <properties> | ||
522 | <property name="solid" type="bool" value="true"/> | ||
523 | </properties> | ||
524 | </tile> | ||
525 | <tile id="165"> | ||
526 | <properties> | ||
527 | <property name="solid" type="bool" value="true"/> | ||
528 | </properties> | ||
529 | </tile> | ||
530 | <tile id="166"> | ||
531 | <properties> | ||
532 | <property name="solid" type="bool" value="true"/> | ||
533 | </properties> | ||
534 | </tile> | ||
535 | <tile id="167"> | ||
536 | <properties> | ||
537 | <property name="solid" type="bool" value="true"/> | ||
538 | </properties> | ||
539 | </tile> | ||
540 | <tile id="168"> | ||
541 | <properties> | ||
542 | <property name="runSound" value="water"/> | ||
543 | </properties> | ||
544 | </tile> | ||
545 | <tile id="169"> | ||
546 | <properties> | ||
547 | <property name="solid" type="bool" value="true"/> | ||
548 | </properties> | ||
549 | </tile> | ||
550 | <tile id="170"> | ||
551 | <properties> | ||
552 | <property name="solid" type="bool" value="true"/> | ||
553 | </properties> | ||
554 | </tile> | ||
555 | <tile id="171"> | ||
556 | <properties> | ||
557 | <property name="solid" type="bool" value="true"/> | ||
558 | </properties> | ||
559 | </tile> | ||
560 | <tile id="172"> | ||
561 | <properties> | ||
562 | <property name="solid" type="bool" value="true"/> | ||
563 | </properties> | ||
564 | </tile> | ||
565 | <tile id="173"> | ||
566 | <properties> | ||
567 | <property name="runSound" value="grass"/> | ||
568 | </properties> | ||
569 | </tile> | ||
570 | </tileset> | ||
571 | <layer id="1" name="Layer 1" width="64" height="64"> | ||
572 | <data encoding="csv"> | ||
573 | 62,62,62,62,62,62,62,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,64,65,66,67,68,2147483716,2147483715,69,70,63,63,63,63,63,63,63,63,63, | ||
574 | 62,62,62,62,62,62,62,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,70,71,72,2147483720,2147483719,65,66,73,63,63,63,63,63,63,63,63, | ||
575 | 62,62,62,62,62,62,62,63,63,63,63,63,63,63,74,75,76,77,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,64,65,66,78,79,80,70,70,63,63,63,63,63,63,63,63,63,63, | ||
576 | 62,62,62,62,62,62,62,63,63,63,63,63,63,63,81,81,81,81,63,63,63,63,62,62,62,62,62,81,81,62,62,62,62,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,70,82,83,84,64,65,66,73,63,63,63,63,63,63,63,63, | ||
577 | 74,75,76,77,62,62,62,81,81,81,81,81,81,81,63,63,63,63,63,63,62,62,62,75,76,85,86,75,76,77,81,62,62,62,62,62,62,87,87,87,63,63,64,65,66,73,64,65,66,88,89,90,70,70,63,65,66,73,64,65,66,73,63,63, | ||
578 | 74,75,76,77,62,62,62,2147483739,2147483740,93,94,81,81,81,63,63,63,63,62,62,62,75,76,95,86,75,76,95,86,75,76,77,74,75,76,77,64,65,66,73,87,87,87,87,87,87,63,63,70,70,70,70,64,65,66,73,70,70,87,87,87,87,63,63, | ||
579 | 81,81,81,81,62,62,96,93,94,97,98,93,94,99,63,63,63,63,63,75,76,77,92,91,100,91,91,100,2147483740,81,74,75,76,40,86,75,76,73,64,65,66,73,63,63,63,63,64,65,66,73,70,70,70,70,64,65,66,73,63,63,63,63,63,63, | ||
580 | 62,62,62,62,96,93,94,97,98,93,94,99,2147483749,63,63,63,63,63,63,81,92,91,101,102,98,93,94,99,2147483749,2147483740,103,104,105,106,87,87,87,107,87,108,109,65,66,63,63,63,63,2147483718,2147483757,2147483756,2147483735,70,70,70,70,70,64,65,66,73,63,63,63,63, | ||
581 | 62,62,62,62,63,62,1073741915,1073741915,1073741934,111,102,63,63,63,63,63,63,63,91,100,101,102,102,112,113,114,115,102,3221225573,3221225564,116,1073741941,1073741942,119,69,65,66,73,87,120,121,122,63,63,63,63,63,2147483770,2147483769,2147483768,2147483771,70,70,70,70,119,69,70,70,63,63,63,63,63, | ||
582 | 62,62,62,63,63,75,76,77,1073741916,1073741915,1073741925,102,63,63,63,63,63,63,63,102,112,113,102,102,102,111,102,3221225573,3221225564,116,1073741941,1073741942,124,125,87,87,87,87,87,87,64,65,66,73,63,63,63,70,70,70,70,70,70,70,70,70,40,65,66,73,63,63,63,63, | ||
583 | 62,62,62,63,63,62,81,103,104,81,1073741916,63,63,63,63,63,63,63,102,126,114,115,102,102,102,102,3221225573,63,63,81,117,63,63,87,87,87,87,87,87,87,87,87,87,63,63,63,63,63,63,70,70,70,70,70,70,70,106,70,70,63,63,63,63,63, | ||
584 | 62,62,62,62,63,63,63,81,81,81,81,81,81,63,63,63,63,63,63,102,102,102,102,102,63,3221225573,3221225564,63,63,63,63,63,63,63,63,87,87,87,87,87,87,119,69,87,63,63,63,63,63,63,2147483775,2147483776,2147483775,118,129,70,130,127,127,63,63,63,63,63, | ||
585 | 62,62,62,62,62,63,63,63,63,81,81,75,76,81,63,63,63,63,102,114,115,102,102,63,63,63,63,63,63,63,63,63,63,63,63,63,63,87,2147483779,127,132,118,87,63,63,63,63,63,63,63,2147483781,134,2147483783,117,2147483776,63,63,63,63,63,63,63,63,63, | ||
586 | 62,62,62,62,62,63,63,63,63,81,81,81,74,75,76,77,98,93,94,99,102,102,102,102,63,63,63,63,63,63,63,63,63,63,63,63,63,132,2147483765,136,137,117,132,132,63,63,63,63,63,75,76,77,103,104,133,75,63,63,63,63,63,63,63,63, | ||
587 | 62,62,74,75,76,77,63,63,81,81,74,75,76,85,86,75,76,102,102,102,114,115,102,63,63,63,63,63,63,63,63,63,63,63,63,63,63,81,81,103,104,81,74,75,76,77,63,63,63,134,134,136,137,134,74,75,76,63,63,63,63,63,63,63, | ||
588 | 62,62,81,81,81,81,63,63,63,63,104,1073741941,3221225589,103,104,81,81,1073741915,1073741925,138,102,102,102,93,98,93,94,99,102,63,63,63,74,75,76,77,63,63,63,81,81,81,81,81,63,63,63,63,63,75,76,77,2147483785,2147483784,134,134,63,63,63,63,63,63,63,63, | ||
589 | 62,62,62,62,62,63,63,63,63,63,1073741941,1073741942,3221225590,3221225589,74,75,76,77,1073741916,1073741925,102,102,98,93,94,139,98,93,94,99,63,63,81,81,81,81,63,63,81,81,81,103,104,81,63,63,63,63,63,63,134,134,134,134,74,75,76,63,63,63,63,63,63,63, | ||
590 | 62,62,62,62,62,63,63,63,64,65,66,73,140,3221225590,1073741952,3221225589,135,103,104,1073741916,102,141,142,102,102,138,2147483791,2147483792,2147483792,93,94,99,102,102,63,63,74,75,76,77,81,81,81,75,74,75,76,77,63,75,76,77,2147483748,91,2147483748,2147483739,2147483740,63,63,63,63,63,63,63, | ||
591 | 62,62,64,65,66,73,64,65,66,73,140,140,140,140,140,3221225590,1073741952,1073741952,1073741952,63,63,102,102,2147483750,2147483791,2147483792,2147483793,2147483794,147,93,147,93,94,99,63,63,63,81,81,103,104,81,74,75,76,81,81,81,63,63,102,102,102,102,102,102,2147483749,63,74,75,76,77,63,63, | ||
592 | 64,65,66,73,64,65,66,73,140,140,140,140,140,63,63,140,140,63,63,63,63,2147483792,144,2147483792,2147483793,147,147,63,63,65,66,73,63,63,63,63,63,63,63,81,81,81,81,81,63,63,63,63,98,93,94,99,111,102,126,102,63,63,81,81,81,81,63,63, | ||
593 | 66,73,140,119,69,140,2147483766,2147483776,2147483776,118,124,125,140,65,66,63,63,63,63,63,63,147,147,63,63,147,64,65,66,73,147,63,63,63,63,63,63,63,66,1073741952,3221225589,135,74,75,76,77,63,63,63,63,102,102,114,115,98,93,94,99,63,63,63,63,63,63, | ||
594 | 148,65,66,73,2147483766,2147483776,2147483765,103,104,117,118,1073741964,140,63,63,63,63,63,63,63,63,63,63,63,63,63,147,147,147,147,63,63,63,63,63,63,64,65,66,73,3221225590,3221225604,3221225589,116,81,63,63,63,98,93,94,99,138,102,102,102,98,93,94,99,63,63,63,63, | ||
595 | 149,150,118,2147483766,2147483765,81,1073741941,3221225600,3221225589,81,117,63,63,140,65,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,87,106,87,124,125,3221225590,1073741952,3221225599,3221225604,63,63,63,63,102,102,102,102,102,141,142,102,98,93,94,99,63,63, | ||
596 | 151,152,117,2147483765,81,1073741941,1073741942,2147483788,3221225590,136,137,75,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,87,87,119,69,87,87,87,87,106,87,63,63,63,63,75,76,102,1073741915,1073741915,1073741925,102,102,126,102,3221225573,63,63,63,63, | ||
597 | 151,152,81,81,81,140,140,63,63,81,74,75,76,77,63,63,63,63,74,75,76,77,63,63,63,63,63,63,63,63,63,65,66,73,64,65,66,73,87,87,87,87,87,130,119,69,87,63,63,63,63,75,76,77,1073741916,3221225563,3221225572,3221225563,3221225563,75,63,63,63,63, | ||
598 | 63,63,63,63,63,63,63,63,63,81,81,81,74,75,76,77,63,63,81,81,81,81,63,63,63,63,63,63,63,63,63,87,40,65,66,73,78,79,80,87,87,87,87,87,87,63,63,63,63,63,63,63,63,134,136,137,134,133,116,134,74,75,63,63, | ||
599 | 63,63,63,63,63,63,63,63,63,81,81,81,81,81,81,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,130,106,87,87,87,82,83,84,87,87,87,87,63,63,63,63,63,63,63,63,63,63,63,134,134,116,134,74,75,76,77,63,63, | ||
600 | 63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,81,81,63,63,118,130,87,87,87,88,89,90,106,87,65,66,63,63,63,63,63,63,63,63,134,74,75,76,77,136,137,134,134,74,75,63,63, | ||
601 | 63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,64,65,66,73,64,65,66,73,74,75,76,77,81,117,118,124,125,87,87,87,87,108,109,87,87,63,63,63,74,75,76,77,74,75,76,77,134,133,134,134,134,133,63,63,63,63, | ||
602 | 63,63,74,63,63,63,63,63,63,63,63,63,63,63,63,63,64,65,66,73,40,65,66,73,2147483735,75,76,77,74,75,76,77,117,127,118,87,87,87,123,120,121,63,63,63,63,63,81,81,81,81,63,134,134,136,137,134,1073741977,1073741952,63,63,1073741887,63,63,63, | ||
603 | 63,63,74,75,76,77,63,63,63,63,63,63,63,63,63,63,63,87,3221225618,3221225618,106,3221225618,3221225618,2147483766,2147483775,75,76,103,104,81,81,81,133,81,117,118,87,87,87,87,87,87,63,63,63,63,63,63,63,63,63,63,134,134,1073741977,1073741952,1073741955,1073741911,63,63,63,63,63,63, | ||
604 | 63,63,81,81,81,81,63,63,63,63,63,63,63,65,66,73,3221225618,3221225618,3221225618,119,69,3221225618,2147483766,2147483765,74,75,76,77,81,81,103,104,81,103,104,104,63,63,63,127,2147483765,63,63,63,63,63,63,63,63,63,63,63,1073741952,1073741956,1073741955,1073741911,64,65,66,73,63,63,63,63, | ||
605 | 63,63,63,63,63,63,63,63,63,63,63,63,3221225618,3221225618,64,65,66,73,124,125,3221225618,87,3221225590,3221225589,136,137,81,103,104,81,81,137,81,136,137,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,64,65,66,73,2147483773,2147483772,87,87,87,63,63,63,63,63, | ||
606 | 154,154,154,154,63,63,63,63,98,93,94,99,1073741968,3221225616,3221225617,3221225618,3221225618,3221225618,3221225618,3221225618,3221225618,3221225618,3221225618,3221225590,3221225589,2147483785,2147483784,136,137,81,81,81,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,87,87,87,87,87,64,65,66,73,63,63,63,63, | ||
607 | 154,154,154,154,63,102,98,93,94,139,98,93,94,99,3221225615,3221225617,3221225618,3221225618,1073741970,1073741970,1073741970,1073741970,1073741970,1073741970,3221225590,136,137,63,63,81,81,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,62,62,62,62,75,66,73,87,87,87,87,63,63,63,63,63,63, | ||
608 | 154,154,154,154,98,93,94,99,111,112,113,102,102,102,102,3221225615,3221225617,70,1073741970,1073741970,1073741970,1073741970,1073741970,1073741970,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,62,62,62,62,62,62,66,87,87,87,64,65,66,73,63,63,63,63, | ||
609 | 154,154,154,154,63,102,102,114,115,102,102,102,63,63,63,63,63,3221225617,1073741970,1073741970,1073741970,1073741970,64,65,66,73,63,63,63,63,74,75,76,77,63,63,63,63,63,63,63,62,62,62,62,62,62,62,62,62,64,65,66,73,87,87,87,87,63,63,63,63,63,63, | ||
610 | 154,154,154,154,63,63,63,102,102,3221225573,1073741915,1073741915,63,63,63,63,63,63,63,2147483757,2147483756,2147483735,1073741970,1073741970,1073741969,93,94,99,63,63,81,81,81,81,63,63,74,75,76,77,74,75,76,77,62,75,76,62,64,65,66,73,87,87,87,108,109,63,63,63,63,63,63,63, | ||
611 | 154,154,154,154,63,63,63,1073741915,1073741915,3221225564,133,63,63,63,63,63,63,63,63,2147483769,2147483768,2147483771,1073741970,1073741969,1073741967,102,63,63,63,63,63,63,63,63,63,63,81,81,81,75,76,77,74,75,76,85,86,75,76,153,128,131,87,87,123,120,121,63,63,63,63,63,63,63, | ||
612 | 154,154,154,154,63,63,63,133,1073741941,63,63,63,63,63,63,63,63,63,63,2147483735,2147483735,2147483735,1073741969,1073741967,98,93,94,99,102,63,63,63,63,63,63,63,63,63,63,75,62,103,104,81,81,92,100,91,91,91,2147483740,153,128,131,87,87,87,63,63,63,63,63,63,63, | ||
613 | 154,154,154,154,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,1073741968,1073741968,1073741968,1073741967,138,102,115,98,93,94,99,102,102,102,102,74,75,76,77,74,75,76,77,81,92,91,101,98,93,94,99,2147483749,91,2147483740,153,2147483801,63,63,63,74,75,76,77,63,63, | ||
614 | 154,154,154,154,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,1073741925,138,3221225573,1073741915,75,74,75,76,77,74,75,76,77,74,75,76,77,136,137,92,101,112,113,102,102,102,112,113,102,2147483749,91,91,91,63,63,81,81,81,81,63,63, | ||
615 | 154,154,74,75,76,77,63,63,63,70,70,70,70,70,63,63,63,63,63,63,63,63,76,1073741916,1073741915,3221225564,74,75,76,77,74,75,76,77,81,1073741941,1073741952,3221225599,3221225589,81,103,104,1073741916,1073741925,102,102,102,102,102,102,102,102,102,102,102,63,63,63,134,134,63,63,63,63, | ||
616 | 154,154,154,154,63,63,63,63,70,70,70,70,70,63,63,63,63,63,63,63,74,75,76,77,81,2147483785,2147483784,1073741941,3221225599,1073741952,3221225599,3221225589,103,104,1073741941,1073741942,70,70,3221225590,1073741952,3221225625,81,81,1073741916,1073741925,102,102,102,102,102,102,102,102,102,63,63,63,75,76,77,63,63,63,63, | ||
617 | 63,63,63,63,154,154,63,63,63,70,70,63,63,63,63,63,63,63,63,63,63,103,104,2147483785,2147483784,81,1073741941,1073741942,70,70,70,3221225590,1073741952,3221225599,1073741942,70,70,70,70,2147483766,2147483801,81,81,63,63,102,98,93,94,99,102,102,102,102,74,75,76,155,134,63,63,63,63,63, | ||
618 | 63,63,63,63,63,63,63,63,70,70,2147483717,2147483767,70,63,63,63,64,65,66,73,3221225599,3221225599,3221225589,103,104,81,117,118,70,106,70,70,70,108,109,70,70,63,63,2147483765,81,63,63,63,63,63,63,63,63,63,63,102,98,93,94,99,134,63,63,63,63,63,63,63, | ||
619 | 63,63,63,63,63,63,64,65,66,73,70,63,63,63,64,65,66,73,64,65,66,73,3221225590,3221225589,136,137,81,63,63,130,124,125,123,120,121,122,63,63,63,63,63,63,63,63,63,63,74,75,76,63,63,1073741915,3221225563,3221225564,76,75,76,75,63,63,63,63,63,63, | ||
620 | 63,63,63,63,63,63,63,70,64,65,66,73,70,63,63,70,70,130,70,70,70,70,2147483766,2147483801,81,81,81,75,63,63,63,70,70,124,125,70,63,63,63,63,63,63,63,63,63,63,63,63,63,75,76,85,86,75,76,77,134,134,63,63,63,63,63,63, | ||
621 | 63,63,63,63,63,70,70,70,70,70,70,63,63,63,70,63,63,70,70,70,2147483766,127,2147483765,103,104,81,81,63,63,63,63,63,63,70,70,63,63,63,63,63,63,63,63,63,63,63,63,63,63,134,1073741952,1073741952,3221225589,103,104,1073741941,1073741952,1073741951,63,63,63,63,63,63, | ||
622 | 74,75,76,77,63,63,63,70,70,70,70,70,70,63,63,63,63,63,63,127,2147483765,81,136,137,103,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,64,65,66,73,64,65,66,73,3221225590,1073741952,1073741952,1073741942,64,65,66,73,63,63,63,63, | ||
623 | 81,81,81,81,63,63,64,65,66,73,64,65,66,73,63,63,63,63,81,63,63,81,103,63,63,81,63,63,63,63,63,63,63,63,63,63,63,63,74,75,76,77,134,75,76,70,64,65,66,130,130,130,63,70,70,2147483766,63,63,63,63,63,63,63,63, | ||
624 | 63,63,63,63,64,65,66,73,70,70,124,125,70,63,63,63,63,75,76,77,81,63,63,81,74,75,76,77,63,63,63,63,64,65,66,73,74,75,76,77,74,75,76,77,127,127,127,118,124,125,130,63,63,63,63,63,63,63,63,63,63,63,63,63, | ||
625 | 63,63,63,63,63,70,70,70,70,70,70,70,70,70,63,63,63,85,86,81,74,75,76,77,103,104,74,75,76,77,64,65,66,73,2147483766,75,76,134,134,134,134,134,74,75,76,77,135,117,118,124,125,63,63,63,63,63,63,63,63,63,63,63,63,63, | ||
626 | 63,63,63,63,81,70,156,157,70,124,125,70,70,63,63,63,1073741951,1073741941,1073741951,1073741951,1073741951,1073741951,1073741951,1073741951,1073741941,1073741951,1073741951,3221225589,64,65,66,73,130,2147483766,2147483765,134,74,75,76,77,74,75,76,77,134,103,104,134,117,118,70,63,63,63,63,63,63,63,63,70,70,70,70,70, | ||
627 | 63,63,63,63,63,158,159,160,161,70,64,65,66,73,63,63,63,70,162,163,164,165,166,167,168,169,64,65,66,73,70,70,2147483766,2147483765,74,75,76,77,74,75,76,77,134,134,136,137,134,1073741941,1073741951,1073741951,127,134,134,63,63,63,70,70,70,70,70,70,70,70, | ||
628 | 63,63,63,63,81,81,117,128,118,2147483718,70,70,64,65,63,73,70,70,130,70,170,171,172,173,70,70,70,70,63,125,2147483766,127,2147483765,136,137,1073741941,3221225589,134,136,137,134,134,103,137,134,134,1073741941,1073741942,64,65,66,73,134,63,63,63,64,65,66,73,64,65,66,73, | ||
629 | 63,63,63,63,63,63,81,81,117,2147483775,128,118,70,70,63,65,66,73,70,70,70,70,70,70,70,70,70,70,63,2147483766,2147483765,103,104,103,104,1073741942,3221225590,134,74,75,76,77,134,63,63,134,70,70,156,157,70,63,63,63,64,65,66,73,64,65,66,73,70,70, | ||
630 | 74,75,76,77,63,63,63,81,81,174,135,117,2147483775,118,63,70,70,70,70,70,70,70,70,70,70,70,63,63,63,2147483765,103,104,74,75,76,70,70,75,76,77,74,75,76,63,63,63,63,70,159,160,70,63,63,63,70,70,130,124,125,70,70,70,70,70, | ||
631 | 81,81,81,81,63,63,81,81,81,81,81,81,81,63,63,70,70,70,70,2147483766,127,127,63,63,63,63,63,63,63,134,134,75,76,77,74,75,76,77,134,134,134,134,134,63,63,63,63,70,70,63,63,63,63,70,124,125,70,70,70,70,70,70,64,65, | ||
632 | 63,63,63,63,63,63,63,63,63,81,81,63,63,63,63,63,63,128,127,2147483765,134,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,70,70,70,70,70,124,125,70,70,70,70,70,70, | ||
633 | 63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,103,104,103,104,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,70,70,70,70,124,125,70,70,70,70,70,70,70, | ||
634 | 63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,134,134,63,63,63,63,63,63,63,63,63,74,75,76,77,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,70,70,70,70,70,162,163,164,165,166,167,168,169, | ||
635 | 63,63,63,63,63,63,74,75,76,77,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,81,81,81,81,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,70,70,70,124,125,70,70,170,171,172,173,119,69, | ||
636 | 63,63,63,63,63,63,81,81,81,81,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,70,70,70,70,70,70,70,70,124,125,70,70,70 | ||
637 | </data> | ||
638 | </layer> | ||
639 | <objectgroup id="2" name="Object Layer 1"> | ||
640 | <object id="1" name="fromLeft" type="warp" x="16" y="364.667"> | ||
641 | <point/> | ||
642 | </object> | ||
643 | <object id="2" name="moveToLeft" type="trigger" x="-20.3333" y="304" width="22.6667" height="91.6667"> | ||
644 | <properties> | ||
645 | <property name="script" value="off_left"/> | ||
646 | </properties> | ||
647 | </object> | ||
648 | <object id="4" name="mailbox1" type="tileSprite" x="535" y="118.667"> | ||
649 | <properties> | ||
650 | <property name="interactionScript" value="mailbox1"/> | ||
651 | </properties> | ||
652 | <point/> | ||
653 | </object> | ||
654 | <object id="5" name="mailbox_lightning" type="tileSprite" x="519" y="422.667"> | ||
655 | <properties> | ||
656 | <property name="interactionScript" value="mailbox_lightning"/> | ||
657 | </properties> | ||
658 | <point/> | ||
659 | </object> | ||
660 | <object id="6" name="debugWarp_mailboxes" type="warp" x="598.667" y="420.667"> | ||
661 | <point/> | ||
662 | </object> | ||
663 | <object id="7" name="doria" type="sprite" x="328" y="525"> | ||
664 | <properties> | ||
665 | <property name="animation" value="../res/sprites/doria_anim.txt"/> | ||
666 | <property name="collisionHeight" type="int" value="8"/> | ||
667 | <property name="collisionOffsetX" type="int" value="-8"/> | ||
668 | <property name="collisionOffsetY" type="int" value="-8"/> | ||
669 | <property name="collisionWidth" type="int" value="12"/> | ||
670 | <property name="shadow" type="bool" value="true"/> | ||
671 | </properties> | ||
672 | <point/> | ||
673 | </object> | ||
674 | <object id="8" name="approach_doria" type="trigger" x="384" y="512" width="16" height="64"> | ||
675 | <properties> | ||
676 | <property name="script" value="approach_doria"/> | ||
677 | </properties> | ||
678 | </object> | ||
679 | <object id="9" name="join_claus" type="sprite" x="640.334" y="153.667"> | ||
680 | <properties> | ||
681 | <property name="animation" value="../res/sprites/claus_anim.txt"/> | ||
682 | <property name="collisionHeight" type="int" value="8"/> | ||
683 | <property name="collisionOffsetX" type="int" value="-8"/> | ||
684 | <property name="collisionOffsetY" type="int" value="-8"/> | ||
685 | <property name="collisionWidth" type="int" value="12"/> | ||
686 | <property name="interactionScript" value="join_claus"/> | ||
687 | <property name="shadow" type="bool" value="true"/> | ||
688 | </properties> | ||
689 | <point/> | ||
690 | </object> | ||
691 | <object id="10" name="ionia" type="sprite" x="821.333" y="135.333"> | ||
692 | <properties> | ||
693 | <property name="animation" value="../res/sprites/ionia_anim.txt"/> | ||
694 | <property name="collisionHeight" type="int" value="8"/> | ||
695 | <property name="collisionOffsetX" type="int" value="-8"/> | ||
696 | <property name="collisionOffsetY" type="int" value="-8"/> | ||
697 | <property name="collisionWidth" type="int" value="12"/> | ||
698 | <property name="enclosureZone" value="ionia_enclosure"/> | ||
699 | <property name="interactionScript" value="talk_to_ionia"/> | ||
700 | <property name="movementSpeed" type="int" value="1"/> | ||
701 | <property name="shadow" type="bool" value="true"/> | ||
702 | <property name="wander" type="bool" value="true"/> | ||
703 | </properties> | ||
704 | <point/> | ||
705 | </object> | ||
706 | <object id="11" name="debugWarp_rightside" type="warp" x="911.333" y="431.667"> | ||
707 | <point/> | ||
708 | </object> | ||
709 | <object id="12" name="ionia_enclosure" type="zone" x="800" y="80" width="96" height="96"/> | ||
710 | </objectgroup> | ||
711 | <layer id="1" name="Layer 0" width="64" height="64"> | ||
712 | <data encoding="csv"> | ||
713 | 1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,5,6,7,7,8,9,3,4,1,2,3,4,1,2,3,4, | ||
714 | 3,4,1,2,3,4,1,2,3,4,1,2,3,4,10,11,12,13,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,14,7,7,15,13,1,2,3,4,1,2,3,4,1,2, | ||
715 | 1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,14,8,9,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,5,6,7,7,8,9,3,4,1,2,3,4,1,2,3,4, | ||
716 | 3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,16,17,18,1,2,3,4,5,11,12,13,5,11,12,13,1,2,3,4,1,2,3,4,1,2,3,4,10,11,12,13,1,2,3,14,7,7,19,13,1,2,3,4,10,11,12,13,1,2, | ||
717 | 10,11,12,13,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,5,11,20,21,22,23,3,24,25,26,12,13,5,11,12,27,28,11,12,27,1,2,3,14,8,9,3,4,5,6,7,7,25,26,12,13,1,2,3,14,8,9,3,4, | ||
718 | 3,14,8,9,3,4,10,11,12,13,10,11,12,13,1,2,3,4,5,11,20,21,7,7,19,13,5,29,7,7,25,26,20,21,22,9,3,14,25,26,12,13,1,16,17,18,5,11,20,21,7,7,7,7,25,26,12,13,1,16,17,18,1,2, | ||
719 | 1,16,17,18,1,2,3,24,25,26,20,21,22,9,3,4,1,2,3,24,7,7,7,7,25,26,20,21,7,7,7,7,7,7,19,27,28,6,7,7,22,23,3,4,1,2,3,14,7,7,7,7,7,7,7,7,8,9,3,4,1,2,3,4, | ||
720 | 3,4,1,2,3,4,10,29,7,7,30,31,32,4,1,2,3,4,5,29,7,7,7,7,7,7,7,7,7,7,7,7,7,7,25,26,20,33,7,34,19,13,1,2,3,4,5,6,7,2147483682,7,7,7,7,7,7,35,13,1,2,3,4,1,2, | ||
721 | 1,2,3,4,10,11,20,21,7,7,19,13,1,2,3,4,1,2,3,14,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,36,25,26,12,13,1,2,3,14,7,7,7,7,7,7,7,7,25,26,12,13,1,2,3,4, | ||
722 | 3,4,1,2,3,24,7,7,7,7,22,9,3,4,1,2,3,4,28,29,7,7,30,31,37,38,30,31,37,38,30,31,37,38,7,7,7,7,7,7,7,7,22,23,3,4,1,39,37,38,7,7,7,7,7,7,40,7,8,9,3,4,1,2, | ||
723 | 1,2,3,4,1,39,37,38,7,7,19,13,1,2,3,4,1,2,3,14,7,7,19,13,1,39,32,4,1,39,32,4,1,39,37,38,7,7,7,7,7,7,19,13,1,2,3,13,1,39,37,38,7,7,7,7,30,31,17,4,1,2,3,4, | ||
724 | 3,4,1,2,3,4,1,39,37,38,22,9,3,4,1,2,3,4,28,29,7,7,8,9,3,4,1,2,3,4,1,2,3,4,1,39,37,38,7,7,7,7,22,9,3,4,1,2,3,4,5,6,7,7,7,41,32,4,1,2,3,4,1,2, | ||
725 | 1,2,3,4,1,2,3,4,10,42,35,13,10,11,12,13,28,11,20,21,7,7,19,13,1,2,3,4,1,2,3,4,1,2,3,4,10,6,7,7,7,7,19,13,1,2,3,4,5,11,20,21,7,7,43,44,1,2,3,4,1,2,3,4, | ||
726 | 3,4,1,11,12,13,1,2,3,45,25,26,20,21,22,9,3,14,7,7,7,7,22,9,3,4,1,2,3,4,1,2,3,4,1,2,3,14,7,7,7,7,25,26,12,13,1,2,3,14,7,7,7,7,8,9,3,4,1,2,3,4,1,2, | ||
727 | 1,2,3,14,8,9,3,4,1,16,37,38,7,7,19,13,28,29,7,7,7,7,19,13,28,11,12,27,1,2,3,4,10,11,12,13,1,39,37,38,7,7,7,7,25,9,3,4,1,39,37,38,7,7,19,13,1,2,3,4,1,2,3,4, | ||
728 | 3,4,1,16,17,18,1,2,3,4,10,29,7,7,25,26,20,21,7,7,7,7,25,26,20,21,46,26,12,27,1,2,3,14,8,9,3,4,10,6,7,7,30,31,3,4,1,2,3,4,1,6,7,7,25,26,12,13,1,2,3,4,1,2, | ||
729 | 1,2,3,4,1,2,3,4,28,11,20,21,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,22,23,3,4,1,16,17,18,10,11,20,14,7,7,19,13,10,11,12,13,1,2,3,14,7,7,7,7,22,23,3,4,1,2,3,4, | ||
730 | 3,4,10,11,12,13,10,11,20,21,7,7,7,7,7,7,7,7,30,31,37,38,7,7,7,7,30,31,3,4,1,2,3,4,1,2,3,14,7,7,7,7,22,9,3,14,8,9,3,4,5,6,7,7,30,31,32,4,10,11,12,13,1,2, | ||
731 | 1,2,3,14,25,26,20,21,7,7,7,7,30,31,37,38,30,31,17,4,28,29,7,7,7,7,19,13,28,11,12,13,1,2,3,4,1,39,37,38,7,7,19,13,1,16,17,18,1,2,3,14,7,7,19,13,1,2,3,14,8,9,3,4, | ||
732 | 12,13,10,29,7,7,7,7,7,7,7,7,19,13,1,16,17,4,1,2,3,14,30,31,37,38,8,9,3,14,8,9,3,4,1,2,3,4,10,29,7,7,25,26,12,44,1,2,3,4,10,6,7,7,25,26,12,13,1,16,17,18,1,2, | ||
733 | 25,26,20,21,7,7,7,7,7,7,7,7,8,9,3,4,1,2,3,4,1,16,17,4,1,16,17,4,1,16,17,18,1,2,3,4,10,11,20,21,7,7,7,7,22,23,3,4,1,2,3,14,7,7,7,7,25,26,12,13,1,2,3,4, | ||
734 | 7,7,7,7,7,7,7,7,7,7,30,31,17,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,14,40,7,7,7,7,7,19,44,1,2,3,4,1,39,37,38,7,7,7,7,22,23,3,4,1,2, | ||
735 | 7,7,7,7,7,7,7,7,7,7,19,13,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,28,29,7,7,7,7,7,40,8,9,3,4,1,2,3,4,10,6,7,7,7,7,19,13,1,2,3,4, | ||
736 | 37,38,30,31,37,38,30,31,37,38,25,26,12,27,1,2,3,4,10,11,12,13,1,2,3,4,1,2,3,4,28,11,12,27,28,11,20,21,7,7,7,7,7,7,19,44,1,2,3,4,1,2,3,14,7,7,7,7,8,9,3,4,1,2, | ||
737 | 1,16,17,4,1,16,17,4,10,29,7,7,25,26,12,27,1,2,3,14,8,9,3,4,1,2,3,4,1,2,3,14,25,26,20,21,7,7,7,7,30,31,37,38,8,9,3,4,1,2,3,4,1,16,37,38,7,7,19,13,1,2,3,4, | ||
738 | 3,4,1,2,3,4,1,2,3,14,30,31,37,38,22,23,3,4,1,16,17,18,1,2,3,4,1,2,3,4,28,29,40,7,7,7,7,7,7,7,19,13,1,16,32,4,1,2,3,4,1,2,3,4,5,6,7,7,25,26,12,13,1,2, | ||
739 | 1,2,3,4,1,2,3,4,1,16,17,4,1,16,17,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,14,7,7,7,7,7,7,7,40,25,26,12,13,1,2,3,4,1,2,3,4,10,11,20,21,7,7,7,7,22,9,3,4, | ||
740 | 3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,10,11,12,27,28,11,12,27,28,11,12,27,28,29,7,7,7,7,7,7,7,7,7,7,8,9,3,4,10,11,12,13,5,11,47,33,7,7,7,7,30,31,32,4,1,2, | ||
741 | 1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,10,11,20,21,25,26,20,21,25,9,3,14,25,26,20,21,7,7,7,7,7,7,7,34,30,31,3,4,1,2,3,14,8,9,3,14,7,7,7,7,30,31,32,4,1,2,3,4, | ||
742 | 3,4,10,11,12,13,1,2,3,4,1,2,3,4,1,2,3,14,7,7,40,7,7,7,43,27,28,29,7,7,7,7,7,7,7,41,37,38,7,36,19,44,1,2,3,4,1,16,17,18,1,16,37,38,7,7,15,13,1,2,3,4,1,2, | ||
743 | 1,2,3,14,8,9,3,4,1,2,3,4,10,11,12,27,10,29,7,7,7,7,7,7,25,26,20,21,7,7,7,7,7,7,43,44,1,16,37,38,8,9,3,4,1,2,3,4,1,2,3,4,5,6,7,7,25,26,12,4,1,2,3,4, | ||
744 | 3,4,1,16,17,18,1,2,3,4,1,2,3,14,25,26,20,21,7,7,7,7,7,7,7,7,7,7,7,7,7,41,37,38,8,9,3,4,1,16,17,18,1,2,3,4,1,2,3,4,1,11,47,21,7,7,7,7,22,2,3,4,1,2, | ||
745 | 1,2,3,4,1,2,3,4,10,11,12,13,10,29,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,43,44,1,16,32,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,14,7,7,7,7,30,31,32,4,1,2,3,4, | ||
746 | 3,4,1,2,3,4,10,11,20,21,25,26,20,21,7,7,7,7,7,7,7,7,7,41,37,38,30,41,37,38,8,9,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,16,37,38,7,7,19,13,1,2,3,4,1,2, | ||
747 | 1,2,3,4,10,11,20,21,7,7,7,7,30,41,37,38,7,7,7,7,7,7,43,44,1,16,32,4,1,16,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,5,6,7,7,25,26,12,13,1,2,3,4, | ||
748 | 3,4,1,2,3,14,7,7,7,7,30,31,32,4,1,16,37,38,7,7,7,7,46,48,12,13,1,2,3,4,10,11,12,13,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,5,11,47,33,7,7,7,7,22,23,3,4,1,2, | ||
749 | 1,2,3,4,1,16,37,38,7,7,19,13,1,2,3,4,1,16,37,38,7,7,7,7,22,9,3,4,1,2,3,14,8,9,3,4,10,11,12,13,1,11,12,13,10,11,12,13,10,11,47,33,7,7,7,7,30,31,32,4,1,2,3,4, | ||
750 | 3,4,1,2,3,4,10,29,7,7,8,9,3,13,1,2,3,4,10,29,2147483682,7,7,7,19,13,1,2,3,4,1,16,17,18,1,2,3,14,8,9,3,14,46,48,20,21,8,9,3,14,7,7,7,7,7,34,19,13,1,2,3,4,1,2, | ||
751 | 1,2,3,4,1,2,3,14,30,31,32,13,1,2,3,4,1,2,3,14,2147483684,7,7,7,25,26,12,13,1,2,3,4,1,2,3,4,1,16,17,18,10,29,7,7,7,7,19,13,10,29,7,7,7,7,7,36,25,23,3,4,1,2,3,4, | ||
752 | 3,4,1,2,3,4,1,16,32,4,1,2,3,13,1,2,3,4,1,39,37,38,7,7,7,7,22,9,3,4,1,2,3,4,10,11,12,13,10,11,20,21,7,7,7,7,25,48,20,21,7,7,7,7,30,31,32,4,10,11,12,13,1,2, | ||
753 | 1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,16,37,38,7,7,19,13,10,11,12,13,10,11,20,21,46,48,20,21,7,7,7,7,7,7,7,7,7,7,7,7,7,7,19,13,1,2,3,14,8,9,3,4, | ||
754 | 3,4,10,11,12,13,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,10,29,7,7,46,48,20,21,46,48,20,21,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,9,3,4,1,16,17,18,1,2, | ||
755 | 1,2,3,14,8,9,3,4,1,2,3,4,1,2,3,4,1,2,3,4,10,11,20,21,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,30,31,32,4,10,2,3,13,1,2,3,4, | ||
756 | 3,4,1,16,17,18,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,14,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,30,31,37,38,30,31,37,38,7,7,19,13,10,2,3,4,1,2,3,4,1,2, | ||
757 | 1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,10,11,12,13,10,29,7,7,7,7,7,7,7,40,7,7,7,7,7,7,30,31,37,38,30,31,32,4,1,16,32,4,1,16,37,38,22,9,3,4,1,2,3,4,1,2,3,4, | ||
758 | 3,4,1,2,3,4,10,11,12,13,1,2,3,4,10,11,20,33,25,26,20,33,7,7,7,7,30,31,37,38,7,7,7,34,30,31,32,4,1,39,32,4,1,2,3,4,1,2,3,4,10,29,19,13,10,11,12,13,1,2,3,4,1,2, | ||
759 | 1,2,3,4,1,2,3,14,25,26,12,13,10,2,3,14,7,7,7,7,7,7,7,7,7,7,35,13,1,39,37,38,7,36,19,13,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,49,50,48,20,21,8,9,3,4,1,2,3,4, | ||
760 | 3,4,1,2,3,4,1,16,37,38,8,9,3,4,1,16,37,38,7,7,7,7,7,7,7,7,22,23,3,4,1,39,37,38,8,9,3,4,1,2,3,4,1,2,3,4,1,2,3,4,10,29,7,7,7,7,19,44,1,2,3,4,1,2, | ||
761 | 10,11,12,13,1,2,3,4,10,29,35,13,51,2,3,4,1,16,37,38,7,7,7,7,30,31,32,4,1,2,3,4,1,39,32,4,1,2,3,4,1,2,3,4,10,11,12,13,1,2,3,21,7,7,7,7,8,9,3,4,1,2,3,4, | ||
762 | 3,14,8,9,3,4,10,11,20,52,50,26,12,44,1,2,3,4,1,16,37,38,30,31,32,13,1,2,3,4,1,2,3,4,1,2,3,4,10,11,12,13,1,2,3,14,46,48,12,13,1,16,37,38,30,41,17,4,1,2,3,4,1,2, | ||
763 | 1,16,17,18,10,11,20,21,7,7,7,7,22,9,3,4,1,2,3,4,1,16,32,4,1,2,3,4,1,2,3,4,10,11,12,13,1,2,3,14,22,9,3,4,10,29,7,7,22,9,3,4,1,16,17,4,1,2,3,4,1,2,3,4, | ||
764 | 3,4,1,2,3,24,30,41,37,38,30,41,17,4,1,2,3,13,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,21,22,9,3,4,1,16,17,4,10,11,20,21,7,7,19,13,1,2,3,4,1,2,3,4,1,2,3,4,1,2, | ||
765 | 1,2,3,4,1,16,53,4,1,16,53,4,1,2,3,4,1,2,3,13,1,2,3,4,1,2,3,4,1,2,3,4,1,16,17,4,10,11,12,13,10,11,20,21,7,7,7,7,8,9,3,4,1,2,3,4,1,2,3,4,1,2,3,4, | ||
766 | 3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,10,11,20,21,22,9,3,14,30,31,37,38,7,7,19,44,1,2,3,4,1,2,3,4,1,2,3,4,1,2, | ||
767 | 1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,14,30,31,17,18,1,16,17,4,1,16,37,38,46,48,12,13,1,2,3,4,10,11,12,13,10,11,12,13, | ||
768 | 3,4,1,2,3,4,1,2,3,4,1,2,3,4,10,11,12,13,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,13,10,29,19,13,1,2,3,4,1,2,3,4,10,29,54,55,22,9,3,4,10,11,20,21,25,48,20,21,22,9, | ||
769 | 10,11,12,13,1,2,3,4,1,2,3,4,1,2,3,14,8,9,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,14,8,9,3,4,10,11,12,13,1,2,3,14,30,41,17,44,1,2,3,14,7,7,7,41,56,38,35,13, | ||
770 | 3,14,8,9,3,4,1,2,3,4,1,2,3,4,10,39,17,18,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,16,17,4,1,2,3,14,22,9,3,4,1,16,3,4,1,2,3,4,5,29,7,7,43,44,5,6,25,26, | ||
771 | 1,16,17,18,1,2,3,4,1,2,3,4,1,2,3,4,5,2,3,4,1,2,3,4,1,2,3,4,1,2,17,4,1,2,3,4,1,2,3,4,1,16,17,4,10,2,3,13,1,2,3,4,1,2,3,14,30,31,53,57,58,59,56,38, | ||
772 | 3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,10,29,35,44,12,13,10,11,10,6, | ||
773 | 1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,10,11,12,13,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,49,50,48,60,26,20,61,20,52, | ||
774 | 3,4,1,2,3,4,10,11,12,13,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,14,8,9,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,16,37,38,7,7,7,7,30,41, | ||
775 | 1,2,3,4,1,2,3,14,8,9,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,16,17,18,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,27,1,16,37,38,7,41,17,18, | ||
776 | 12,27,28,11,12,27,28,16,17,18,28,11,12,27,28,11,12,27,28,11,12,27,28,11,12,27,28,11,12,27,28,11,12,27,28,11,12,27,28,11,12,27,28,11,12,27,28,11,12,27,28,11,12,27,10,11,12,27,10,29,43,44,28,11 | ||
777 | </data> | ||
778 | </layer> | ||
779 | </map> | ||
diff --git a/res/maps/map2_tiles.png b/res/maps/map2_tiles.png deleted file mode 100644 index 1e6c09f..0000000 --- a/res/maps/map2_tiles.png +++ /dev/null | |||
Binary files differ | |||