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/012-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/012-1.tmx')
-rw-r--r-- | maps/012-1.tmx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/maps/012-1.tmx b/maps/012-1.tmx index 56a9bbca..e566bd70 100644 --- a/maps/012-1.tmx +++ b/maps/012-1.tmx @@ -9,25 +9,25 @@ <property name="overlay0scrollX" value="0.2"/> <property name="overlay0scrollY" value="0.1"/> </properties> - <tileset firstgid="1" name="Woodland ground" tilewidth="32" tileheight="32"> + <tileset firstgid="1" name="Woodland_ground" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Woodland_ground.png" width="512" height="512"/> </tileset> - <tileset firstgid="257" name="Woodland x2" tilewidth="32" tileheight="64"> + <tileset firstgid="257" name="Woodland_x2" tilewidth="32" tileheight="64"> <image source="../graphics/tiles/Woodland_x2.png" width="512" height="128"/> </tileset> - <tileset firstgid="289" name="Woodland x3" tilewidth="32" tileheight="96"> + <tileset firstgid="289" name="Woodland_x3" tilewidth="32" tileheight="96"> <image source="../graphics/tiles/Woodland_x3.png" width="512" height="192"/> </tileset> - <tileset firstgid="321" name="Woodland Water" tilewidth="32" tileheight="32"> + <tileset firstgid="321" name="Woodland_water" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Woodland_water.png" width="512" height="96"/> </tileset> - <tileset firstgid="369" name="Wooland Village" tilewidth="32" tileheight="32"> + <tileset firstgid="369" name="Woodland_village" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Woodland_village.png" width="512" height="512"/> </tileset> - <tileset firstgid="625" name="Collision" tilewidth="32" tileheight="32"> + <tileset firstgid="625" name="collision" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/collision.png" width="64" height="32"/> </tileset> - <tileset firstgid="627" name="Woodland Indoor" tilewidth="32" tileheight="32"> + <tileset firstgid="627" name="woodland_indoor" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/woodland_indoor.png" width="512" height="512"/> </tileset> <layer name="Ground" width="168" height="188"> |