diff options
Diffstat (limited to 'maps/001-2-22.tmx')
-rw-r--r-- | maps/001-2-22.tmx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/maps/001-2-22.tmx b/maps/001-2-22.tmx index 9f5f4723..f7486259 100644 --- a/maps/001-2-22.tmx +++ b/maps/001-2-22.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="93" height="59" tilewidth="32" tileheight="32"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="93" height="59" tilewidth="32" tileheight="32" nextobjectid="4"> <properties> <property name="actorsfix" value="1"/> <property name="license" value="CC BY-SA 3.0"/> @@ -8,29 +8,29 @@ <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> - <tileset firstgid="452" name="Indoor" tilewidth="32" tileheight="32"> + <tileset firstgid="452" name="Indoor" tilewidth="32" tileheight="32" tilecount="256"> <image source="../graphics/tilesets/artis-indoor.png" width="512" height="512"/> </tileset> <layer name="Ground" width="93" height="59" opacity="0.99"> @@ -59,21 +59,21 @@ </data> </layer> <objectgroup name="Object"> - <object name="To Ship's Hold" type="warp" x="2304" y="1088" width="32" height="32"> + <object id="1" name="To Ship's Hold" type="warp" x="2304" y="1088" width="32" height="32"> <properties> <property name="dest_map" value="001-2-23"/> <property name="dest_x" value="1536"/> <property name="dest_y" value="896"/> </properties> </object> - <object name="To First Deck" type="warp" x="2304" y="960" width="32" height="32"> + <object id="2" name="To First Deck" type="warp" x="2304" y="960" width="32" height="32"> <properties> <property name="dest_map" value="001-2-21"/> <property name="dest_x" value="960"/> <property name="dest_y" value="832"/> </properties> </object> - <object name="Piou" type="spawn" x="992" y="736" width="1376" height="640"> + <object id="3" name="Piou" type="spawn" x="992" y="736" width="1376" height="640"> <properties> <property name="eA_death" value="20000"/> <property name="eA_spawn" value="30000"/> |