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-1.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-1.tmx')
-rw-r--r-- | maps/000-2-1.tmx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/000-2-1.tmx b/maps/000-2-1.tmx index 650f2ff7..14ed87ae 100644 --- a/maps/000-2-1.tmx +++ b/maps/000-2-1.tmx @@ -21,14 +21,14 @@ <tileset firstgid="415" name="Collision" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/collision.png" width="96" height="64"/> </tileset> - <tileset firstgid="421" name="Ship Indoor x3" tilewidth="64" tileheight="128"> - <image source="../graphics/tilesets/ship-indoor_x4.png" width="64" height="128"/> + <tileset firstgid="421" name="Ship Indoor x2x4" tilewidth="64" tileheight="128"> + <image source="../graphics/tilesets/ship-indoor-x2x4.png" width="64" height="128"/> </tileset> - <tileset firstgid="422" name="Box x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tilesets/box_x2.png" width="128" height="64"/> + <tileset firstgid="422" name="Box x1x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tilesets/box-x1x2.png" width="128" height="64"/> </tileset> - <tileset firstgid="426" name="ship-sunlight" tilewidth="32" tileheight="128"> - <image source="../graphics/tilesets/ship-sunlight_x5.png" width="128" height="160"/> + <tileset firstgid="426" name="Sunlight x4x5" tilewidth="32" tileheight="128"> + <image source="../graphics/tilesets/ship-sunlight-x4x5.png" width="128" height="160"/> </tileset> <layer name="Ground" width="93" height="59" opacity="0.99"> <data encoding="base64" compression="gzip"> |