diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-25 14:56:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-25 14:56:18 -0300 |
commit | 37926a836086f46377bbd3269558d713104fcf82 (patch) | |
tree | 453362fa2f075806c4eb0fe97205eb0368678f3a | |
parent | 21a7b2c3e5c29b8a959dc789d2100eaa14d0fa88 (diff) | |
download | clientdata-37926a836086f46377bbd3269558d713104fcf82.tar.gz clientdata-37926a836086f46377bbd3269558d713104fcf82.tar.bz2 clientdata-37926a836086f46377bbd3269558d713104fcf82.tar.xz clientdata-37926a836086f46377bbd3269558d713104fcf82.zip |
[skip ci] fix typo
-rw-r--r-- | maps/fermi.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/fermi.tmx b/maps/fermi.tmx index c4e7e554..90a4b4b0 100644 --- a/maps/fermi.tmx +++ b/maps/fermi.tmx @@ -335,9 +335,9 @@ <objectgroup id="5" name="Objects"> <object id="1" name="Exit" type="warp" x="928" y="608" width="32" height="32"> <properties> - <property name="dest_map" value="marine"/> - <property name="dest_x" value="43"/> - <property name="dest_y" value="27"/> + <property name="dest_map" value="000-1"/> + <property name="dest_x" value="22"/> + <property name="dest_y" value="22"/> </properties> </object> <object id="4" name="^FERMI|VOTE" type="anchor" x="928" y="640" width="32" height="32"/> |