diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-04-02 17:29:29 +0200 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-04-02 17:29:58 +0200 |
commit | e34e676d8ac09fe6b2c179b7f7c39ce130885285 (patch) | |
tree | 50778a87d3e9f7a77521f649355e12853796c907 /maps | |
parent | d45d573b8061c536eb44b69a13cf06d2c05cc30e (diff) | |
download | clientdata-e34e676d8ac09fe6b2c179b7f7c39ce130885285.tar.gz clientdata-e34e676d8ac09fe6b2c179b7f7c39ce130885285.tar.bz2 clientdata-e34e676d8ac09fe6b2c179b7f7c39ce130885285.tar.xz clientdata-e34e676d8ac09fe6b2c179b7f7c39ce130885285.zip |
add warps
Diffstat (limited to 'maps')
-rw-r--r-- | maps/004-2.tmx | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/maps/004-2.tmx b/maps/004-2.tmx index f6691210..35d3104d 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.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="160" height="140" tilewidth="32" tileheight="32" infinite="0" nextobjectid="57"> +<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="160" height="140" tilewidth="32" tileheight="32" infinite="0" nextobjectid="58"> <properties> <property name="license" value="GPL 3.0"/> <property name="manaplus version" value="1"/> @@ -1197,8 +1197,15 @@ <object id="55" name="to cave " type="warp" x="2688" y="2464" width="32" height="32"> <properties> <property name="dest_map" value="004-2-1"/> - <property name="dest_x" value="119"/> - <property name="dest_y" value="95"/> + <property name="dest_x" value="25"/> + <property name="dest_y" value="46"/> + </properties> + </object> + <object id="57" name="to cave " type="warp" x="3584" y="2016" width="32" height="32"> + <properties> + <property name="dest_map" value="004-2-1"/> + <property name="dest_x" value="51"/> + <property name="dest_y" value="27"/> </properties> </object> </objectgroup> |