diff options
Diffstat (limited to 'maps/008-1.tmx')
-rw-r--r-- | maps/008-1.tmx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/maps/008-1.tmx b/maps/008-1.tmx index 7e735aeb..7cda4713 100644 --- a/maps/008-1.tmx +++ b/maps/008-1.tmx @@ -9,28 +9,28 @@ <property name="overlay0scrollX" value="0.2"/> <property name="overlay0scrollY" value="0.1"/> </properties> - <tileset firstgid="1" name="Woodland" 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 Village" tilewidth="32" tileheight="32"> + <tileset firstgid="321" name="Woodland_village" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Woodland_village.png" width="512" height="512"/> </tileset> - <tileset firstgid="577" name="Woodland Village x2" tilewidth="32" tileheight="64"> + <tileset firstgid="577" name="Woodland_village_x2" tilewidth="32" tileheight="64"> <image source="../graphics/tiles/Woodland_village_x2.png" width="512" height="64"/> </tileset> - <tileset firstgid="593" name="Woodland Indoor" tilewidth="32" tileheight="32"> + <tileset firstgid="593" name="woodland_indoor" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/woodland_indoor.png" width="512" height="512"/> </tileset> - <tileset firstgid="849" name="Woodland Indoor x2" tilewidth="32" tileheight="64"> + <tileset firstgid="849" name="woodland_indoor_x2" tilewidth="32" tileheight="64"> <image source="../graphics/tiles/woodland_indoor_x2.png" width="512" height="64"/> </tileset> - <tileset firstgid="865" name="Collision" tilewidth="32" tileheight="32"> + <tileset firstgid="865" name="collision" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/collision.png" width="64" height="32"/> </tileset> <layer name="Ground" width="162" height="120"> |