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/048-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/048-1.tmx')
-rw-r--r-- | maps/048-1.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/048-1.tmx b/maps/048-1.tmx index 8e76cf87..890ea7f3 100644 --- a/maps/048-1.tmx +++ b/maps/048-1.tmx @@ -31,10 +31,10 @@ <tileset firstgid="1" name="Snow" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Snow.png" width="512" height="512"/> </tileset> - <tileset firstgid="257" name="Snow x2" tilewidth="32" tileheight="64"> + <tileset firstgid="257" name="Snow_x2" tilewidth="32" tileheight="64"> <image source="../graphics/tiles/Snow_x2.png" width="512" height="64"/> </tileset> - <tileset firstgid="273" name="Collision" tilewidth="32" tileheight="32"> + <tileset firstgid="273" name="collision" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/collision.png" width="64" height="32"/> </tileset> <tileset firstgid="275" name="Snow_ground" tilewidth="32" tileheight="32"> |