diff data/levels/town.json @ 459:6e065efdcec6

Background music everywhere.
author Simon Cross <hodgestar@gmail.com>
date Sat, 09 Apr 2011 20:50:01 +0200
parents 5c8d090dbeec
children 30077905d697
line wrap: on
line diff
--- 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
     }
 }