diff options
-rw-r--r-- | maps/000-0-0.tmx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/000-0-0.tmx b/maps/000-0-0.tmx index 148e62c6..6b76bd86 100644 --- a/maps/000-0-0.tmx +++ b/maps/000-0-0.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="55" height="55" tilewidth="32" tileheight="32"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="55" height="55" tilewidth="32" tileheight="32" nextobjectid="1"> <properties> <property name="actorsfix" value="1"/> <property name="license" value="CC BY-SA 3.0"/> @@ -8,19 +8,19 @@ <property name="music" value="bartk - in the forest of the birches.ogg"/> <property name="name" value="La Johanne, First Deck (Sailor's room)"/> </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" name="Shadow" tilewidth="32" tileheight="32"> + <tileset firstgid="385" name="Shadow" tilewidth="32" tileheight="32" tilecount="64"> <image source="../graphics/tilesets/shadow.png" width="256" height="256"/> </tileset> - <tileset firstgid="449" name="Box" tilewidth="32" tileheight="32"> + <tileset firstgid="449" name="Box" tilewidth="32" tileheight="32" tilecount="36"> <image source="../graphics/tilesets/box.png" width="192" height="192"/> </tileset> - <tileset firstgid="485" name="Collision" tilewidth="32" tileheight="32"> + <tileset firstgid="485" name="Collision" tilewidth="32" tileheight="32" tilecount="6"> <image source="../graphics/tilesets/collision.png" width="96" height="64"/> </tileset> <layer name="Ground" width="55" height="55"> |