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

49 lines
1.5 KiB
Plaintext
Raw Normal View History

2023-08-30 06:43:37 +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="5" nextobjectid="12">
2023-08-30 06:43:37 +10:00
<properties>
<property name="DIRECTIONS" value="DRDRRDLRD"/>
<property name="ITEMS" value="BLOCK"/>
<property name="NAME" value="Hmmmmm"/>
</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 06:43:37 +10:00
<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,
2023-08-30 06:45:24 +10:00
0,0,1,3,5,4,5,9,0,0,0,
0,0,46,17,13,15,11,3221225500,9,0,0,
0,1,1073741852,12,17,15,13,15,3221225500,9,0,
0,10,13,13,13,15,17,11,17,18,0,
0,10,14,13,11,15,12,16,15,47,0,
0,19,20,28,17,16,14,2147483676,21,27,0,
2023-08-30 06:45:24 +10:00
0,0,0,19,21,23,26,27,0,0,0,
2023-08-30 06:43:37 +10:00
0,0,0,0,0,0,0,0,0,0,0
</data>
</layer>
2023-09-06 07:52:10 +10:00
<objectgroup id="2" name="Puzzle">
2023-08-30 06:43:37 +10:00
<object id="2" name="HERO" x="56.8918" y="56.0583">
<point/>
</object>
<object id="5" name="BLOCK" x="86.6923" y="89.6099">
<point/>
</object>
<object id="7" name="STAIRS" x="119.202" y="108.157">
<point/>
</object>
<object id="8" name="BLOCK" x="71.2711" y="90.4434">
<point/>
</object>
<object id="9" name="BLOCK" x="103.989" y="59.601">
<point/>
</object>
<object id="10" name="BLOCK" x="105.448" y="73.5634">
<point/>
</object>
</objectgroup>
2023-09-06 07:52:10 +10:00
<objectgroup id="4" name="Solution">
<object id="11" name="BLOCK" x="72.3579" y="103.496">
<point/>
</object>
</objectgroup>
2023-08-30 06:43:37 +10:00
</map>