diff options
Diffstat (limited to 'maps/001-2-24.tmx')
-rw-r--r-- | maps/001-2-24.tmx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/maps/001-2-24.tmx b/maps/001-2-24.tmx index 274cc49b..b645581a 100644 --- a/maps/001-2-24.tmx +++ b/maps/001-2-24.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="2"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="1"/> @@ -7,31 +7,31 @@ <property name="music" value="bartk - in the forest of the birches.ogg"/> <property name="name" value="La Johanne, Nard'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="Box" tilewidth="32" tileheight="32"> + <tileset firstgid="385" name="Box" tilewidth="32" tileheight="32" tilecount="36"> <image source="../graphics/tilesets/box.png" width="192" height="192"/> </tileset> - <tileset firstgid="421" name="Carpet" tilewidth="32" tileheight="32"> + <tileset firstgid="421" name="Carpet" tilewidth="32" tileheight="32" tilecount="9"> <image source="../graphics/tilesets/carpet.png" width="96" height="96"/> </tileset> - <tileset firstgid="430" name="Collision" tilewidth="32" tileheight="32"> + <tileset firstgid="430" name="Collision" tilewidth="32" tileheight="32" tilecount="6"> <image source="../graphics/tilesets/collision.png" width="96" height="64"/> </tileset> - <tileset firstgid="436" name="Box x1x2" tilewidth="32" tileheight="64"> + <tileset firstgid="436" name="Box x1x2" tilewidth="32" tileheight="64" tilecount="8"> <image source="../graphics/tilesets/box-x1x2.png" width="128" height="128"/> </tileset> - <tileset firstgid="444" name="Shadow" tilewidth="32" tileheight="32"> + <tileset firstgid="444" name="Shadow" tilewidth="32" tileheight="32" tilecount="64"> <image source="../graphics/tilesets/shadow.png" width="256" height="256"/> </tileset> - <tileset firstgid="508" name="Sunlight x1x5" tilewidth="32" tileheight="160"> + <tileset firstgid="508" name="Sunlight x1x5" tilewidth="32" tileheight="160" tilecount="4"> <image source="../graphics/tilesets/ship-sunlight-x1x5.png" width="128" height="160"/> </tileset> - <tileset firstgid="512" name="Indoor" tilewidth="32" tileheight="32"> + <tileset firstgid="512" 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"> @@ -60,7 +60,7 @@ </data> </layer> <objectgroup name="Object"> - <object name="To First Deck" type="warp" x="608" y="864" width="32" height="32"> + <object id="1" name="To First Deck" type="warp" x="608" y="864" width="32" height="32"> <properties> <property name="dest_map" value="001-2-21"/> <property name="dest_x" value="992"/> |