diff options
author | wushin <pasekei@gmail.com> | 2014-04-27 10:48:16 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-04-27 10:48:16 -0500 |
commit | 2f7da2ef0cf41dec42fc86fd69b824e2e3b48fe8 (patch) | |
tree | d6390142fc1ed5fdff3bc7f861064cf45d07a752 /maps | |
parent | 87b035aac65266d226410807f509d115676810ad (diff) | |
download | clientdata-2f7da2ef0cf41dec42fc86fd69b824e2e3b48fe8.tar.gz clientdata-2f7da2ef0cf41dec42fc86fd69b824e2e3b48fe8.tar.bz2 clientdata-2f7da2ef0cf41dec42fc86fd69b824e2e3b48fe8.tar.xz clientdata-2f7da2ef0cf41dec42fc86fd69b824e2e3b48fe8.zip |
Add Sail Away to Boats
Fixes #82
Diffstat (limited to 'maps')
-rw-r--r-- | maps/035-2.tmx | 2 | ||||
-rw-r--r-- | maps/036-2.tmx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/maps/035-2.tmx b/maps/035-2.tmx index 073f05c9..0f89b8a9 100644 --- a/maps/035-2.tmx +++ b/maps/035-2.tmx @@ -2,7 +2,7 @@ <map version="1.0" orientation="orthogonal" width="60" height="60" tilewidth="32" tileheight="32"> <properties> <property name="Name" value="Koga - Main"/> - <property name="music" value="clouds-calling.ogg"/> + <property name="music" value="sail-away.ogg"/> </properties> <tileset firstgid="1" source="../tilesets/collision.tsx"/> <tileset firstgid="3" source="../tilesets/woodland_indoor.tsx"/> diff --git a/maps/036-2.tmx b/maps/036-2.tmx index 0a683161..5a964f9c 100644 --- a/maps/036-2.tmx +++ b/maps/036-2.tmx @@ -2,7 +2,7 @@ <map version="1.0" orientation="orthogonal" width="60" height="60" tilewidth="32" tileheight="32"> <properties> <property name="Name" value="Koga - Candor"/> - <property name="music" value="clouds-calling.ogg"/> + <property name="music" value="sail-away.ogg"/> </properties> <tileset firstgid="1" source="../tilesets/collision.tsx"/> <tileset firstgid="3" source="../tilesets/woodland_indoor.tsx"/> |