comparison 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
comparison
equal deleted inserted replaced
458:fbae2da0c3c0 459:6e065efdcec6
26 {"type": "RedOni", "pos": [65, 5], "direction": "right" } 26 {"type": "RedOni", "pos": [65, 5], "direction": "right" }
27 ], 27 ],
28 "doorways": { 28 "doorways": {
29 "starting": {"type": "Doorway", "pos": [2, 4], "facing": "right", "leadsto": "town.to_market"}, 29 "starting": {"type": "Doorway", "pos": [2, 4], "facing": "right", "leadsto": "town.to_market"},
30 "to_fishmonger_house": {"type": "Doorway", "pos": [57, 4], "facing": "left", "leadsto": "fishmonger_house.starting"} 30 "to_fishmonger_house": {"type": "Doorway", "pos": [57, 4], "facing": "left", "leadsto": "fishmonger_house.starting"}
31 },
32 "music" : {
33 "track" : "ambient japanese music 4.ogg",
34 "volume" : 1.0
31 } 35 }
32 } 36 }