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/010-2.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/010-2.tmx')
-rw-r--r-- | maps/010-2.tmx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/010-2.tmx b/maps/010-2.tmx index 2b9a690f..6243e2ac 100644 --- a/maps/010-2.tmx +++ b/maps/010-2.tmx @@ -4,19 +4,19 @@ <property name="music" value="Clouds Calling.ogg"/> <property name="name" value="Dimond's Cove"/> </properties> - <tileset firstgid="1" name="Woodland Indoor" tilewidth="32" tileheight="32"> + <tileset firstgid="1" name="woodland_indoor" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/woodland_indoor.png" width="512" height="512"/> </tileset> - <tileset firstgid="257" name="Woodland Indoor x2" tilewidth="32" tileheight="64"> + <tileset firstgid="257" name="woodland_indoor_x2" tilewidth="32" tileheight="64"> <image source="../graphics/tiles/woodland_indoor_x2.png" width="512" height="64"/> </tileset> - <tileset firstgid="273" name="Woodland Indoor x3" tilewidth="32" tileheight="96"> + <tileset firstgid="273" name="woodland_indoor_x3" tilewidth="32" tileheight="96"> <image source="../graphics/tiles/woodland_indoor_x3.png" width="512" height="96"/> </tileset> - <tileset firstgid="289" name="Collision" tilewidth="32" tileheight="32"> + <tileset firstgid="289" name="collision" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/collision.png" width="64" height="32"/> </tileset> - <tileset firstgid="291" name="Woodland Village" tilewidth="32" tileheight="32"> + <tileset firstgid="291" name="Woodland_village" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Woodland_village.png" width="512" height="512"/> </tileset> <layer name="Ground" width="107" height="110"> |