diff options
author | wushin <pasekei@gmail.com> | 2016-11-25 13:34:46 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2016-12-02 19:15:46 -0600 |
commit | 926bcbc74fa88f42cd63b649eac9079fd273fc8a (patch) | |
tree | 831a1b102c60ff2c9b2a02beca62eadc1d5d8a16 | |
parent | b04f8f91d7b910c48724daf0c1b33b3b1a9d8d81 (diff) | |
download | clientdata-926bcbc74fa88f42cd63b649eac9079fd273fc8a.tar.gz clientdata-926bcbc74fa88f42cd63b649eac9079fd273fc8a.tar.bz2 clientdata-926bcbc74fa88f42cd63b649eac9079fd273fc8a.tar.xz clientdata-926bcbc74fa88f42cd63b649eac9079fd273fc8a.zip |
Fix map 000-2-4
-rw-r--r-- | maps/000-2-4.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/000-2-4.tmx b/maps/000-2-4.tmx index 1cb5afca..e7a496f1 100644 --- a/maps/000-2-4.tmx +++ b/maps/000-2-4.tmx @@ -501,7 +501,7 @@ <objectgroup name="Object"> <object id="11" name="ToLevel1" type="warp" x="1312" y="960" width="32" height="32"> <properties> - <property name="dest_map" value="000-2-1"/> + <property name="dest_map" value="000-2-2"/> <property name="dest_x" value="25"/> <property name="dest_y" value="31"/> </properties> |