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

51 lines
2.2 KiB
Plaintext
Raw Normal View History

2023-07-20 02:41:17 +10:00
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.10" tiledversion="1.10.1" orientation="orthogonal" renderorder="right-down" width="22" height="20" tilewidth="8" tileheight="8" infinite="0" nextlayerid="3" nextobjectid="7">
<properties>
<property name="DIRECTIONS" value="RRRRRRDDRR"/>
<property name="ITEMS" value="DOOR_SWITCHED_OPEN,SWITCH"/>
<property name="NAME" value="Be careful of the spikes"/>
</properties>
<tileset firstgid="1" source="../level.tsx"/>
<layer id="1" name="Tile Layer 1" width="22" height="20">
<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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
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,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,0,0,
0,0,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,0,0,
0,0,37,38,39,40,47,48,39,48,43,44,47,48,51,52,51,52,1073741895,1073741896,0,0,
0,0,55,56,57,58,65,66,69,70,61,62,65,66,61,70,69,70,1073741877,1073741878,0,0,
0,0,145,146,51,52,47,48,1073741881,1073741882,51,48,47,48,47,48,43,44,147,148,0,0,
0,0,163,164,69,70,65,66,1073741863,1073741864,61,70,65,66,65,66,61,62,165,166,0,0,
0,0,181,182,39,52,47,48,43,44,51,52,39,50,51,52,51,50,183,184,0,0,
0,0,199,200,69,70,65,66,61,62,69,70,61,62,69,70,69,70,201,202,0,0,
0,0,1073741987,1073741988,51,52,43,48,51,52,39,50,51,52,51,52,39,50,53,54,0,0,
0,0,1073741969,1073741970,69,70,61,62,69,70,69,70,69,70,69,70,69,70,71,72,0,0,
0,0,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,0,0,
0,0,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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="Object Layer 1">
<object id="1" name="HERO" x="38.0855" y="71.8675">
<point/>
</object>
<object id="2" name="SPIKES_DOWN" x="120.066" y="90.8026">
<point/>
</object>
<object id="3" name="SWITCH" x="86.284" y="89.7268">
<point/>
</object>
<object id="4" name="STAIRS" x="120.496" y="108.447">
<point/>
</object>
<object id="6" name="SPIKES" x="103.283" y="106.51">
<point/>
</object>
</objectgroup>
</map>