diff options
Diffstat (limited to 'maps/015-3.tmx')
-rw-r--r-- | maps/015-3.tmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/015-3.tmx b/maps/015-3.tmx index 743d622c..2f7e882b 100644 --- a/maps/015-3.tmx +++ b/maps/015-3.tmx @@ -15,16 +15,16 @@ <tileset firstgid="401" name="Woodland_ground" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Woodland_ground.png" width="512" height="512"/> </tileset> - <tileset firstgid="657" name="Collision" tilewidth="32" tileheight="32"> + <tileset firstgid="657" name="collision" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/collision.png" width="64" height="32"/> </tileset> - <tileset firstgid="659" name="Woodland Indoor" tilewidth="32" tileheight="32"> + <tileset firstgid="659" name="woodland_indoor" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/woodland_indoor.png" width="512" height="512"/> </tileset> - <tileset firstgid="915" name="Woodland Indoor x2" tilewidth="32" tileheight="32"> + <tileset firstgid="915" name="woodland_indoor_x2" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/woodland_indoor_x2.png" width="512" height="64"/> </tileset> - <tileset firstgid="947" name="Woodland Indoor x3" tilewidth="32" tileheight="32"> + <tileset firstgid="947" name="woodland_indoor_x3" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/woodland_indoor_x3.png" width="512" height="96"/> </tileset> <layer name="Ground" width="64" height="64"> |