# HG changeset patch # User Simon Cross # Date 1302375001 -7200 # Node ID 6e065efdcec61fea59bdbcd3f8ea1079366405f6 # Parent fbae2da0c3c03746c02cff4fa897787436c85f8b Background music everywhere. diff -r fbae2da0c3c0 -r 6e065efdcec6 data/levels/celestial_plane.json --- a/data/levels/celestial_plane.json Sat Apr 09 20:49:52 2011 +0200 +++ b/data/levels/celestial_plane.json Sat Apr 09 20:50:01 2011 +0200 @@ -60,5 +60,9 @@ ], "doorways": { "starting": {"type": "Doorway", "pos": [16, 4], "facing": "right", "leadsto": "town.to_celestial_plane"} + }, + "music" : { + "track" : "final battle 1.ogg", + "volume" : 1.0 } } diff -r fbae2da0c3c0 -r 6e065efdcec6 data/levels/fishmonger_house.json --- a/data/levels/fishmonger_house.json Sat Apr 09 20:49:52 2011 +0200 +++ b/data/levels/fishmonger_house.json Sat Apr 09 20:50:01 2011 +0200 @@ -39,5 +39,9 @@ ], "doorways": { "starting": {"type": "Doorway", "pos": [10, 10], "facing": "right", "leadsto": "market.to_fishmonger_house"} + }, + "music" : { + "track" : "ambient japanese music 4.ogg", + "volume" : 1.0 } -} \ No newline at end of file +} diff -r fbae2da0c3c0 -r 6e065efdcec6 data/levels/geisha_room.json --- a/data/levels/geisha_room.json Sat Apr 09 20:49:52 2011 +0200 +++ b/data/levels/geisha_room.json Sat Apr 09 20:50:01 2011 +0200 @@ -28,5 +28,9 @@ ], "doorways": { "starting": {"type": "Doorway", "pos": [24, 12], "facing": "right", "leadsto": "tea_house.to_geisha_room"} + }, + "music" : { + "track" : "ambient japanese music 5.ogg", + "volume" : 1.0 } -} \ No newline at end of file +} diff -r fbae2da0c3c0 -r 6e065efdcec6 data/levels/market.json --- a/data/levels/market.json Sat Apr 09 20:49:52 2011 +0200 +++ b/data/levels/market.json Sat Apr 09 20:50:01 2011 +0200 @@ -28,5 +28,9 @@ "doorways": { "starting": {"type": "Doorway", "pos": [2, 4], "facing": "right", "leadsto": "town.to_market"}, "to_fishmonger_house": {"type": "Doorway", "pos": [57, 4], "facing": "left", "leadsto": "fishmonger_house.starting"} + }, + "music" : { + "track" : "ambient japanese music 4.ogg", + "volume" : 1.0 } -} \ No newline at end of file +} diff -r fbae2da0c3c0 -r 6e065efdcec6 data/levels/road.json --- a/data/levels/road.json Sat Apr 09 20:49:52 2011 +0200 +++ b/data/levels/road.json Sat Apr 09 20:50:01 2011 +0200 @@ -25,5 +25,9 @@ "doorways": { "starting": {"type": "Doorway", "pos": [9, 7], "facing": "right", "leadsto": "temple_grounds.to_road"}, "to_town": {"type": "Doorway", "pos": [72, 4], "facing": "left", "leadsto": "town.starting"} + }, + "music" : { + "track" : "ambient japanese music 3.ogg", + "volume" : 1.0 } -} \ No newline at end of file +} diff -r fbae2da0c3c0 -r 6e065efdcec6 data/levels/tea_house.json --- a/data/levels/tea_house.json Sat Apr 09 20:49:52 2011 +0200 +++ b/data/levels/tea_house.json Sat Apr 09 20:50:01 2011 +0200 @@ -26,5 +26,9 @@ "doorways": { "starting": {"type": "Doorway", "pos": [19, 9], "facing": "right", "leadsto": "town.to_tea_house"}, "to_geisha_room": {"type": "Doorway", "pos": [2, 3], "facing": "left", "leadsto": "geisha_room.starting"} + }, + "music" : { + "track" : "ambient japanese music 3.ogg", + "volume" : 1.0 } -} \ No newline at end of file +} diff -r fbae2da0c3c0 -r 6e065efdcec6 data/levels/temple_grounds.json --- a/data/levels/temple_grounds.json Sat Apr 09 20:49:52 2011 +0200 +++ b/data/levels/temple_grounds.json Sat Apr 09 20:50:01 2011 +0200 @@ -28,5 +28,9 @@ "doorways": { "starting": {"type": "Doorway", "pos": [3, 2], "facing": "right", "leadsto": "temple.to_temple_grounds"}, "to_road": {"type": "Doorway", "pos": [3, 11], "facing": "left", "leadsto": "road.starting"} + }, + "music" : { + "track" : "ambient japanese music 1.ogg", + "volume" : 1.0 } } diff -r fbae2da0c3c0 -r 6e065efdcec6 data/levels/theatre.json --- a/data/levels/theatre.json Sat Apr 09 20:49:52 2011 +0200 +++ b/data/levels/theatre.json Sat Apr 09 20:50:01 2011 +0200 @@ -28,5 +28,9 @@ ], "doorways": { "starting": {"type": "Doorway", "pos": [11, 3], "facing": "right", "leadsto": "town.to_theatre"} + }, + "music" : { + "track" : "ambient japanese music 2.ogg", + "volume" : 1.0 } -} \ No newline at end of file +} diff -r fbae2da0c3c0 -r 6e065efdcec6 data/levels/town.json --- a/data/levels/town.json Sat Apr 09 20:49:52 2011 +0200 +++ b/data/levels/town.json Sat Apr 09 20:50:01 2011 +0200 @@ -42,5 +42,9 @@ "to_tea_house": {"type": "Doorway", "pos": [29, 3], "facing": "right", "leadsto": "tea_house.starting"}, "to_market": {"type": "Doorway", "pos": [44, 6], "facing": "right", "leadsto": "market.starting"}, "to_celestial_plane": {"type": "Doorway", "pos": [59, 14], "facing": "left", "leadsto": "celestial_plane.starting"} + }, + "music" : { + "track" : "ambient japanese music 2.ogg", + "volume" : 1.0 } }