diff options
author | Reid <reidyaro@gmail.com> | 2016-11-06 04:12:10 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-11-06 04:12:45 +0100 |
commit | 8fa43d973c8dd08ac840702de27ac4bcdd639387 (patch) | |
tree | 446e94fd5b6e5144f54bebe376f8b29b529d1834 /maps/001-2-39.tmx | |
parent | d6a8465aa4ed66ef0ee9c78a3864b3602fc725d7 (diff) | |
download | clientdata-8fa43d973c8dd08ac840702de27ac4bcdd639387.tar.gz clientdata-8fa43d973c8dd08ac840702de27ac4bcdd639387.tar.bz2 clientdata-8fa43d973c8dd08ac840702de27ac4bcdd639387.tar.xz clientdata-8fa43d973c8dd08ac840702de27ac4bcdd639387.zip |
Fix some bad warp locations and add some missing save locations.
Diffstat (limited to 'maps/001-2-39.tmx')
-rw-r--r-- | maps/001-2-39.tmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/001-2-39.tmx b/maps/001-2-39.tmx index 34a11c67..1c092c94 100644 --- a/maps/001-2-39.tmx +++ b/maps/001-2-39.tmx @@ -491,15 +491,15 @@ <objectgroup name="Object" opacity="0.87"> <object id="7" name="To Right Chamber" type="warp" x="1440" y="1056" width="32" height="32"> <properties> - <property name="dest_map" value="001-1"/> - <property name="dest_x" value="36"/> + <property name="dest_map" value="001-2-38"/> + <property name="dest_x" value="24"/> <property name="dest_y" value="33"/> </properties> </object> <object id="8" name="To Left Chamber" type="warp" x="736" y="1056" width="32" height="32"> <properties> - <property name="dest_map" value="001-1"/> - <property name="dest_x" value="24"/> + <property name="dest_map" value="001-2-37"/> + <property name="dest_x" value="36"/> <property name="dest_y" value="33"/> </properties> </object> |