diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-12-07 16:11:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-12-07 16:11:47 -0300 |
commit | be17ec9a41a74664df9458d31f9ce3052f7b6ed3 (patch) | |
tree | 9c794ee1db7c7c763f2579f7596bc61d56612aa0 | |
parent | 6ec1d5ffc7ec6f606070561ac810d7cb1d6bd1f8 (diff) | |
download | clientdata-be17ec9a41a74664df9458d31f9ce3052f7b6ed3.tar.gz clientdata-be17ec9a41a74664df9458d31f9ce3052f7b6ed3.tar.bz2 clientdata-be17ec9a41a74664df9458d31f9ce3052f7b6ed3.tar.xz clientdata-be17ec9a41a74664df9458d31f9ce3052f7b6ed3.zip |
Correct an effect position
-rw-r--r-- | maps/014-3.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/014-3.tmx b/maps/014-3.tmx index b7e61afd3..180b294c3 100644 --- a/maps/014-3.tmx +++ b/maps/014-3.tmx @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="236" height="155" tilewidth="32" tileheight="32" infinite="0" nextlayerid="31" nextobjectid="49"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="236" height="155" tilewidth="32" tileheight="32" infinite="0" nextlayerid="31" nextobjectid="49"> <properties> - <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="author" value="Saulc, jesusalva, TMW.org"/> + <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/014-3.png"/> @@ -1523,7 +1523,7 @@ <property name="dest_y" value="100"/> </properties> </object> - <object id="23" name="graphics/particles/wispdance.particle.xml" type="particle_effect" x="6496" y="3456" width="32" height="32"/> + <object id="23" name="graphics/particles/wispdance.particle.xml" type="particle_effect" x="6496" y="3488" width="32" height="32"/> <object id="36" name="To Above" type="warp" x="1760" y="1344" width="32" height="32"> <properties> <property name="dest_map" value="014-3"/> |