diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-04-26 20:55:36 +0200 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-04-26 21:49:24 +0200 |
commit | c3bb2697f63e6c70504d52b5c049f4d05b37239d (patch) | |
tree | f5a9bc67dc752e393ebb513013b631730c0e9cd8 /maps/003-2.tmx | |
parent | 194e355275e15af72fa1a9f52993bf98b55643da (diff) | |
download | clientdata-c3bb2697f63e6c70504d52b5c049f4d05b37239d.tar.gz clientdata-c3bb2697f63e6c70504d52b5c049f4d05b37239d.tar.bz2 clientdata-c3bb2697f63e6c70504d52b5c049f4d05b37239d.tar.xz clientdata-c3bb2697f63e6c70504d52b5c049f4d05b37239d.zip |
Fixed a tile + some collisions in graveyard and easter island.
By "ticked some boxes" I mean that when you open it, it doesn't show everything such as collisions and/or ground, etc… I fixed that. Nothing to worry about, there isn't any other change on these maps.
Woodland_graveyard_crypt.png -> fixed some weird blue pixels on the roof.
027-1.tmx:
- Fixed some ground under two graves.
- Changed some collisions here and there and erased two trees. These link because people could walk onto these two trees
028-1.tmx -> Changed some collisions near the water. Sometimes, people could walk on the water and somewhere else, they couldn't walk on the ground.
010-2.tmx -> Erased some grey ground that was not in the map itself, doesn't change the map at all.
003-2.tmx -> ticked some boxes
008-1.tmx -> ticked some boxes
009-3.tmx -> ticked some boxes and something more!
013-1.tmx -> ticked some boxes
013-3.tmx -> ticked some boxes
015-3.tmx -> ticked some boxes
017-2.tmx -> ticked some boxes
018-3.tmx -> ticked some boxes
029-3.tmx -> ticked some boxes
030-1.tmx -> ticked some boxes
031-1.tmx -> ticked some boxes
031-2.tmx -> ticked some boxes
031-3.tmx -> ticked some boxes
Diffstat (limited to 'maps/003-2.tmx')
-rw-r--r-- | maps/003-2.tmx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/003-2.tmx b/maps/003-2.tmx index 406bdb87..e00156d4 100644 --- a/maps/003-2.tmx +++ b/maps/003-2.tmx @@ -4,18 +4,18 @@ <property name="name" value="Beach House"/> </properties> <tileset firstgid="1" name="Inn" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/inn.png"/> + <image source="../graphics/tiles/inn.png" width="512" height="512"/> </tileset> <tileset firstgid="257" name="Inn x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tiles/inn_x2.png"/> + <image source="../graphics/tiles/inn_x2.png" width="512" height="64"/> </tileset> <tileset firstgid="273" name="Inn x3" tilewidth="32" tileheight="96"> - <image source="../graphics/tiles/inn_x3.png"/> + <image source="../graphics/tiles/inn_x3.png" width="512" height="96"/> </tileset> <tileset firstgid="289" name="Collision" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/collision.png"/> + <image source="../graphics/tiles/collision.png" width="64" height="32"/> </tileset> - <layer name="Ground" width="98" height="87" visible="0"> + <layer name="Ground" width="98" height="87"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA+3WTWrCYBAG4JSKewvt3t7An/YGHqEH0wNY6iV16WwCIZT8gOMX8Qk8q1lk5h3yfTlXVXUGAAAAAACAB/ESZj3mE+jzXvPPO2qviXkswluPxQTyylLPvwvvrVnb2WzDV/hO6GMZPnssJ5BXlnr+n8asx/DbqH00all5rAYqnVeWer7NiCwy8uh61z4cnmQPY6zv3MdfONlD8e/hmc4leyhrbQ+TMOQu+O8Ot4f8+Yf8O9lD3vxjzih7uK2u59JRK9VH6bwAAAAAAAAAAAAAAAAAAAAAAAAAAADgEVwB8cV8fDiFAAA= </data> |