diff options
author | Wushin <pasekei@gmail.com> | 2014-11-01 20:54:29 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-11-01 20:54:29 -0500 |
commit | a53e95b4629b41250cb3e96f62d399c8a5f27ffa (patch) | |
tree | 987b6751871e43b9bece638b059f71a67814257e | |
parent | f32d48688342d62e163ba4b15334281646f2825e (diff) | |
parent | f7822bf52c073a3c8e989b1a3ea7d314c7f96f5b (diff) | |
download | clientdata-a53e95b4629b41250cb3e96f62d399c8a5f27ffa.tar.gz clientdata-a53e95b4629b41250cb3e96f62d399c8a5f27ffa.tar.bz2 clientdata-a53e95b4629b41250cb3e96f62d399c8a5f27ffa.tar.xz clientdata-a53e95b4629b41250cb3e96f62d399c8a5f27ffa.zip |
Merge pull request #190 from mekolat/diamondmusic
add music to dimond band
-rw-r--r-- | maps/010-2.tmx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/maps/010-2.tmx b/maps/010-2.tmx index 3377627c..a3d7ed6c 100644 --- a/maps/010-2.tmx +++ b/maps/010-2.tmx @@ -693,7 +693,7 @@ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 </data> </layer> - <objectgroup name="Objects" width="0" height="0" visible="0"> + <objectgroup name="Objects" width="0" height="0"> <object name="To Cellar" type="warp" x="864" y="768" width="32" height="32"> <properties> <property name="dest_map" value="010-2"/> @@ -743,5 +743,6 @@ <property name="dest_tile_y" value="28"/> </properties> </object> + <object name="dimonds-cove.ogg" type="MUSIC" x="1152" y="992" width="256" height="352"/> </objectgroup> </map> |