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/009-4.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/009-4.tmx')
-rw-r--r-- | maps/009-4.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/009-4.tmx b/maps/009-4.tmx index 438c4612..efcc5358 100644 --- a/maps/009-4.tmx +++ b/maps/009-4.tmx @@ -12,7 +12,7 @@ <tileset firstgid="131" name="cave_x2" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/cave_x2.png" width="512" height="64"/> </tileset> - <tileset firstgid="163" name="Arena" tilewidth="32" tileheight="32"> + <tileset firstgid="163" name="arena" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/arena.png" width="512" height="512"/> </tileset> <tileset firstgid="419" name="cave_bilevel" tilewidth="32" tileheight="32"> @@ -27,7 +27,7 @@ <tileset firstgid="995" name="inn" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/inn.png" width="512" height="512"/> </tileset> - <tileset firstgid="1251" name="indoor" tilewidth="32" tileheight="32"> + <tileset firstgid="1251" name="woodland_indoor" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/woodland_indoor.png" width="512" height="512"/> </tileset> <tileset firstgid="1507" name="woodland_indoor_x2" tilewidth="32" tileheight="32"> |