diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-20 16:18:36 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-20 16:18:36 -0700 |
commit | 6b3901fa566db879ff289057f123d719854a5e66 (patch) | |
tree | e80c3d23ff391b4311a12d0e3e787b296c6f9862 /maps/005-1.tmx | |
parent | 822a22442db6e7605abe88a71a9c009a9fcd8639 (diff) | |
download | clientdata-6b3901fa566db879ff289057f123d719854a5e66.tar.gz clientdata-6b3901fa566db879ff289057f123d719854a5e66.tar.bz2 clientdata-6b3901fa566db879ff289057f123d719854a5e66.tar.xz clientdata-6b3901fa566db879ff289057f123d719854a5e66.zip |
Canonicalize tileset names.
Also remove some executable bits
Diffstat (limited to 'maps/005-1.tmx')
-rw-r--r-- | maps/005-1.tmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/005-1.tmx b/maps/005-1.tmx index 21c9c46c..a4bd75ce 100644 --- a/maps/005-1.tmx +++ b/maps/005-1.tmx @@ -23,16 +23,16 @@ <tileset firstgid="257" name="desert2" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/desert2.png" trans="ff00ff" width="512" height="512"/> </tileset> - <tileset firstgid="513" name="Collision" tilewidth="32" tileheight="32"> + <tileset firstgid="513" name="collision" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/collision.png" trans="ff00ff" width="64" height="32"/> </tileset> - <tileset firstgid="515" name="Desert x2" tilewidth="32" tileheight="64"> + <tileset firstgid="515" name="desert_x2" tilewidth="32" tileheight="64"> <image source="../graphics/tiles/desert_x2.png" width="512" height="64"/> </tileset> - <tileset firstgid="531" name="Desert x3" tilewidth="32" tileheight="96"> + <tileset firstgid="531" name="desert_x3" tilewidth="32" tileheight="96"> <image source="../graphics/tiles/desert_x3.png" width="512" height="96"/> </tileset> - <tileset firstgid="547" name="Mountain" tilewidth="32" tileheight="32"> + <tileset firstgid="547" name="mountain" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/mountain.png" width="416" height="448"/> </tileset> <layer name="Ground" width="200" height="130"> |