diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-24 16:46:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-24 16:46:40 -0300 |
commit | bc6f62381d6a6bb64006f4325cb7a163e1f34d58 (patch) | |
tree | 4cedbab86b76c93b8856c755f3eba9f0afae9b0d /maps/soren-2.tmx | |
parent | fc4bb6bd812796e65920f385a5da1c12a15613b6 (diff) | |
download | clientdata-bc6f62381d6a6bb64006f4325cb7a163e1f34d58.tar.gz clientdata-bc6f62381d6a6bb64006f4325cb7a163e1f34d58.tar.bz2 clientdata-bc6f62381d6a6bb64006f4325cb7a163e1f34d58.tar.xz clientdata-bc6f62381d6a6bb64006f4325cb7a163e1f34d58.zip |
Force soren map to respect west, north and south margin, so its fit for events
Diffstat (limited to 'maps/soren-2.tmx')
-rw-r--r-- | maps/soren-2.tmx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/maps/soren-2.tmx b/maps/soren-2.tmx index 038a20b4..04768880 100644 --- a/maps/soren-2.tmx +++ b/maps/soren-2.tmx @@ -410,13 +410,12 @@ </data> </layer> <objectgroup name="Objects"> - <object id="1" name="To Lost Forest" type="warp" x="1024" y="1184" width="32" height="32"> + <object id="1" name="To Soren Village" type="warp" x="1024" y="1184" width="32" height="32"> <properties> <property name="dest_map" value="soren"/> <property name="dest_x" value="105"/> <property name="dest_y" value="38"/> </properties> </object> - <object id="2" name="Soren" type="fixme" x="1152" y="896" width="32" height="32"/> </objectgroup> </map> |