diff options
-rw-r--r-- | maps/guilds.tmx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/maps/guilds.tmx b/maps/guilds.tmx index d71a86b02..36aae08a1 100644 --- a/maps/guilds.tmx +++ b/maps/guilds.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="70" height="70" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="5"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="70" height="70" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="6"> <properties> <property name="license" value="GPL 3.0"/> <property name="manaplus version" value="2"/> @@ -745,5 +745,12 @@ <object id="2" name="Margin" type="Fixme" x="1600" y="0" width="640" height="640"/> <object id="3" name="Margin" type="Fixme" x="0" y="1600" width="640" height="640"/> <object id="4" name="Margin" type="Fixme" x="1600" y="1600" width="640" height="640"/> + <object id="5" name="Leave" type="warp" x="1088" y="1568" width="64" height="32"> + <properties> + <property name="dest_map" value="017-1"/> + <property name="dest_x" value="57"/> + <property name="dest_y" type="int" value="34"/> + </properties> + </object> </objectgroup> </map> |