diff options
author | tux9th <mr.x@aon.at> | 2013-12-02 23:15:05 +0100 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2013-12-04 21:15:35 +0100 |
commit | b9c164553cdf874d6b40a3ed0684c76457a48e0a (patch) | |
tree | d3347a14eb9ce6125edf0139095b08630e4601d2 /maps | |
parent | b5bfb238e4e7aa0ae212ededdf4c1331c50f62b0 (diff) | |
download | clientdata-b9c164553cdf874d6b40a3ed0684c76457a48e0a.tar.gz clientdata-b9c164553cdf874d6b40a3ed0684c76457a48e0a.tar.bz2 clientdata-b9c164553cdf874d6b40a3ed0684c76457a48e0a.tar.xz clientdata-b9c164553cdf874d6b40a3ed0684c76457a48e0a.zip |
043-3:
* adding music.
* renaming map.
Diffstat (limited to 'maps')
-rw-r--r-- | maps/043-3.tmx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/maps/043-3.tmx b/maps/043-3.tmx index 0ed8edd0..23d49b3e 100644 --- a/maps/043-3.tmx +++ b/maps/043-3.tmx @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="150" height="150" tilewidth="32" tileheight="32"> <properties> - <property name="name" value="Cave"/> + <property name="music" value="finalman_and_yakslem-cavesong.ogg"/> + <property name="name" value="Sandy Dungeon Level 1"/> </properties> <tileset firstgid="1" source="../tilesets/collision.tsx"/> <tileset firstgid="3" source="../tilesets/cave2.tsx"/> |