diff options
author | tux9th <mr.x@aon.at> | 2013-12-04 20:52:56 +0100 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2013-12-04 20:57:40 +0100 |
commit | 291d7ffb4a10341e378891425936745ed854887e (patch) | |
tree | 18516b7672f5baaf22ad3d486730541bd948650a /maps/019-1.tmx | |
parent | b3877ebfc7daf97aa12e6f5234dbab6315c9e6f3 (diff) | |
download | clientdata-291d7ffb4a10341e378891425936745ed854887e.tar.gz clientdata-291d7ffb4a10341e378891425936745ed854887e.tar.bz2 clientdata-291d7ffb4a10341e378891425936745ed854887e.tar.xz clientdata-291d7ffb4a10341e378891425936745ed854887e.zip |
019-3: increase map border
Fixing issue at https://github.com/themanaworld/tmwa-client-data/issues/37
Moving tiles from Fringe into Ground2
Adding collision at 77,99
Diffstat (limited to 'maps/019-1.tmx')
-rw-r--r-- | maps/019-1.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/019-1.tmx b/maps/019-1.tmx index f0d4f5ae..a6cacfac 100644 --- a/maps/019-1.tmx +++ b/maps/019-1.tmx @@ -936,7 +936,7 @@ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 </data> </layer> - <objectgroup name="Objects" width="0" height="0" visible="0"> + <objectgroup name="Objects" width="0" height="0"> <object name="graphics/particles/whirlpool.particle.xml" type="particle_effect" x="2000" y="592"/> <object name="graphics/particles/whirlpool.particle.xml" type="particle_effect" x="2032" y="592"/> <object name="graphics/particles/whirlpool.particle.xml" type="particle_effect" x="2000" y="624"/> @@ -969,14 +969,14 @@ <properties> <property name="dest_map" value="019-3"/> <property name="dest_tile_x" value="98"/> - <property name="dest_tile_y" value="26"/> + <property name="dest_tile_y" value="30"/> </properties> </object> <object name="To Snow Cave" type="warp" x="1216" y="2400" width="32" height="32"> <properties> <property name="dest_map" value="019-3"/> <property name="dest_tile_x" value="39"/> - <property name="dest_tile_y" value="97"/> + <property name="dest_tile_y" value="101"/> </properties> </object> <object name="Fluffy" type="spawn" x="0" y="0"> |