diff options
Diffstat (limited to 'maps/001-2-40.tmx')
-rw-r--r-- | maps/001-2-40.tmx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/maps/001-2-40.tmx b/maps/001-2-40.tmx index 15fb0a84..1322065e 100644 --- a/maps/001-2-40.tmx +++ b/maps/001-2-40.tmx @@ -489,12 +489,16 @@ <objectgroup name="Object" opacity="0.87"> <object id="7" name="To Right Hall" type="warp" x="1408" y="1376" width="96" height="32"> <properties> - <property name="dest_map" value="001-2-34"/> + <property name="dest_map" value="001-2-33"/> + <property name="dest_x" value="25"/> + <property name="dest_y" value="39"/> </properties> </object> <object id="28" name="To Left Hall" type="warp" x="832" y="1376" width="96" height="32"> <properties> <property name="dest_map" value="001-2-34"/> + <property name="dest_x" value="43"/> + <property name="dest_y" value="39"/> </properties> </object> </objectgroup> |