mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
make correct solution more obvious
This commit is contained in:
parent
31c5519bc8
commit
b275db90da
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<map version="1.10" tiledversion="1.10.1" orientation="orthogonal" renderorder="right-down" width="11" height="10" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="3">
|
<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="11" height="10" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="3">
|
||||||
<properties>
|
<properties>
|
||||||
<property name="DIRECTIONS" value="RULDRULDRULD"/>
|
<property name="DIRECTIONS" value="RULDRULDRULD"/>
|
||||||
<property name="ITEMS" value="DOOR,SWORD,SLIME,SQUID_UP"/>
|
<property name="ITEMS" value="DOOR,SWORD,SLIME,SQUID_UP"/>
|
||||||
|
@ -8,16 +8,16 @@
|
||||||
<tileset firstgid="1" source="../level16.tsx"/>
|
<tileset firstgid="1" source="../level16.tsx"/>
|
||||||
<layer id="1" name="Tile Layer 1" width="11" height="10">
|
<layer id="1" name="Tile Layer 1" width="11" height="10">
|
||||||
<data encoding="csv">
|
<data encoding="csv">
|
||||||
0,0,1,7,4,7,5,2,2,2,9,
|
0,0,0,0,1,7,5,6,9,0,0,
|
||||||
0,0,46,11,11,17,13,12,14,16,18,
|
0,0,1,4,1073741852,17,13,13,3221225500,9,0,
|
||||||
1,6,1073741852,13,16,11,12,12,13,12,18,
|
0,1,1073741852,13,16,11,12,16,16,18,0,
|
||||||
46,16,13,13,15,14,13,16,15,13,47,
|
0,37,13,13,15,14,13,11,11,47,0,
|
||||||
37,17,12,14,12,13,17,11,2147483676,26,27,
|
0,46,12,14,12,13,17,17,2147483676,27,0,
|
||||||
19,28,11,13,14,11,16,16,18,0,0,
|
0,46,11,13,14,11,16,13,47,0,0,
|
||||||
0,37,16,12,13,17,17,15,18,0,0,
|
0,19,28,12,13,17,17,16,47,0,0,
|
||||||
0,19,28,16,15,17,15,11,47,0,0,
|
0,0,19,28,15,17,15,2147483676,27,0,0,
|
||||||
0,0,46,12,15,12,16,2147483676,27,0,0,
|
0,0,0,19,22,25,20,27,0,0,0,
|
||||||
0,0,19,21,25,23,22,27,0,0,0
|
0,0,0,0,0,0,0,0,0,0,0
|
||||||
</data>
|
</data>
|
||||||
</layer>
|
</layer>
|
||||||
<objectgroup id="2" name="Object Layer 1">
|
<objectgroup id="2" name="Object Layer 1">
|
||||||
|
|
Loading…
Reference in a new issue