diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 15:17:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 15:17:25 -0300 |
commit | dbe4e506d596cd4f8ac1e27aff34b527c415b6c6 (patch) | |
tree | 02b71925ce755122482e1cb56e9f6d6ab147e7f0 /maps/012-1.tmx | |
parent | 4f6ed523cc1246f78d63a6fbc3c971fe6aa5c0b4 (diff) | |
download | clientdata-dbe4e506d596cd4f8ac1e27aff34b527c415b6c6.tar.gz clientdata-dbe4e506d596cd4f8ac1e27aff34b527c415b6c6.tar.bz2 clientdata-dbe4e506d596cd4f8ac1e27aff34b527c415b6c6.tar.xz clientdata-dbe4e506d596cd4f8ac1e27aff34b527c415b6c6.zip |
Include Hurnscald Inn (012-2)
Diffstat (limited to 'maps/012-1.tmx')
-rw-r--r-- | maps/012-1.tmx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/maps/012-1.tmx b/maps/012-1.tmx index 9062c1b7..366a7665 100644 --- a/maps/012-1.tmx +++ b/maps/012-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="162" height="120" tilewidth="32" tileheight="32" nextobjectid="18"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="162" height="120" tilewidth="32" tileheight="32" nextobjectid="19"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="1"/> @@ -734,5 +734,12 @@ <property name="monster_id" value="53"/> </properties> </object> + <object id="18" name="To Hurnscald Inn" type="warp" x="2080" y="1760" width="32" height="32"> + <properties> + <property name="dest_map" value="012-2"/> + <property name="dest_x" value="36"/> + <property name="dest_y" value="46"/> + </properties> + </object> </objectgroup> </map> |