comparison data/levels/temple_grounds.json @ 456:2dcaaf6abb9c

began to place tofu
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 09 Apr 2011 20:49:20 +0200
parents df2933311711
children 6e065efdcec6
comparison
equal deleted inserted replaced
455:5d59238f8996 456:2dcaaf6abb9c
18 "X{...........................................X", 18 "X{...........................................X",
19 "X..?.?....................?.................pX", 19 "X..?.?....................?.................pX",
20 "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" 20 "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
21 ], 21 ],
22 "enemies": [ 22 "enemies": [
23 {"type": "RedOni", "pos": [19, 2], "direction": "left" }, 23 {"type": "PatrollingOni", "pos": [19, 2], "direction": "left" },
24 {"type": "RedOni", "pos": [35, 5], "direction": "right" }, 24 {"type": "PatrollingOni", "pos": [35, 5], "direction": "right" },
25 {"type": "RedOni", "pos": [10, 8], "direction": "left" }, 25 {"type": "PatrollingOni", "pos": [10, 8], "direction": "left" },
26 {"type": "RedOni", "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 } 31 }