diff options
Diffstat (limited to 'maps/017-2-2.tmx')
-rw-r--r-- | maps/017-2-2.tmx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/maps/017-2-2.tmx b/maps/017-2-2.tmx index 71455bcc..72fcb866 100644 --- a/maps/017-2-2.tmx +++ b/maps/017-2-2.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="150" height="150" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="4"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="150" height="150" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="4"> <properties> <property name="author" value="Pydsigner, Jesusalva, TMW2/LoF Team"/> <property name="license" value="GPL v2 ; CC BY-SA 3.0"/> @@ -39,7 +39,9 @@ <property name="overlay6scrollX" value="0.2"/> <property name="overlay6scrollY" value="0.1"/> </properties> - <tileset firstgid="1" source="../graphics/tilesets/collision.tsx"/> + <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="138" source="../graphics/tilesets/cave_x2.tsx"/> <tileset firstgid="154" source="../graphics/tilesets/evol/candle-x1x2.tsx"/> |