diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-26 15:29:12 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-26 15:29:12 -0200 |
commit | e1c6e05525eaa56b64aeec6e2f509031721cd378 (patch) | |
tree | 31010a9a8a0db5e3d4ce8145bf9f5c162cded976 | |
parent | 678c75bfe776d4f1dfc13a1d6e55f893816e7147 (diff) | |
download | clientdata-e1c6e05525eaa56b64aeec6e2f509031721cd378.tar.gz clientdata-e1c6e05525eaa56b64aeec6e2f509031721cd378.tar.bz2 clientdata-e1c6e05525eaa56b64aeec6e2f509031721cd378.tar.xz clientdata-e1c6e05525eaa56b64aeec6e2f509031721cd378.zip |
[skip ci] fix a broken warp, report by Krists
-rw-r--r-- | maps/010-1-1.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/010-1-1.tmx b/maps/010-1-1.tmx index c7ecd8bd..bec501f9 100644 --- a/maps/010-1-1.tmx +++ b/maps/010-1-1.tmx @@ -1181,7 +1181,7 @@ <properties> <property name="dest_map" value="010-1"/> <property name="dest_x" value="110"/> - <property name="dest_y" value="82"/> + <property name="dest_y" value="84"/> </properties> </object> <object id="55" name="To Outside" type="warp" x="4544" y="3840" width="32" height="32"> |