diff options
author | Reid <reidyaro@gmail.com> | 2014-12-03 17:49:06 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-12-03 17:49:06 +0100 |
commit | d833176039e06c9341bc3243cc51e065f18da294 (patch) | |
tree | 32e246f175c985f0f31ea33dfdf0cec12f5897cb /maps/001-2-16.tmx | |
parent | 1af3cc33dd92ee8fc1130a23b218e52ff3dbbfb4 (diff) | |
download | clientdata-d833176039e06c9341bc3243cc51e065f18da294.tar.gz clientdata-d833176039e06c9341bc3243cc51e065f18da294.tar.bz2 clientdata-d833176039e06c9341bc3243cc51e065f18da294.tar.xz clientdata-d833176039e06c9341bc3243cc51e065f18da294.zip |
Add proprieties on Artis indoor maps #10 to #17.
Diffstat (limited to 'maps/001-2-16.tmx')
-rwxr-xr-x | maps/001-2-16.tmx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/maps/001-2-16.tmx b/maps/001-2-16.tmx index 4fff5ed6..6586698e 100755 --- a/maps/001-2-16.tmx +++ b/maps/001-2-16.tmx @@ -1,5 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" renderorder="right-down" width="100" height="100" tilewidth="32" tileheight="32"> + <properties> + <property name="license" value="CC BY-SA 3.0"/> + <property name="manaplus version" value="2"/> + <property name="minimap" value="graphics/minimaps/001-2-2.png"/> + <property name="music" value="bartk - in the forest of the birches.ogg"/> + <property name="name" value=""/> + </properties> <tileset firstgid="1" name="Indoor" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/artis-indoor.png" width="512" height="512"/> </tileset> |