diff options
Diffstat (limited to 'maps/029-1.tmx')
-rw-r--r-- | maps/029-1.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/029-1.tmx b/maps/029-1.tmx index 813e6de1..945fd4ce 100644 --- a/maps/029-1.tmx +++ b/maps/029-1.tmx @@ -12,13 +12,13 @@ <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" 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> <layer name="Ground" width="100" height="100"> |