comparison data/levels/theatre.json @ 277:62b98bea56bf

More level and scene change fixes.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 08 Apr 2011 19:27:51 +0200
parents e006ec7b3d8f
children 5e4e1432565a
comparison
equal deleted inserted replaced
276:820bb9da2ef2 277:62b98bea56bf
18 ], 18 ],
19 "enemies": [ 19 "enemies": [
20 {"type": "RedOni", "pos": [5, 5], "direction": "left" } 20 {"type": "RedOni", "pos": [5, 5], "direction": "left" }
21 ], 21 ],
22 "doorways": { 22 "doorways": {
23 "starting": {"type": "Doorway", "pos": [3, 9], "facing": "right", "leadsto": "town.to_theatre"}, 23 "starting": {"type": "Doorway", "pos": [3, 9], "facing": "right", "leadsto": "town.to_theatre"}
24 } 24 }
25 } 25 }