diff options
author | Alige <aligetmw@hotmail.fr> | 2012-07-09 12:18:05 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-07-09 12:18:05 +0200 |
commit | 4030c5d6eaa465d3757ba32b7239419bf896f43a (patch) | |
tree | 49cc411c7794e34a76b04fd1722877cb23d3e3a9 /maps/000-0.tmx | |
parent | beeb6ad5a69644a58f21b66e51eaa9b2ff36903e (diff) | |
download | clientdata-4030c5d6eaa465d3757ba32b7239419bf896f43a.tar.gz clientdata-4030c5d6eaa465d3757ba32b7239419bf896f43a.tar.bz2 clientdata-4030c5d6eaa465d3757ba32b7239419bf896f43a.tar.xz clientdata-4030c5d6eaa465d3757ba32b7239419bf896f43a.zip |
Removed capital letters from tileset names. Applied changes in maps.
Diffstat (limited to 'maps/000-0.tmx')
-rw-r--r-- | maps/000-0.tmx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/maps/000-0.tmx b/maps/000-0.tmx index 36eea22a..b89b195e 100644 --- a/maps/000-0.tmx +++ b/maps/000-0.tmx @@ -14,18 +14,18 @@ <property name="overlay1scrollX" value="0.3"/> <property name="overlay1scrollY" value="0.35"/> </properties> - <tileset firstgid="1" source="../graphics/tilesets/RagingWater.tsx"/> - <tileset firstgid="166" name="Ship_base" tilewidth="32" tileheight="32"> - <image source="../graphics/tilesets/Ship_base.png" width="704" height="320"/> + <tileset firstgid="1" source="../graphics/tilesets/ragingwater.tsx"/> + <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"> - <image source="../graphics/tilesets/Ship_mast.png" width="512" height="512"/> + <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"> - <image source="../graphics/tilesets/Collision.png" width="96" height="64"/> + <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"> - <image source="../graphics/tilesets/Ground.png" width="512" height="512"/> + <tileset firstgid="648" name="ground" tilewidth="32" tileheight="32"> + <image source="../graphics/tilesets/ground.png" width="512" height="512"/> </tileset> <layer name="Ground" width="47" height="47"> <data encoding="base64" compression="gzip"> |