diff options
Diffstat (limited to 'maps/003-1-3.tmx')
-rw-r--r-- | maps/003-1-3.tmx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/maps/003-1-3.tmx b/maps/003-1-3.tmx index 2870b83c..8d707c4c 100644 --- a/maps/003-1-3.tmx +++ b/maps/003-1-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="110" height="110" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="43"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="110" height="110" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="43"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -10,7 +10,9 @@ <tileset firstgid="1" name="Collision" tilewidth="32" tileheight="32" tilecount="9" columns="3"> <image source="../graphics/tilesets/collision.png" width="96" height="96"/> </tileset> - <tileset firstgid="10" source="../graphics/tilesets/cave.tsx"/> + <tileset firstgid="10" name="cave" tilewidth="32" tileheight="32" tilecount="128" columns="16"> + <image source="../graphics/tilesets/cave.png" width="512" height="256"/> + </tileset> <layer id="1" name="Ground1" width="110" height="110"> <data encoding="csv"> 30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30, |