diff options
author | Reid <reidyaro@gmail.com> | 2015-12-24 05:38:58 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-24 05:38:58 +0100 |
commit | 89babb50a52971e5fcd3b96e5ec417f4fa5ea029 (patch) | |
tree | 2e34f13b909eb5255ea66fbb3f8c387dcfaa62f4 /maps/001-2-21.tmx | |
parent | 9a7e4f691e643301a262ef1435afd46d5b3f0122 (diff) | |
download | clientdata-89babb50a52971e5fcd3b96e5ec417f4fa5ea029.tar.gz clientdata-89babb50a52971e5fcd3b96e5ec417f4fa5ea029.tar.bz2 clientdata-89babb50a52971e5fcd3b96e5ec417f4fa5ea029.tar.xz clientdata-89babb50a52971e5fcd3b96e5ec417f4fa5ea029.zip |
Fix various issues on every maps and add a black tile outline over every warps.
Diffstat (limited to 'maps/001-2-21.tmx')
-rw-r--r-- | maps/001-2-21.tmx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/maps/001-2-21.tmx b/maps/001-2-21.tmx index b343ffa3..79fc4be0 100644 --- a/maps/001-2-21.tmx +++ b/maps/001-2-21.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="52" height="53" tilewidth="32" tileheight="32"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="52" height="53" tilewidth="32" tileheight="32" nextobjectid="4"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="1"/> @@ -7,29 +7,29 @@ <property name="music" value="bartk - in the forest of the birches.ogg"/> <property name="name" value="La Johanne, First 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="Box x1x2" tilewidth="32" tileheight="64"> + <tileset firstgid="439" name="Box x1x2" tilewidth="32" tileheight="64" tilecount="8"> <image source="../graphics/tilesets/box-x1x2.png" width="128" height="128"/> </tileset> - <tileset firstgid="447" name="Shadow" tilewidth="32" tileheight="32"> + <tileset firstgid="447" name="Shadow" tilewidth="32" tileheight="32" tilecount="64"> <image source="../graphics/tilesets/shadow.png" width="256" height="256"/> </tileset> - <tileset firstgid="511" name="Sunlight x1x5" tilewidth="32" tileheight="160"> + <tileset firstgid="511" name="Sunlight x1x5" tilewidth="32" tileheight="160" tilecount="4"> <image source="../graphics/tilesets/ship-sunlight-x1x5.png" width="128" height="160"/> </tileset> - <tileset firstgid="515" name="Indoor" tilewidth="32" tileheight="32"> + <tileset firstgid="515" name="Indoor" tilewidth="32" tileheight="32" tilecount="256"> <image source="../graphics/tilesets/artis-indoor.png" width="512" height="512"/> </tileset> <layer name="Ground" width="52" height="53"> @@ -58,21 +58,21 @@ </data> </layer> <objectgroup name="Object"> - <object name="ToArtis" type="warp" x="608" y="896" width="32" height="32"> + <object id="1" name="ToArtis" type="warp" x="608" y="896" width="32" height="32"> <properties> <property name="dest_map" value="001-1"/> <property name="dest_x" value="4512"/> <property name="dest_y" value="2208"/> </properties> </object> - <object name="To Nard's Room" type="warp" x="1056" y="896" width="32" height="32"> + <object id="2" name="To Nard's Room" type="warp" x="1056" y="896" width="32" height="32"> <properties> <property name="dest_map" value="000-2-24"/> <property name="dest_x" value="640"/> <property name="dest_y" value="864"/> </properties> </object> - <object name="To Second Deck" type="warp" x="992" y="800" width="32" height="32"> + <object id="3" name="To Second Deck" type="warp" x="992" y="800" width="32" height="32"> <properties> <property name="dest_map" value="000-2-232"/> <property name="dest_x" value="1952"/> |