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

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