diff options
Diffstat (limited to 'maps/019-4.tmx')
-rw-r--r-- | maps/019-4.tmx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/maps/019-4.tmx b/maps/019-4.tmx index 5500feb4..a748c1f7 100644 --- a/maps/019-4.tmx +++ b/maps/019-4.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="2020.04.10" orientation="orthogonal" renderorder="right-down" width="172" height="130" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="12"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="172" height="130" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="12"> <properties> <property name="author" value="TMW/LoF"/> <property name="license" value="GPL v2+"/> @@ -44,7 +44,9 @@ <property name="overlay7scrollX" value="0.1"/> <property name="overlay7scrollY" value="1.6"/> </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/snow.tsx"/> <tileset firstgid="266" source="../graphics/tilesets/snow_x2.tsx"/> <tileset firstgid="282" source="../graphics/tilesets/snow_tree_x3.tsx"/> |