diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-20 14:59:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-20 15:01:35 -0300 |
commit | 6d5873f1573d42a29574361a59f748a599245709 (patch) | |
tree | 7ed5d9e39b1cc10f05b16b2dd6cd2dfe47b80aef | |
parent | 2bb44e076f18299eec5a76daabcd62e9753cdd41 (diff) | |
download | clientdata-6d5873f1573d42a29574361a59f748a599245709.tar.gz clientdata-6d5873f1573d42a29574361a59f748a599245709.tar.bz2 clientdata-6d5873f1573d42a29574361a59f748a599245709.tar.xz clientdata-6d5873f1573d42a29574361a59f748a599245709.zip |
Fix pipeline
-rw-r--r-- | maps/007-1.tmx | 3 | ||||
-rw-r--r-- | maps/012-2.tmx | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/maps/007-1.tmx b/maps/007-1.tmx index 7b5912d4..b9d6c69f 100644 --- a/maps/007-1.tmx +++ b/maps/007-1.tmx @@ -21,9 +21,6 @@ <tileset firstgid="1050" source="../graphics/tilesets/cave2_bilevel.tsx"/> <tileset firstgid="1306" source="../graphics/tilesets/cave2_x2.tsx"/> <tileset firstgid="1338" source="../graphics/tilesets/cave2_sewer_mine_x2.tsx"/> - <tileset firstgid="1418" name="signs_x2" tilewidth="32" tileheight="32" tilecount="64" columns="8"> - <image source="../graphics/tilesets/signs_x2.png" width="256" height="256"/> - </tileset> <layer name="Ground" width="200" height="200"> <data encoding="csv"> 686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,25,25,25,25,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,25,25,25,25,25,25,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,25,25,25,686,25,25,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,25,25,25,25,25,25,25,25,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,686,25,25, diff --git a/maps/012-2.tmx b/maps/012-2.tmx index a16be269..2f081419 100644 --- a/maps/012-2.tmx +++ b/maps/012-2.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="90" height="90" tilewidth="32" tileheight="32" nextobjectid="51"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="90" height="90" tilewidth="32" tileheight="32" infinite="0" nextobjectid="51"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> |