diff options
Diffstat (limited to 'maps/031-2.tmx')
-rw-r--r-- | maps/031-2.tmx | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/maps/031-2.tmx b/maps/031-2.tmx index b99a5f5b..526e2a64 100644 --- a/maps/031-2.tmx +++ b/maps/031-2.tmx @@ -4,21 +4,11 @@ <property name="music" value="The Mana World - Snow Village.ogg"/> <property name="name" value="Angela's House"/> </properties> - <tileset firstgid="1" name="collision" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/collision.png" width="64" height="32"/> - </tileset> - <tileset firstgid="3" name="inn" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/inn.png" width="512" height="512"/> - </tileset> - <tileset firstgid="259" name="inn2" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/inn2.png" width="512" height="512"/> - </tileset> - <tileset firstgid="515" name="inn_x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tiles/inn_x2.png" width="512" height="128"/> - </tileset> - <tileset firstgid="547" name="inn_x3" tilewidth="32" tileheight="96"> - <image source="../graphics/tiles/inn_x3.png" width="512" height="192"/> - </tileset> + <tileset firstgid="1" source="../tilesets/collision.tsx"/> + <tileset firstgid="3" source="../tilesets/inn.tsx"/> + <tileset firstgid="259" source="../tilesets/inn2.tsx"/> + <tileset firstgid="515" source="../tilesets/inn_x2.tsx"/> + <tileset firstgid="547" source="../tilesets/inn_x3.tsx"/> <layer name="Ground1" width="100" height="50"> <data encoding="csv"> 249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249, @@ -289,7 +279,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> - <layer name="Collision" width="100" height="50"> + <layer name="Collision" width="100" height="50" visible="0"> <data encoding="csv"> 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, @@ -343,7 +333,7 @@ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 </data> </layer> - <objectgroup name="Objects" width="100" height="50"> + <objectgroup name="Objects" width="100" height="50" visible="0"> <object name="To Outside" type="warp" x="736" y="960" width="32" height="32"> <properties> <property name="dest_map" value="031-1"/> |