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/029-3.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/029-3.tmx')
-rw-r--r-- | maps/029-3.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/029-3.tmx b/maps/029-3.tmx index 217fe681..81390b08 100644 --- a/maps/029-3.tmx +++ b/maps/029-3.tmx @@ -5,13 +5,13 @@ <property name="music" value="finalman_and_yakslem-cavesong.ogg"/> <property name="name" value="Candor Cave"/> </properties> - <tileset firstgid="1" name="Collision" tilewidth="32" tileheight="32"> + <tileset firstgid="1" name="collision" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/collision.png" width="64" height="32"/> </tileset> - <tileset firstgid="3" name="Cave" tilewidth="32" tileheight="32"> + <tileset firstgid="3" name="cave" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/cave.png" width="512" height="256"/> </tileset> - <tileset firstgid="131" name="Arena" tilewidth="32" tileheight="32"> + <tileset firstgid="131" name="arena" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/arena.png" width="512" height="512"/> </tileset> <layer name="Gound" width="100" height="100"> |