diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-01 16:05:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-01 16:05:52 -0300 |
commit | 776d847222ddb7d85b0eb42c18bee43b871eeaab (patch) | |
tree | 9d1e710028c99bdb70fd4df2c5e110e125b9b3a9 /maps/020-3.tmx | |
parent | 18ff6087c1c604dbf55ffb18bff2b34c40c1468c (diff) | |
download | clientdata-776d847222ddb7d85b0eb42c18bee43b871eeaab.tar.gz clientdata-776d847222ddb7d85b0eb42c18bee43b871eeaab.tar.bz2 clientdata-776d847222ddb7d85b0eb42c18bee43b871eeaab.tar.xz clientdata-776d847222ddb7d85b0eb42c18bee43b871eeaab.zip |
Update several maps to comply with our "TSX only for animated tiles" policy
Diffstat (limited to 'maps/020-3.tmx')
-rw-r--r-- | maps/020-3.tmx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/maps/020-3.tmx b/maps/020-3.tmx index 1e3fe206..744e17c0 100644 --- a/maps/020-3.tmx +++ b/maps/020-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="61" height="59" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="41"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="61" height="59" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="41"> <properties> <property name="author" value="TMW2 Team"/> <property name="license" value="GPL v2+"/> @@ -11,7 +11,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/inn.tsx"/> + <tileset firstgid="10" name="inn" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="../graphics/tilesets/inn.png" width="512" height="512"/> + </tileset> <tileset firstgid="266" name="snow_village" tilewidth="32" tileheight="32" tilecount="256" columns="16"> <image source="../graphics/tilesets/snow_village.png" width="512" height="512"/> </tileset> |