changeset 459:6e065efdcec6

Background music everywhere.
author Simon Cross <hodgestar@gmail.com>
date Sat, 09 Apr 2011 20:50:01 +0200
parents fbae2da0c3c0
children 8b9b4706a4d6
files data/levels/celestial_plane.json data/levels/fishmonger_house.json data/levels/geisha_room.json data/levels/market.json data/levels/road.json data/levels/tea_house.json data/levels/temple_grounds.json data/levels/theatre.json data/levels/town.json
diffstat 9 files changed, 42 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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
     }
 }
--- 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
+}
--- 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
+}
--- 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
+}
--- 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
+}
--- 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
+}
--- 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
     }
 }
--- 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
+}
--- 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
     }
 }