diff options
author | Alige <aligetmw@hotmail.fr> | 2013-01-17 09:58:21 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-01-17 09:58:21 +0400 |
commit | e8cf2cac520d683d2fd9b513f41c4590b8595134 (patch) | |
tree | 7fc84f8084c9a738f9ec5c0c48f2d070dac6cf7d /maps/000-2-3.tmx | |
parent | 1f0314856105f1c9f8aa4d12cce43ef839a49de3 (diff) | |
download | clientdata-e8cf2cac520d683d2fd9b513f41c4590b8595134.tar.gz clientdata-e8cf2cac520d683d2fd9b513f41c4590b8595134.tar.bz2 clientdata-e8cf2cac520d683d2fd9b513f41c4590b8595134.tar.xz clientdata-e8cf2cac520d683d2fd9b513f41c4590b8595134.zip |
Changed name of tilesets using more than one tiles at a time.
Now, we know how many tiles they use horizontally and vertically.
Changed tileset names in maps too.
Fixed sunlight's tileset name in maps.
Diffstat (limited to 'maps/000-2-3.tmx')
-rw-r--r-- | maps/000-2-3.tmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/000-2-3.tmx b/maps/000-2-3.tmx index 4672d9d9..d219fe64 100644 --- a/maps/000-2-3.tmx +++ b/maps/000-2-3.tmx @@ -22,14 +22,14 @@ <tileset firstgid="418" name="Collision" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/collision.png" width="96" height="64"/> </tileset> - <tileset firstgid="424" name="Box x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tilesets/box_x2.png" width="128" height="64"/> + <tileset firstgid="424" name="Box x1x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tilesets/box-x1x2.png" width="128" height="64"/> </tileset> <tileset firstgid="428" name="Shadow" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/shadow.png" width="256" height="256"/> </tileset> - <tileset firstgid="492" name="ship-sunlight_x5" tilewidth="32" tileheight="160"> - <image source="../graphics/tilesets/ship-sunlight_x5.png" width="128" height="160"/> + <tileset firstgid="492" name="Sunlight x4x5" tilewidth="32" tileheight="160"> + <image source="../graphics/tilesets/ship-sunlight-x4x5.png" width="128" height="160"/> </tileset> <layer name="Ground" width="52" height="53"> <data encoding="base64" compression="gzip"> |