diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-13 17:49:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-13 17:49:04 -0300 |
commit | 32ce06961024e38500f2f1bf671d2eaef44ca025 (patch) | |
tree | 330dff46636f1bb38284d72a0ba6575179e27346 | |
parent | 96b043137ebed87e6814d346808be7cb76958e6d (diff) | |
download | clientdata-32ce06961024e38500f2f1bf671d2eaef44ca025.tar.gz clientdata-32ce06961024e38500f2f1bf671d2eaef44ca025.tar.bz2 clientdata-32ce06961024e38500f2f1bf671d2eaef44ca025.tar.xz clientdata-32ce06961024e38500f2f1bf671d2eaef44ca025.zip |
Fix CI issues
-rw-r--r-- | maps.xml | 1 | ||||
-rw-r--r-- | maps/018-6-3.tmx | 6 |
2 files changed, 5 insertions, 2 deletions
@@ -734,6 +734,7 @@ Copyright (C) 2018 TMW2 --> <atlas name="cave-lof"> <file name="graphics/tilesets/cave.png"/> <file name="graphics/tilesets/cave_x2.png"/> + <file name="graphics/tilesets/cave_bilevel.png"/> <file name="graphics/tilesets/footprints.png"/> <file name="graphics/tilesets/rails.png"/> <file name="graphics/tilesets/rails_x2.png"/> diff --git a/maps/018-6-3.tmx b/maps/018-6-3.tmx index 01a8a220..25a78ee6 100644 --- a/maps/018-6-3.tmx +++ b/maps/018-6-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.4" orientation="orthogonal" renderorder="right-down" width="180" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="33" nextobjectid="6"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="180" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="33" nextobjectid="6"> <properties> <property name="author" value="Jesusalva, Saulc"/> <property name="license" value="GPL v2+, CC BY SA 3.0+"/> @@ -35,7 +35,9 @@ <tileset firstgid="779" name="cave" tilewidth="32" tileheight="32" tilecount="128" columns="16"> <image source="../graphics/tilesets/cave.png" width="512" height="256"/> </tileset> - <tileset firstgid="907" source="../graphics/tilesets/cave_bilevel.tsx"/> + <tileset firstgid="907" name="cave_bilevel" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="../graphics/tilesets/cave_bilevel.png" width="512" height="512"/> + </tileset> <layer id="9" name="Ground" width="180" height="180"> <data encoding="csv"> 799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799,799, |