diff options
author | Reid <reidyaro@gmail.com> | 2015-12-23 17:01:06 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-23 17:01:06 +0100 |
commit | 89be9ebb60d8b3b90b248859fd3c10c8fc980e55 (patch) | |
tree | ea32baaed7accc3b598d3da55ac63bfc675690e6 | |
parent | 81bb7a0c9b8e377c819bedccc099bd7da1fabd9f (diff) | |
download | clientdata-89be9ebb60d8b3b90b248859fd3c10c8fc980e55.tar.gz clientdata-89be9ebb60d8b3b90b248859fd3c10c8fc980e55.tar.bz2 clientdata-89be9ebb60d8b3b90b248859fd3c10c8fc980e55.tar.xz clientdata-89be9ebb60d8b3b90b248859fd3c10c8fc980e55.zip |
Update the TMX version on 000-2-1.
-rw-r--r-- | maps/000-2-1.tmx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/maps/000-2-1.tmx b/maps/000-2-1.tmx index 3a40fd8d..a3febe57 100644 --- a/maps/000-2-1.tmx +++ b/maps/000-2-1.tmx @@ -8,26 +8,26 @@ <property name="music" value="bartk - in the forest of the birches.ogg"/> <property name="name" value="La Johanne, Second Deck"/> </properties> - <tileset firstgid="1" name="Ship Indoor" tilewidth="32" tileheight="32"> + <tileset firstgid="1" name="Ship Indoor" tilewidth="32" tileheight="32" tilecount="128"> <image source="../graphics/tilesets/ship-indoor.png" width="256" height="512"/> </tileset> - <tileset firstgid="129" name="Ship Fringe" tilewidth="32" tileheight="32"> + <tileset firstgid="129" name="Ship Fringe" tilewidth="32" tileheight="32" tilecount="256"> <image source="../graphics/tilesets/ship-indoor-fringe.png" width="512" height="512"/> </tileset> <tileset firstgid="385" source="../graphics/tilesets/candle.tsx"/> - <tileset firstgid="397" name="Box" tilewidth="32" tileheight="32"> + <tileset firstgid="397" name="Box" tilewidth="32" tileheight="32" tilecount="36"> <image source="../graphics/tilesets/box.png" width="192" height="192"/> </tileset> - <tileset firstgid="433" name="Collision" tilewidth="32" tileheight="32"> + <tileset firstgid="433" name="Collision" tilewidth="32" tileheight="32" tilecount="6"> <image source="../graphics/tilesets/collision.png" width="96" height="64"/> </tileset> - <tileset firstgid="439" name="Ship Indoor x2x4" tilewidth="64" tileheight="128"> + <tileset firstgid="439" name="Ship Indoor x2x4" tilewidth="64" tileheight="128" tilecount="1"> <image source="../graphics/tilesets/ship-indoor-x2x4.png" width="64" height="128"/> </tileset> - <tileset firstgid="440" name="Box x1x2" tilewidth="32" tileheight="64"> + <tileset firstgid="440" name="Box x1x2" tilewidth="32" tileheight="64" tilecount="8"> <image source="../graphics/tilesets/box-x1x2.png" width="128" height="128"/> </tileset> - <tileset firstgid="448" name="Sunlight x1x5" tilewidth="32" tileheight="160"> + <tileset firstgid="448" name="Sunlight x1x5" tilewidth="32" tileheight="160" tilecount="4"> <image source="../graphics/tilesets/ship-sunlight-x1x5.png" width="128" height="160"/> </tileset> <layer name="Ground" width="93" height="59" opacity="0.99"> |