diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-29 15:31:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-29 15:31:06 -0300 |
commit | 4995a1f6228220be2188425326c6f1b31b1fdcc7 (patch) | |
tree | 5124c0a0668c15403b39f302baa5bfc5fa2ee3f2 | |
parent | 168f02c4777d31355ba8eb50026c64fd87258ec7 (diff) | |
download | clientdata-4995a1f6228220be2188425326c6f1b31b1fdcc7.tar.gz clientdata-4995a1f6228220be2188425326c6f1b31b1fdcc7.tar.bz2 clientdata-4995a1f6228220be2188425326c6f1b31b1fdcc7.tar.xz clientdata-4995a1f6228220be2188425326c6f1b31b1fdcc7.zip |
Fix a broken warp
-rw-r--r-- | maps/010-1-11.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/010-1-11.tmx b/maps/010-1-11.tmx index cc1e5937d..72a086a20 100644 --- a/maps/010-1-11.tmx +++ b/maps/010-1-11.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="71" height="51" tilewidth="32" tileheight="32" infinite="0" nextlayerid="104" nextobjectid="54"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="71" height="51" tilewidth="32" tileheight="32" infinite="0" nextlayerid="104" nextobjectid="54"> <properties> <property name="author" value="Saulc"/> <property name="license" value="CC BY-SA 4.0"/> @@ -462,7 +462,7 @@ <properties> <property name="dest_map" value="004-2-11"/> <property name="dest_x" value="52"/> - <property name="dest_y" value="51"/> + <property name="dest_y" value="21"/> </properties> </object> </objectgroup> |