diff options
author | Alige <aligetmw@hotmail.fr> | 2013-01-17 23:11:06 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-01-17 23:11:06 +0400 |
commit | e3c849651d90546498034bff7767e0bae672609c (patch) | |
tree | 03b05cf60bc157979d53fb29b1b2f60ed272950d /maps/000-2-1.tmx | |
parent | 95caf0003c2c81690f3dd1089287580f5abe70c0 (diff) | |
download | clientdata-e3c849651d90546498034bff7767e0bae672609c.tar.gz clientdata-e3c849651d90546498034bff7767e0bae672609c.tar.bz2 clientdata-e3c849651d90546498034bff7767e0bae672609c.tar.xz clientdata-e3c849651d90546498034bff7767e0bae672609c.zip |
Fixed a small error in the sunlight tileset's name. From x4x5 to x1x5.
Diffstat (limited to 'maps/000-2-1.tmx')
-rw-r--r-- | maps/000-2-1.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/000-2-1.tmx b/maps/000-2-1.tmx index 14ed87ae..498030a9 100644 --- a/maps/000-2-1.tmx +++ b/maps/000-2-1.tmx @@ -27,8 +27,8 @@ <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="Sunlight x4x5" tilewidth="32" tileheight="128"> - <image source="../graphics/tilesets/ship-sunlight-x4x5.png" width="128" height="160"/> + <tileset firstgid="426" name="Sunlight x1x5" tilewidth="32" tileheight="128"> + <image source="../graphics/tilesets/ship-sunlight-x1x5.png" width="128" height="160"/> </tileset> <layer name="Ground" width="93" height="59" opacity="0.99"> <data encoding="base64" compression="gzip"> |