diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-10 20:28:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-10 20:28:16 -0300 |
commit | 2975f362a1b8eb866c841ab2a844a943be408cc1 (patch) | |
tree | d1febe1791782e347233802b6c67196c6600e5de /maps | |
parent | 4b90c66825a1cb6e1d85f0b974a637d8f1f454f3 (diff) | |
download | clientdata-2975f362a1b8eb866c841ab2a844a943be408cc1.tar.gz clientdata-2975f362a1b8eb866c841ab2a844a943be408cc1.tar.bz2 clientdata-2975f362a1b8eb866c841ab2a844a943be408cc1.tar.xz clientdata-2975f362a1b8eb866c841ab2a844a943be408cc1.zip |
Fix invalid warp reported by poppet
Diffstat (limited to 'maps')
-rw-r--r-- | maps/004-2.tmx | 4 | ||||
-rw-r--r-- | maps/032-1.tmx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/maps/004-2.tmx b/maps/004-2.tmx index 675adf14..abbecb9e 100644 --- a/maps/004-2.tmx +++ b/maps/004-2.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="180" height="150" tilewidth="32" tileheight="32" infinite="0" nextlayerid="54" nextobjectid="178"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="180" height="150" tilewidth="32" tileheight="32" infinite="0" nextlayerid="54" nextobjectid="178"> <properties> <property name="authors" value="TMW.org, Saulc"/> <property name="license" value="GPLv3, CC BY-SA 4.0"/> @@ -1322,7 +1322,7 @@ <object id="78" name="To Cave" type="warp" x="3712" y="864" width="32" height="32"> <properties> <property name="dest_map" value="004-2-1"/> - <property name="dest_x" value="87"/> + <property name="dest_x" value="57"/> <property name="dest_y" value="22"/> </properties> </object> diff --git a/maps/032-1.tmx b/maps/032-1.tmx index 43411f9d..cee96425 100644 --- a/maps/032-1.tmx +++ b/maps/032-1.tmx @@ -2696,7 +2696,7 @@ <property name="dest_y" value="127"/> </properties> </object> - <object id="14" name="Omar's House" type="warp" x="2560" y="7008" width="32" height="32"> + <object id="14" name="Omatt's House" type="warp" x="2560" y="7008" width="32" height="32"> <properties> <property name="dest_map" value="032-1-1"/> <property name="dest_x" value="0"/> |