diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-15 19:57:22 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-15 19:57:22 -0200 |
commit | 6f400430b1da916e3ccd31a19433f3bbc20e7d39 (patch) | |
tree | e3ad380de903a1d7eaf507ac83b19e828fcd9e4e /maps/003-1.tmx | |
parent | 26e18a95fb3a16c84eb61e102c2a53f4a855055c (diff) | |
download | clientdata-6f400430b1da916e3ccd31a19433f3bbc20e7d39.tar.gz clientdata-6f400430b1da916e3ccd31a19433f3bbc20e7d39.tar.bz2 clientdata-6f400430b1da916e3ccd31a19433f3bbc20e7d39.tar.xz clientdata-6f400430b1da916e3ccd31a19433f3bbc20e7d39.zip |
Fix a misplaced warp
Diffstat (limited to 'maps/003-1.tmx')
-rw-r--r-- | maps/003-1.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/003-1.tmx b/maps/003-1.tmx index 1665142d..e0271ce0 100644 --- a/maps/003-1.tmx +++ b/maps/003-1.tmx @@ -1865,6 +1865,6 @@ <property name="dest_y" value="35"/> </properties> </object> - <object id="66" name="graphics/particles/warp.xml" type="particle_effect" x="2624" y="2178" width="32" height="32"/> + <object id="66" name="graphics/particles/warp.xml" type="particle_effect" x="2624" y="2176" width="32" height="32"/> </objectgroup> </map> |