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/027-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/027-1.tmx')
-rw-r--r-- | maps/027-1.tmx | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/maps/027-1.tmx b/maps/027-1.tmx index 50389048..b36136db 100644 --- a/maps/027-1.tmx +++ b/maps/027-1.tmx @@ -16,46 +16,46 @@ <tileset firstgid="1" name="collision" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/collision.png" width="64" height="32"/> </tileset> - <tileset firstgid="3" name="Woodland Ground" tilewidth="32" tileheight="32"> + <tileset firstgid="3" name="Woodland_ground" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Woodland_ground.png" width="512" height="512"/> </tileset> - <tileset firstgid="259" name="Woodland x2" tilewidth="32" tileheight="64"> + <tileset firstgid="259" name="Woodland_x2" tilewidth="32" tileheight="64"> <image source="../graphics/tiles/Woodland_x2.png" width="512" height="128"/> </tileset> - <tileset firstgid="291" name="Woodland x3" tilewidth="32" tileheight="96"> + <tileset firstgid="291" name="Woodland_x3" tilewidth="32" tileheight="96"> <image source="../graphics/tiles/Woodland_x3.png" width="512" height="192"/> </tileset> - <tileset firstgid="323" name="woodland-4" tilewidth="32" tileheight="128"> + <tileset firstgid="323" name="Woodland_x4" tilewidth="32" tileheight="128"> <image source="../graphics/tiles/Woodland_x4.png" width="512" height="128"/> </tileset> - <tileset firstgid="339" name="woodland-5" tilewidth="32" tileheight="160"> + <tileset firstgid="339" name="Woodland_x5" tilewidth="32" tileheight="160"> <image source="../graphics/tiles/Woodland_x5.png" width="512" height="160"/> </tileset> - <tileset firstgid="355" name="woodland-8" tilewidth="32" tileheight="256"> + <tileset firstgid="355" name="Woodland_x8" tilewidth="32" tileheight="256"> <image source="../graphics/tiles/Woodland_x8.png" width="512" height="256"/> </tileset> - <tileset firstgid="371" name="forest-cover" tilewidth="32" tileheight="32"> + <tileset firstgid="371" name="Forest_cover" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Forest_cover.png" width="320" height="320"/> </tileset> - <tileset firstgid="471" name="woodland-swamp" tilewidth="32" tileheight="32"> + <tileset firstgid="471" name="Woodland_swamp" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Woodland_swamp.png" width="512" height="512"/> </tileset> <tileset firstgid="727" name="Forest" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Forest.png" width="608" height="672"/> </tileset> - <tileset firstgid="1126" name="Graveyard x3" tilewidth="32" tileheight="96"> + <tileset firstgid="1126" name="Woodland_graveyard_x3" tilewidth="32" tileheight="96"> <image source="../graphics/tiles/Woodland_graveyard_x3.png" width="512" height="480"/> </tileset> - <tileset firstgid="1206" name="Graveyard x4" tilewidth="32" tileheight="128"> + <tileset firstgid="1206" name="Woodland_graveyard_x4" tilewidth="32" tileheight="128"> <image source="../graphics/tiles/Woodland_graveyard_x4.png" width="512" height="128"/> </tileset> - <tileset firstgid="1222" name="Crypt Outdoor" tilewidth="32" tileheight="32"> + <tileset firstgid="1222" name="Woodland_graveyard_crypt" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Woodland_graveyard_crypt.png" width="224" height="288"/> </tileset> - <tileset firstgid="1285" name="graveyard_ground" tilewidth="32" tileheight="32"> + <tileset firstgid="1285" name="Woodland_graveyard_ground" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Woodland_graveyard_ground.png" width="512" height="128"/> </tileset> - <tileset firstgid="1349" name="woodland village" tilewidth="32" tileheight="32"> + <tileset firstgid="1349" name="Woodland_village" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Woodland_village.png" width="512" height="512"/> </tileset> <layer name="Ground" width="150" height="120"> |