diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-16 23:06:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-16 23:06:14 -0300 |
commit | bffd5cebae01b2c5c02649b2fda0c19bf4364cc3 (patch) | |
tree | 142c1fc453fd041bd56a64ffbd665c6c24b72169 /maps | |
parent | 488047d32e2e77fe43140b5c0240380c8fdfcfad (diff) | |
download | clientdata-bffd5cebae01b2c5c02649b2fda0c19bf4364cc3.tar.gz clientdata-bffd5cebae01b2c5c02649b2fda0c19bf4364cc3.tar.bz2 clientdata-bffd5cebae01b2c5c02649b2fda0c19bf4364cc3.tar.xz clientdata-bffd5cebae01b2c5c02649b2fda0c19bf4364cc3.zip |
Fix a broken pixel
Diffstat (limited to 'maps')
-rw-r--r-- | maps/021-1.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/021-1.tmx b/maps/021-1.tmx index 5c38c04f..7dbb89aa 100644 --- a/maps/021-1.tmx +++ b/maps/021-1.tmx @@ -1708,7 +1708,7 @@ <property name="dest_y" value="256"/> </properties> </object> - <object id="153" name="To Ice Labyrinth" type="warp" x="3295" y="6367" width="32" height="32"> + <object id="153" name="To Ice Labyrinth" type="warp" x="3296" y="6368" width="32" height="32"> <properties> <property name="dest_map" value="021-1"/> <property name="dest_x" value="92"/> |