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

Background music everywhere.
author Simon Cross <hodgestar@gmail.com>
date Sat, 09 Apr 2011 20:50:01 +0200
parents 7f198761a7be
children fef3a942ea28
comparison
equal deleted inserted replaced
458:fbae2da0c3c0 459:6e065efdcec6
58 {"type": "PatrollingOni", "pos": [18, 28], "direction": "right" }, 58 {"type": "PatrollingOni", "pos": [18, 28], "direction": "right" },
59 {"type": "PatrollingOni", "pos": [24, 28], "direction": "left" } 59 {"type": "PatrollingOni", "pos": [24, 28], "direction": "left" }
60 ], 60 ],
61 "doorways": { 61 "doorways": {
62 "starting": {"type": "Doorway", "pos": [16, 4], "facing": "right", "leadsto": "town.to_celestial_plane"} 62 "starting": {"type": "Doorway", "pos": [16, 4], "facing": "right", "leadsto": "town.to_celestial_plane"}
63 },
64 "music" : {
65 "track" : "final battle 1.ogg",
66 "volume" : 1.0
63 } 67 }
64 } 68 }