diff options
author | Reid <reidyaro@gmail.com> | 2015-12-27 23:27:08 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-27 23:27:08 +0100 |
commit | e445625415bdfcbce2924aab001085f92bb853d7 (patch) | |
tree | c123322475676730f8a3555e6f62c9419e0d7465 | |
parent | 1dc421b02096dd4205d26cf9f95330b513d838d5 (diff) | |
download | clientdata-e445625415bdfcbce2924aab001085f92bb853d7.tar.gz clientdata-e445625415bdfcbce2924aab001085f92bb853d7.tar.bz2 clientdata-e445625415bdfcbce2924aab001085f92bb853d7.tar.xz clientdata-e445625415bdfcbce2924aab001085f92bb853d7.zip |
Update 000-0-0.
-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"> |