diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-16 03:45:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-16 03:45:50 -0300 |
commit | ca0e1476dcf4c715c27c46cb16d05ed9fb631be1 (patch) | |
tree | 43dad8b5a204ae9389211214e861e24a17ab71c0 /maps/006-2.tmx | |
parent | 66eaa4cdd5d9968580e9a152c845a688dffcc6b9 (diff) | |
download | clientdata-ca0e1476dcf4c715c27c46cb16d05ed9fb631be1.tar.gz clientdata-ca0e1476dcf4c715c27c46cb16d05ed9fb631be1.tar.bz2 clientdata-ca0e1476dcf4c715c27c46cb16d05ed9fb631be1.tar.xz clientdata-ca0e1476dcf4c715c27c46cb16d05ed9fb631be1.zip |
Fix infinite warp bugs
Diffstat (limited to 'maps/006-2.tmx')
-rw-r--r-- | maps/006-2.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/006-2.tmx b/maps/006-2.tmx index d19ff185..6933e68e 100644 --- a/maps/006-2.tmx +++ b/maps/006-2.tmx @@ -1581,21 +1581,21 @@ <properties> <property name="dest_map" value="006-2-1"/> <property name="dest_x" value="38"/> - <property name="dest_y" value="65"/> + <property name="dest_y" value="66"/> </properties> </object> <object id="38" name="Armory" type="warp" x="2944" y="3104" width="32" height="32"> <properties> <property name="dest_map" value="006-2-1"/> <property name="dest_x" value="79"/> - <property name="dest_y" value="23"/> + <property name="dest_y" value="24"/> </properties> </object> <object id="40" name="Inn" type="warp" x="2784" y="3264" width="32" height="32"> <properties> <property name="dest_map" value="006-2-1"/> <property name="dest_x" value="83"/> - <property name="dest_y" value="65"/> + <property name="dest_y" value="66"/> </properties> </object> <object id="41" name="Cave Exit" type="warp" x="1952" y="3488" width="32" height="32"> |