diff options
Diffstat (limited to 'maps/005-1.tmx')
-rw-r--r-- | maps/005-1.tmx | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/maps/005-1.tmx b/maps/005-1.tmx index ed66ffe0..1287805a 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.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="120" height="120" tilewidth="32" tileheight="32" infinite="0" nextobjectid="89"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="120" height="120" tilewidth="32" tileheight="32" infinite="0" nextobjectid="92"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -1397,6 +1397,16 @@ <property name="spawn" value="35000"/> </properties> </object> - <object id="88" name="graphics/particles/warp.xml" type="particle_effect" x="1376" y="3424" width="32" height="32"/> + <object id="88" name="To Nard's Ship" type="warp" x="1376" y="3424" width="32" height="32"> + <properties> + <property name="dest_map" value="000-0"/> + <property name="npc_id" value="SCRIPT"/> + <property name="x" value="0"/> + <property name="y" value="0"/> + </properties> + </object> + </objectgroup> + <objectgroup color="#ff007f" name="Particles"> + <object id="89" name="graphics/particles/chimney-dark.xml" type="particle_effect" x="1600" y="2144" width="32" height="32"/> </objectgroup> </map> |