diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-05 00:57:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-05 00:57:16 -0300 |
commit | 1a71efb6562e8d60468d618190a845b2afe5077d (patch) | |
tree | 99d7e57b9927888a4d3efbcdb6cbc3844065ff4a /maps | |
parent | b984e62859746a567d5f22a35e9967739664b102 (diff) | |
download | clientdata-1a71efb6562e8d60468d618190a845b2afe5077d.tar.gz clientdata-1a71efb6562e8d60468d618190a845b2afe5077d.tar.bz2 clientdata-1a71efb6562e8d60468d618190a845b2afe5077d.tar.xz clientdata-1a71efb6562e8d60468d618190a845b2afe5077d.zip |
Correct broken warps (Anise Inc.)
Diffstat (limited to 'maps')
-rw-r--r-- | maps/024-1.tmx | 6 | ||||
-rw-r--r-- | maps/024-15.tmx | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/maps/024-1.tmx b/maps/024-1.tmx index a0db5bb2..f0c1c16e 100644 --- a/maps/024-1.tmx +++ b/maps/024-1.tmx @@ -1889,9 +1889,9 @@ </object> <object id="75" name="To Anise Inc." type="warp" x="2048" y="960" width="32" height="32"> <properties> - <property name="dest_map" value="024-10"/> - <property name="dest_x" value="34"/> - <property name="dest_y" value="36"/> + <property name="dest_map" value="024-15"/> + <property name="dest_x" value="25"/> + <property name="dest_y" value="38"/> </properties> </object> </objectgroup> diff --git a/maps/024-15.tmx b/maps/024-15.tmx index 69aed166..784145ea 100644 --- a/maps/024-15.tmx +++ b/maps/024-15.tmx @@ -418,8 +418,8 @@ <object id="7" name="To Frostia" type="warp" x="800" y="1248" width="32" height="32"> <properties> <property name="dest_map" value="024-1"/> - <property name="dest_x" value="160"/> - <property name="dest_y" value="50"/> + <property name="dest_x" value="64"/> + <property name="dest_y" value="31"/> </properties> </object> </objectgroup> |