agb/examples/the-dungeon-puzzlers-lament/maps/levels/teleporter_2.tmx

67 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

2023-08-30 07:56:05 +10:00
<?xml version="1.0" encoding="UTF-8"?>
2023-09-06 07:52:10 +10:00
<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="11" height="10" tilewidth="16" tileheight="16" infinite="0" nextlayerid="4" nextobjectid="19">
2023-08-30 07:56:05 +10:00
<properties>
<property name="DIRECTIONS" value="RRRRDDDDDDDD"/>
2023-08-30 07:58:50 +10:00
<property name="ITEMS" value="BLOCK,BLOCK,SQUID_DOWN,TELEPORTER,TELEPORTER,GLOVE"/>
2023-08-30 07:56:05 +10:00
<property name="NAME" value="The hero is rather useless without help"/>
</properties>
<tileset firstgid="1" source="../level16.tsx"/>
2023-09-06 07:52:10 +10:00
<layer id="1" name="Ground" width="11" height="10">
2023-08-30 07:56:05 +10:00
<data encoding="csv">
2023-08-30 08:08:24 +10:00
0,0,1,8,7,7,5,9,0,0,0,
1,6,1073741852,15,16,15,13,3221225500,9,0,0,
46,15,11,17,17,12,11,14,47,0,0,
46,13,14,13,14,13,12,2147483676,27,0,0,
46,15,16,17,13,12,17,3221225500,8,9,0,
19,28,13,12,17,12,11,16,13,47,0,
0,19,25,28,15,11,16,12,2147483676,27,0,
2023-08-30 07:56:05 +10:00
0,0,0,19,28,17,2147483676,22,27,0,0,
0,0,0,0,46,15,38,0,0,0,0,
0,0,0,0,19,23,27,0,0,0,0
</data>
</layer>
2023-09-06 07:52:10 +10:00
<objectgroup id="2" name="Puzzle">
2023-08-30 07:56:05 +10:00
<object id="3" name="HERO" x="23.6165" y="40.8129">
<point/>
</object>
<object id="7" name="SWITCH" x="119.687" y="41.2715">
<point/>
</object>
<object id="8" name="BLOCK" x="102.949" y="39.4372">
<point/>
</object>
2023-08-30 07:58:50 +10:00
<object id="9" name="KEY" x="55.7165" y="41.5008">
2023-08-30 07:56:05 +10:00
<point/>
</object>
<object id="10" name="STAIRS" x="85.9823" y="135.05">
<point/>
</object>
<object id="11" name="DOOR" x="87.358" y="118.77">
<point/>
</object>
2023-08-30 07:58:50 +10:00
<object id="12" name="SPIKES" x="87.358" y="102.949">
<point/>
</object>
2023-08-30 07:56:05 +10:00
</objectgroup>
2023-09-06 07:52:10 +10:00
<objectgroup id="3" name="Solution">
<object id="13" name="SQUID_DOWN" x="55.4872" y="23.8458">
<point/>
</object>
<object id="14" name="TELEPORTER" x="54.7994" y="56.1751">
<point/>
</object>
<object id="15" name="TELEPORTER" x="86.6701" y="87.1287">
<point/>
</object>
<object id="16" name="GLOVE" x="38.2908" y="39.2079">
<point/>
</object>
<object id="17" name="BLOCK" x="89.8801" y="40.1251">
<point/>
</object>
<object id="18" name="BLOCK" x="88.0459" y="56.6337">
<point/>
</object>
</objectgroup>
2023-08-30 07:56:05 +10:00
</map>