diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-01 17:31:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-01 17:31:19 -0300 |
commit | 1cfe0c369e13cfc948853b1419bfbbd1970c1370 (patch) | |
tree | f1ae59386e1be3b810cc0b4ce00bb6925de1b5ea /maps/021-0.tmx | |
parent | 776d847222ddb7d85b0eb42c18bee43b871eeaab (diff) | |
download | clientdata-1cfe0c369e13cfc948853b1419bfbbd1970c1370.tar.gz clientdata-1cfe0c369e13cfc948853b1419bfbbd1970c1370.tar.bz2 clientdata-1cfe0c369e13cfc948853b1419bfbbd1970c1370.tar.xz clientdata-1cfe0c369e13cfc948853b1419bfbbd1970c1370.zip |
Update all maps to Tiled 1.4.1+
Lock some of the height layer to prevent accidental editing
Diffstat (limited to 'maps/021-0.tmx')
-rw-r--r-- | maps/021-0.tmx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/maps/021-0.tmx b/maps/021-0.tmx index 0b56827c..b6330e51 100644 --- a/maps/021-0.tmx +++ b/maps/021-0.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="321" height="320" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="196"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="321" height="320" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="196"> <properties> <property name="author" value="Jesusalva"/> <property name="license" value="GPL v2+"/> @@ -7,7 +7,9 @@ <property name="music" value="icecave.ogg"/> <property name="name" value="Mountain Top"/> </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_village.tsx"/> <tileset firstgid="266" source="../graphics/tilesets/snow_x2.tsx"/> <tileset firstgid="282" source="../graphics/tilesets/snow_tree_x3.tsx"/> |