diff options
author | Reid <reidyaro@gmail.com> | 2015-09-05 04:07:31 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-09-05 04:07:31 +0200 |
commit | 2db7254a72186d4204fc2ec38d461691b4f7cbea (patch) | |
tree | 95a882aff6f05d8202318643b8d8fb4d993fcd6b /maps/001-2-29.tmx | |
parent | 617a4f6f63788c1d9950c6fb3a17e2b4bf332573 (diff) | |
download | clientdata-2db7254a72186d4204fc2ec38d461691b4f7cbea.tar.gz clientdata-2db7254a72186d4204fc2ec38d461691b4f7cbea.tar.bz2 clientdata-2db7254a72186d4204fc2ec38d461691b4f7cbea.tar.xz clientdata-2db7254a72186d4204fc2ec38d461691b4f7cbea.zip |
Fix warp particle size on #29.
Diffstat (limited to 'maps/001-2-29.tmx')
-rw-r--r-- | maps/001-2-29.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/001-2-29.tmx b/maps/001-2-29.tmx index 49b00996..8ef3d89a 100644 --- a/maps/001-2-29.tmx +++ b/maps/001-2-29.tmx @@ -83,7 +83,7 @@ <property name="dest_y" value="0"/> </properties> </object> - <object id="16" name="To First Level" type="warp" x="1216" y="800" width="32" height="32"> + <object id="16" name="To First Level" type="warp" x="1216" y="864" width="32" height="64"> <properties> <property name="dest_map" value="001-1"/> <property name="dest_x" value="0"/> |