diff options
Diffstat (limited to 'maps/001-2-12.tmx')
-rw-r--r-- | maps/001-2-12.tmx | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/maps/001-2-12.tmx b/maps/001-2-12.tmx index 9411d1ff..66a3d633 100644 --- a/maps/001-2-12.tmx +++ b/maps/001-2-12.tmx @@ -366,9 +366,27 @@ </data> </layer> <objectgroup name="Object"> - <object id="1" name="To Second level" type="warp" x="832" y="864" width="64" height="32"/> - <object id="2" name="To Artis" type="warp" x="1088" y="1152" width="32" height="32"/> - <object id="3" name="To Basement" type="warp" x="928" y="896" width="32" height="32"/> + <object id="1" name="To Second level" type="warp" x="832" y="864" width="64" height="32"> + <properties> + <property name="dest_map" value="001-2-13"/> + <property name="dest_x" value="27"/> + <property name="dest_y" value="29"/> + </properties> + </object> + <object id="2" name="To Artis" type="warp" x="1088" y="1152" width="32" height="32"> + <properties> + <property name="dest_map" value="001-1"/> + <property name="dest_x" value="142"/> + <property name="dest_y" value="31"/> + </properties> + </object> + <object id="3" name="To Basement" type="script_warp" x="928" y="896" width="32" height="32"> + <properties> + <property name="dest_map" value="001-2-14"/> + <property name="dest_x" value="25"/> + <property name="dest_y" value="29"/> + </properties> + </object> </objectgroup> <layer name="Heights" width="67" height="61"> <data encoding="csv"> |