diff options
author | Alige <aligetmw@hotmail.fr> | 2012-07-10 12:41:37 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-07-10 12:41:37 +0200 |
commit | 67ad061952da911b5bd8192f13a9f66a145f9031 (patch) | |
tree | b79d2e587b19ef503798b2a3ac41d4f91448fc22 /maps/000-0-0.tmx | |
parent | b63768f0b27c45a5b49c3b5517a1a0c78cf1e6bf (diff) | |
download | clientdata-67ad061952da911b5bd8192f13a9f66a145f9031.tar.gz clientdata-67ad061952da911b5bd8192f13a9f66a145f9031.tar.bz2 clientdata-67ad061952da911b5bd8192f13a9f66a145f9031.tar.xz clientdata-67ad061952da911b5bd8192f13a9f66a145f9031.zip |
Renamed all tilesets in all maps.
Diffstat (limited to 'maps/000-0-0.tmx')
-rw-r--r-- | maps/000-0-0.tmx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/000-0-0.tmx b/maps/000-0-0.tmx index efdca717..3ac9acd9 100644 --- a/maps/000-0-0.tmx +++ b/maps/000-0-0.tmx @@ -7,19 +7,19 @@ <property name="minimap" value="graphics/minimaps/000-0-0.png"/> <property name="music" value="bartk-indoor-artis.ogg"/> </properties> - <tileset firstgid="1" name="ship-indoor" tilewidth="32" tileheight="32"> + <tileset firstgid="1" name="Ship Indoor" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/indoor/ship-indoor.png" width="256" height="512"/> </tileset> - <tileset firstgid="129" name="village-indoor2" tilewidth="32" tileheight="32"> + <tileset firstgid="129" name="Village Indoor 2" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/indoor/village-indoor2.png" width="512" height="512"/> </tileset> - <tileset firstgid="385" name="shadow" tilewidth="32" tileheight="32"> + <tileset firstgid="385" name="Shadow" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/indoor/shadow.png" width="160" height="160"/> </tileset> - <tileset firstgid="410" name="box" tilewidth="32" tileheight="32"> + <tileset firstgid="410" name="Box" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/indoor/box.png" width="128" height="160"/> </tileset> - <tileset firstgid="430" name="collision" tilewidth="32" tileheight="32"> + <tileset firstgid="430" name="Collision" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/collision.png" width="64" height="64"/> </tileset> <layer name="Ground" width="44" height="44"> |