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

61 lines
1.8 KiB
Plaintext
Raw Normal View History

2023-07-26 08:15:34 +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="12">
2023-07-26 08:15:34 +10:00
<properties>
<property name="DIRECTIONS" value="RDRDRDRRRDDDRR"/>
<property name="ITEMS" value="SWITCH,SWORD,DOOR,SLIME,SLIME"/>
<property name="NAME" value="The key is right there!"/>
</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-07-26 08:15:34 +10:00
<data encoding="csv">
0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,1,2,9,0,0,0,
0,1,7,4,5,1073741852,16,3221225500,6,9,0,
0,37,15,14,11,11,11,12,17,18,0,
0,46,14,17,16,11,15,11,13,18,0,
0,46,13,12,11,14,16,11,16,18,0,
0,10,14,16,13,13,13,14,29,30,0,
0,37,15,11,14,14,39,16,13,38,0,
0,19,24,26,22,22,48,20,25,27,0,
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-07-26 08:15:34 +10:00
<object id="1" name="HERO" x="39.2614" y="90.2111">
<point/>
</object>
<object id="2" name="STAIRS" x="135.261" y="122.211">
<point/>
</object>
<object id="3" name="DOOR" x="119.261" y="122.211">
<point/>
</object>
<object id="4" name="KEY" x="103.261" y="74.2111">
<point/>
</object>
<object id="5" name="SQUID_DOWN" x="103.261" y="42.2111">
<point/>
</object>
<object id="6" name="DOOR_SWITCHED" x="103.261" y="58.2111">
<point/>
</object>
</objectgroup>
2023-09-06 07:52:10 +10:00
<objectgroup id="3" name="Solution">
<object id="7" name="SWITCH" x="56.4526" y="105.961">
<point/>
</object>
<object id="8" name="SWORD" x="54.4365" y="90.5034">
<point/>
</object>
<object id="9" name="SLIME" x="71.4618" y="116.266">
<point/>
</object>
<object id="10" name="SLIME" x="88.9353" y="117.386">
<point/>
</object>
<object id="11" name="DOOR" x="105.065" y="89.3833">
<point/>
</object>
</objectgroup>
2023-07-26 08:15:34 +10:00
</map>