comparison data/levels/theatre.json @ 459:6e065efdcec6

Background music everywhere.
author Simon Cross <hodgestar@gmail.com>
date Sat, 09 Apr 2011 20:50:01 +0200
parents 5c8d090dbeec
children 89f7ea0f4b0e
comparison
equal deleted inserted replaced
458:fbae2da0c3c0 459:6e065efdcec6
26 {"type": "PatrollingOni", "pos": [4, 11], "direction": "left" }, 26 {"type": "PatrollingOni", "pos": [4, 11], "direction": "left" },
27 {"type": "PatrollingOni", "pos": [19, 11], "direction": "right" } 27 {"type": "PatrollingOni", "pos": [19, 11], "direction": "right" }
28 ], 28 ],
29 "doorways": { 29 "doorways": {
30 "starting": {"type": "Doorway", "pos": [11, 3], "facing": "right", "leadsto": "town.to_theatre"} 30 "starting": {"type": "Doorway", "pos": [11, 3], "facing": "right", "leadsto": "town.to_theatre"}
31 },
32 "music" : {
33 "track" : "ambient japanese music 2.ogg",
34 "volume" : 1.0
31 } 35 }
32 } 36 }