diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-15 23:24:39 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-15 23:24:39 +0000 |
commit | 9f87793fd17ae296fe7cff18e50b541f18531d53 (patch) | |
tree | 9a1ef2bb938a8ebd4f1bdddf3f00fabf955b8e72 /maps/000-0-0.tmx | |
parent | 26fdb67dd4714dd08b17a570c33714c740054fd0 (diff) | |
parent | 4a1ac5cdb24d3ffacc47e470c234e65ae89695b7 (diff) | |
download | clientdata-9f87793fd17ae296fe7cff18e50b541f18531d53.tar.gz clientdata-9f87793fd17ae296fe7cff18e50b541f18531d53.tar.bz2 clientdata-9f87793fd17ae296fe7cff18e50b541f18531d53.tar.xz clientdata-9f87793fd17ae296fe7cff18e50b541f18531d53.zip |
Merge branch 'kytty' into 'master'
Kytty's Abandoned City Map
See merge request TMW2/clientdata!59
Diffstat (limited to 'maps/000-0-0.tmx')
-rw-r--r-- | maps/000-0-0.tmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/000-0-0.tmx b/maps/000-0-0.tmx index 86621921..ad257d70 100644 --- a/maps/000-0-0.tmx +++ b/maps/000-0-0.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="75" height="75" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="9"> +<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="75" height="75" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="9"> <properties> <property name="actorsfix" value="1"/> <property name="license" value="CC BY-SA 3.0"/> @@ -13,13 +13,13 @@ <property name="overlay0scrollY" value="0.2"/> </properties> <tileset firstgid="1" name="Box" tilewidth="32" tileheight="32" tilecount="36" columns="6"> - <image source="../graphics/tilesets/box.png" width="192" height="192"/> + <image source="../graphics/tilesets/evol/box.png" width="192" height="192"/> </tileset> <tileset firstgid="37" name="Collision" tilewidth="32" tileheight="32" tilecount="9" columns="3"> <image source="../graphics/tilesets/collision.png" width="96" height="96"/> </tileset> <tileset firstgid="46" name="Ground" tilewidth="32" tileheight="32" tilecount="256" columns="16"> - <image source="../graphics/tilesets/ground.png" width="512" height="512"/> + <image source="../graphics/tilesets/evol/ground.png" width="512" height="512"/> </tileset> <tileset firstgid="302" name="Base" tilewidth="32" tileheight="32" tilecount="220" columns="22"> <image source="../graphics/tilesets/ship-base.png" width="704" height="320"/> @@ -29,7 +29,7 @@ <image source="../graphics/tilesets/ship-mast.png" width="512" height="512"/> </tileset> <tileset firstgid="1018" name="Box x1x2" tilewidth="32" tileheight="64" tilecount="8" columns="4"> - <image source="../graphics/tilesets/box-x1x2.png" width="128" height="128"/> + <image source="../graphics/tilesets/evol/box-x1x2.png" width="128" height="128"/> </tileset> <tileset firstgid="1026" source="../graphics/tilesets/ship-flags-x3x2.tsx"/> <layer id="1" name="Ground" width="75" height="75"> |