diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/005-1.tmx | 4 | ||||
-rw-r--r-- | maps/006-0.tmx | 9 |
2 files changed, 10 insertions, 3 deletions
diff --git a/maps/005-1.tmx b/maps/005-1.tmx index fa2750dd..d48521d0 100644 --- a/maps/005-1.tmx +++ b/maps/005-1.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="135" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="16" nextobjectid="98"> +<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="135" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="16" nextobjectid="98"> <properties> <property name="author" value="Saulc, jesusalva, "/> <property name="license" value="CC BY-SA 3.0"/> @@ -2109,7 +2109,7 @@ <property name="y" value="0"/> </properties> </object> - <object id="92" name="To Crazyfefe's Cave" type="warp" x="2112" y="1984" width="32" height="32"> + <object id="92" name="To Underground" type="warp" x="2112" y="1984" width="32" height="32"> <properties> <property name="dest_map" value="000-0"/> <property name="npc_id" value="SCRIPT"/> diff --git a/maps/006-0.tmx b/maps/006-0.tmx index e0a1f4b2..7d802a86 100644 --- a/maps/006-0.tmx +++ b/maps/006-0.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="100" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="2"> +<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="100" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="3"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -522,5 +522,12 @@ </layer> <objectgroup id="7" name="Objects"> <object id="1" name="Margin" type="fixme" x="1152" y="1792" width="640" height="640"/> + <object id="2" name="To Candor" type="warp" x="1568" y="1728" width="32" height="32"> + <properties> + <property name="dest_map" value="005-1"/> + <property name="dest_x" value="66"/> + <property name="dest_y" value="63"/> + </properties> + </object> </objectgroup> </map> |