diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/027-0.tmx | 12 | ||||
-rw-r--r-- | maps/027-1.tmx | 9 |
2 files changed, 14 insertions, 7 deletions
diff --git a/maps/027-0.tmx b/maps/027-0.tmx index 41f77dfa..0308d7b5 100644 --- a/maps/027-0.tmx +++ b/maps/027-0.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="130" height="72" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="77"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="130" height="72" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="78"> <properties> <property name="author" value="Source Of Tales Team, Jesusalva"/> <property name="manaplus version" value="2"/> @@ -649,5 +649,13 @@ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 </data> </layer> - <objectgroup id="14" name="Objects"/> + <objectgroup id="14" name="Objects"> + <object id="77" name="To Outdoors" type="warp" x="2048" y="1152" width="96" height="32"> + <properties> + <property name="dest_map" value="027-1"/> + <property name="dest_x" value="90"/> + <property name="dest_y" value="40"/> + </properties> + </object> + </objectgroup> </map> diff --git a/maps/027-1.tmx b/maps/027-1.tmx index 61d2a805..4fc7427f 100644 --- a/maps/027-1.tmx +++ b/maps/027-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="180" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="73" nextobjectid="547"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="180" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="73" nextobjectid="547"> <properties> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/027-1.png"/> @@ -2006,10 +2006,9 @@ </object> <object id="534" name="To Administration" type="warp" x="2848" y="1248" width="64" height="32"> <properties> - <property name="dest_map" value="000-0"/> - <property name="dest_x" value="22"/> - <property name="dest_y" value="22"/> - <property name="npc_id" value="SCRIPT"/> + <property name="dest_map" value="027-0"/> + <property name="dest_x" value="65"/> + <property name="dest_y" value="35"/> </properties> </object> <object id="535" name="Wizardry Institute" type="warp" x="2336" y="1696" width="32" height="32"> |