diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-03 10:55:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-03 10:55:50 -0300 |
commit | a836c96f3b037bac37c35e58f1aa7f6c5e7f7a92 (patch) | |
tree | 5cdc5d36351c107c2f9598ef26c82916e97d4ec3 /maps/015-8-1.tmx | |
parent | 34bb5a9ffb4341236e13d2a4751a464badf343bb (diff) | |
download | clientdata-a836c96f3b037bac37c35e58f1aa7f6c5e7f7a92.tar.gz clientdata-a836c96f3b037bac37c35e58f1aa7f6c5e7f7a92.tar.bz2 clientdata-a836c96f3b037bac37c35e58f1aa7f6c5e7f7a92.tar.xz clientdata-a836c96f3b037bac37c35e58f1aa7f6c5e7f7a92.zip |
Fix bugs on map tags
Diffstat (limited to 'maps/015-8-1.tmx')
-rw-r--r-- | maps/015-8-1.tmx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/maps/015-8-1.tmx b/maps/015-8-1.tmx index 756a6512..b8b4975e 100644 --- a/maps/015-8-1.tmx +++ b/maps/015-8-1.tmx @@ -1,13 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="100" height="100" tilewidth="32" tileheight="32" infinite="0" nextlayerid="75" nextobjectid="6"> <properties> - <property name="AutomappingRadius" value="1"/> - <property name="DeleteTiles" value="true"/> <property name="author" value="Jesusalva"/> <property name="license" value="GPL v2+, CC BY SA 3.0+"/> <property name="manaplus version" value="2"/> - <property name="minimap" value="graphics/minimaps/001-6.png"/> - <property name="music" value="Unforgiving_Lands.ogg"/> + <property name="minimap" value="graphics/minimaps/015-8-1.png"/> + <property name="music" value="Arabesque.ogg"/> <property name="name" value="Cave Of Trials"/> </properties> <tileset firstgid="1" name="collision" tilewidth="32" tileheight="32" tilecount="9" columns="3"> |