diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-01 08:43:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-01 08:43:26 -0300 |
commit | 93c2ba22168b0d18cb4ef90a48fd9368d16795aa (patch) | |
tree | c5312ffad2e202bc6edce0491f67be001b91f7ab /maps/042-11.tmx | |
parent | d7ce748b438ec01f39268b05c13e4e7635446ad0 (diff) | |
download | clientdata-93c2ba22168b0d18cb4ef90a48fd9368d16795aa.tar.gz clientdata-93c2ba22168b0d18cb4ef90a48fd9368d16795aa.tar.bz2 clientdata-93c2ba22168b0d18cb4ef90a48fd9368d16795aa.tar.xz clientdata-93c2ba22168b0d18cb4ef90a48fd9368d16795aa.zip |
Fixed object collision
Diffstat (limited to 'maps/042-11.tmx')
-rw-r--r-- | maps/042-11.tmx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/maps/042-11.tmx b/maps/042-11.tmx index 8c3bfc08..eb32d91a 100644 --- a/maps/042-11.tmx +++ b/maps/042-11.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="80" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="7"> +<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="80" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="7"> <properties> <property name="license" value="CC-BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -984,6 +984,7 @@ <property name="dest_map" value="042-10"/> <property name="dest_x" value="143"/> <property name="dest_y" value="21"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> <object id="6" name="To Throne Room" type="warp" x="640" y="864" width="32" height="96"> @@ -991,6 +992,7 @@ <property name="dest_map" value="042-0"/> <property name="dest_x" value="46"/> <property name="dest_y" value="25"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> </objectgroup> |