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

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