diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-23 02:44:38 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-23 02:44:38 -0300 |
commit | 0c73aa082ca487d631ba75b62e0da74bee63605b (patch) | |
tree | 50c1c5764c97835a244421b8bcaf366f884538ef /maps/003-1-2.tmx | |
parent | 76884978117327a5101c967660343242c2973bab (diff) | |
download | clientdata-0c73aa082ca487d631ba75b62e0da74bee63605b.tar.gz clientdata-0c73aa082ca487d631ba75b62e0da74bee63605b.tar.bz2 clientdata-0c73aa082ca487d631ba75b62e0da74bee63605b.tar.xz clientdata-0c73aa082ca487d631ba75b62e0da74bee63605b.zip |
FYI Fringe is not rendered above the player, but ALONG the player.
So, DO NOT PUT TREES IN FRINGE. (Fix some maps, add some minimaps)
Diffstat (limited to 'maps/003-1-2.tmx')
-rw-r--r-- | maps/003-1-2.tmx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/maps/003-1-2.tmx b/maps/003-1-2.tmx index 37b0a0e4..d084a6a9 100644 --- a/maps/003-1-2.tmx +++ b/maps/003-1-2.tmx @@ -1,9 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="70" height="68" tilewidth="32" tileheight="32" infinite="0" nextobjectid="37"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="70" height="68" tilewidth="32" tileheight="32" infinite="0" nextobjectid="37"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> - <property name="name" value="Tulimshar Jeweler"/> + <property name="minimap" value="graphics/minimaps/003-1-2.png"/> + <property name="music" value="3b5.ogg"/> + <property name="name" value="Tulimshar Wall"/> </properties> <tileset firstgid="1" name="Collision" tilewidth="32" tileheight="32" tilecount="9" columns="3"> <image source="../graphics/tilesets/collision.png" width="96" height="96"/> |