diff options
Diffstat (limited to 'maps/029-1.tmx')
-rw-r--r-- | maps/029-1.tmx | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/maps/029-1.tmx b/maps/029-1.tmx index 945fd4ce..65482225 100644 --- a/maps/029-1.tmx +++ b/maps/029-1.tmx @@ -9,18 +9,10 @@ <property name="overlay0scrollX" value="0.2"/> <property name="overlay0scrollY" value="0.1"/> </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="Woodland_ground" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/Woodland_ground.png" width="512" height="512"/> - </tileset> - <tileset firstgid="259" name="Woodland_x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tiles/Woodland_x2.png" width="512" height="128"/> - </tileset> - <tileset firstgid="291" name="Woodland_x3" tilewidth="32" tileheight="96"> - <image source="../graphics/tiles/Woodland_x3.png" width="512" height="192"/> - </tileset> + <tileset firstgid="1" source="../tilesets/collision.tsx"/> + <tileset firstgid="3" source="../tilesets/Woodland_ground.tsx"/> + <tileset firstgid="259" source="../tilesets/Woodland_x2.tsx"/> + <tileset firstgid="291" source="../tilesets/Woodland_x3.tsx"/> <layer name="Ground" width="100" height="100"> <data encoding="csv"> 89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89, @@ -437,7 +429,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="100"> + <layer name="Collision" width="100" height="100" 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, @@ -541,7 +533,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="100"> + <objectgroup name="Objects" width="100" height="100" visible="0"> <object name="Evil Mushroom" type="spawn" x="2016" y="1888" width="416" height="448"> <properties> <property name="eA_death" value="60000"/> |