diff options
-rw-r--r-- | maps/003-1.tmx | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/maps/003-1.tmx b/maps/003-1.tmx index 0b2ffb81..9ca0d602 100644 --- a/maps/003-1.tmx +++ b/maps/003-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="160" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="16" nextobjectid="94"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="160" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="16" nextobjectid="96"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -2456,6 +2456,22 @@ <property name="npc_id" value="SCRIPT"/> </properties> </object> + <object id="94" name="To La Marine" type="warp" x="3840" y="800" width="32" height="32"> + <properties> + <property name="dest_map" value="016-1"/> + <property name="dest_x" value="0"/> + <property name="dest_y" value="0"/> + <property name="npc_id" value="SCRIPT"/> + </properties> + </object> + <object id="95" name="To La Johanne" type="warp" x="2624" y="2176" width="32" height="32"> + <properties> + <property name="dest_map" value="002-1"/> + <property name="dest_x" value="0"/> + <property name="dest_y" value="0"/> + <property name="npc_id" value="SCRIPT"/> + </properties> + </object> </objectgroup> <objectgroup color="#ffaa00" id="15" name="Spawns" visible="0"> <object id="60" name="Maggot" type="spawn" x="1632" y="1857" width="2144" height="3136"> @@ -2589,6 +2605,6 @@ </objectgroup> <objectgroup color="#ff007f" id="14" name="Particles"> <object id="88" name="graphics/particles/chimney-dark.xml" type="particle_effect" x="3488" y="2752" width="32" height="32"/> - <object id="93" name="graphics/particles/warp.xml" type="particle_effect" x="2624" y="2176" width="32" height="32"/> + <object id="93" name="graphics/particles/warp.xml" type="particle_effect" x="1472" y="3904" width="32" height="32"/> </objectgroup> </map> |