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-0.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-0.tmx')
-rw-r--r-- | maps/000-0.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/000-0.tmx b/maps/000-0.tmx index 83181eaa..cf9b47d3 100644 --- a/maps/000-0.tmx +++ b/maps/000-0.tmx @@ -31,8 +31,8 @@ <tileset firstgid="979" name="Box" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/box.png" width="128" height="192"/> </tileset> - <tileset firstgid="1003" name="Box x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tilesets/box_x2.png" width="128" height="64"/> + <tileset firstgid="1003" name="Box x1x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tilesets/box-x1x2.png" width="128" height="64"/> </tileset> <layer name="Ground" width="47" height="47"> <data encoding="base64" compression="gzip"> |