diff options
Diffstat (limited to 'maps/001-2-20.tmx')
-rw-r--r-- | maps/001-2-20.tmx | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/maps/001-2-20.tmx b/maps/001-2-20.tmx index a7039188..250458f1 100644 --- a/maps/001-2-20.tmx +++ b/maps/001-2-20.tmx @@ -359,7 +359,22 @@ </data> </layer> <objectgroup name="Object"> - <object id="1" name="To balcony" type="warp" x="1056" y="1120.5" width="32" height="32"/> - <object id="2" name="To main hall" type="warp" x="928" y="832" width="32" height="32"/> + <object id="1" name="To balcony" type="warp" x="1056" y="1120" width="32" height="32"> + <properties> + <property name="dest_map" value="001-1"/> + <property name="dest_x" value="107"/> + <property name="dest_y" value="50"/> + </properties> + </object> + <object id="2" name="To main hall" type="ani_warp" x="928" y="832" width="32" height="32"> + <properties> + <property name="dest_map" value="001-2-19"/> + <property name="dest_x" value="41"/> + <property name="dest_y" value="55"/> + <property name="npc_id" value="NPC_ARTIS_DOOR_WOOD"/> + <property name="trigger_x" value="2"/> + <property name="trigger_y" value="3"/> + </properties> + </object> </objectgroup> </map> |