mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-13 21:18:13 +01:00
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@21 08aca716-68be-ccc6-4d58-36f5abd142ac
78 lines
2.7 KiB
XML
78 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<map version="1.0" orientation="orthogonal" width="10" height="10" tilewidth="32" tileheight="32">
|
|
<tileset firstgid="1" name="tiles_1_1" tilewidth="32" tileheight="32">
|
|
<image source="../drawable/map_tiles_1_1.png"/>
|
|
</tileset>
|
|
<layer name="Ground" width="10" height="10">
|
|
<data encoding="base64" compression="gzip">
|
|
H4sIAAAAAAAAC9NkYGDQHOTYg4pm6SBhWqpTI9M8AEESfViQAQAA
|
|
</data>
|
|
</layer>
|
|
<layer name="Objects" width="10" height="10">
|
|
<data encoding="base64" compression="gzip">
|
|
H4sIAAAAAAAAC2NgGFwghopmJVPRLHoBAJdDj86QAQAA
|
|
</data>
|
|
</layer>
|
|
<layer name="Above" width="10" height="10">
|
|
<data encoding="base64" compression="gzip">
|
|
H4sIAAAAAAAAC2NgGAWDCQAADA0iRpABAAA=
|
|
</data>
|
|
</layer>
|
|
<layer name="Walkable" width="10" height="10">
|
|
<data encoding="base64" compression="gzip">
|
|
H4sIAAAAAAAAC2NgGL5AcKAdQAYAAGnI7B6QAQAA
|
|
</data>
|
|
</layer>
|
|
<objectgroup name="Object Layer 1" width="10" height="10">
|
|
<object name="Sign 1" type="sign" x="192" y="96" width="32" height="32">
|
|
<properties>
|
|
<property name="Text" value="Item text"/>
|
|
<property name="Title" value="Item title"/>
|
|
</properties>
|
|
</object>
|
|
<object name="start" type="mapchange" x="96" y="64" width="32" height="32"/>
|
|
<object name="no_quest:10" type="key" x="32" y="128" width="32" height="32"/>
|
|
<object name="debugquest:100" type="key" x="0" y="128" width="32" height="32">
|
|
<properties>
|
|
<property name="message" value="A strange force prevents you from entering."/>
|
|
</properties>
|
|
</object>
|
|
<object name="place2" type="mapchange" x="192" y="256" width="32" height="32">
|
|
<properties>
|
|
<property name="map" value="debugmap"/>
|
|
<property name="place" value="place1"/>
|
|
</properties>
|
|
</object>
|
|
<object name="place1" type="mapchange" x="0" y="0" width="32" height="32">
|
|
<properties>
|
|
<property name="map" value="debugmap"/>
|
|
<property name="place" value="place2"/>
|
|
</properties>
|
|
</object>
|
|
</objectgroup>
|
|
<objectgroup name="Spawn" width="10" height="10">
|
|
<object name="ant" type="spawn" x="96" y="128" width="192" height="160">
|
|
<properties>
|
|
<property name="quantity" value="2"/>
|
|
<property name="type" value="insect"/>
|
|
</properties>
|
|
</object>
|
|
<object name="ogre" type="spawn" x="256" y="256" width="64" height="64">
|
|
<properties>
|
|
<property name="quantity" value="3"/>
|
|
<property name="type" value="troll"/>
|
|
</properties>
|
|
</object>
|
|
<object name="shop" type="spawn" x="288" y="0" width="32" height="32">
|
|
<properties>
|
|
<property name="type" value="debugNPC1"/>
|
|
</properties>
|
|
</object>
|
|
<object name="shop" type="spawn" x="256" y="0" width="32" height="32">
|
|
<properties>
|
|
<property name="type" value="debugNPC2"/>
|
|
</properties>
|
|
</object>
|
|
</objectgroup>
|
|
</map>
|