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-1.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-1.tmx')
-rw-r--r-- | maps/000-1.tmx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/000-1.tmx b/maps/000-1.tmx index 0f14f5ce..fd34d84d 100644 --- a/maps/000-1.tmx +++ b/maps/000-1.tmx @@ -11,22 +11,22 @@ <property name="overlay0scrollY" value="0,1"/> </properties> <tileset firstgid="1" source="../graphics/tilesets/calmwater.tsx"/> - <tileset firstgid="166" name="ship_base" tilewidth="32" tileheight="32"> + <tileset firstgid="166" name="Ship Base" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/ship_base.png" width="704" height="320"/> </tileset> - <tileset firstgid="386" name="ship_mast" tilewidth="32" tileheight="32"> + <tileset firstgid="386" name="Ship Mast" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/ship_mast.png" width="512" height="512"/> </tileset> - <tileset firstgid="642" name="collision" tilewidth="32" tileheight="32"> + <tileset firstgid="642" name="Collision" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/collision.png" width="96" height="64"/> </tileset> - <tileset firstgid="648" name="ground" tilewidth="32" tileheight="32"> + <tileset firstgid="648" name="Ground" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/ground.png" width="512" height="512"/> </tileset> - <tileset firstgid="904" name="tree_x3" tilewidth="64" tileheight="96"> + <tileset firstgid="904" name="Tree x3" tilewidth="64" tileheight="96"> <image source="../graphics/tilesets/tree_x3.png" width="96" height="96"/> </tileset> - <tileset firstgid="905" name="tree_x4" tilewidth="96" tileheight="128"> + <tileset firstgid="905" name="Tree x4" tilewidth="96" tileheight="128"> <image source="../graphics/tilesets/tree_x4.png" width="480" height="256"/> </tileset> <layer name="Ground" width="120" height="160"> |