agb/examples/the-dungeon-puzzlers-lament/maps/levels/level_spikes2.tmx
2023-09-05 22:52:10 +01:00

58 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<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="11">
<properties>
<property name="DIRECTIONS" value="ULULULULULULULUL"/>
<property name="ITEMS" value="DOOR_SWITCHED_OPEN,SWITCH,SWITCH,DOOR_SWITCHED"/>
<property name="NAME" value="Why do people leave things in awkward places?"/>
</properties>
<tileset firstgid="1" source="../level16.tsx"/>
<layer id="1" name="Ground" width="11" height="10">
<data encoding="csv">
0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,
0,0,1,2,5,6,3,6,7,9,0,
0,0,46,11,17,15,14,17,11,18,0,
0,0,2147483678,2147483677,16,14,15,11,11,38,0,
0,0,46,12,11,16,15,15,11,18,0,
0,0,37,14,15,12,12,14,15,38,0,
0,0,19,23,24,25,24,25,20,27,0,
0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0
</data>
</layer>
<objectgroup id="2" name="Puzzle">
<object id="1" name="HERO" x="133.224" y="106.213">
<point/>
</object>
<object id="2" name="STAIRS" x="54.4712" y="59.0903">
<point/>
</object>
<object id="3" name="SPIKES_DOWN" x="71.6849" y="72.6462">
<point/>
</object>
<object id="4" name="SLIME" x="69.9636" y="57.3689">
<point/>
</object>
<object id="5" name="SPIKES" x="87.3925" y="58.2296">
<point/>
</object>
<object id="6" name="SWORD" x="87.8228" y="91.3661">
<point/>
</object>
</objectgroup>
<objectgroup id="3" name="Solution">
<object id="7" name="DOOR_SWITCHED_OPEN" x="119.85" y="71.6859">
<point/>
</object>
<object id="8" name="DOOR_SWITCHED" x="101.256" y="71.0138">
<point/>
</object>
<object id="9" name="SWITCH" x="118.73" y="84.6789">
<point/>
</object>
<object id="10" name="SWITCH" x="102.152" y="85.799">
<point/>
</object>
</objectgroup>
</map>