comparison data/levels/theatre.json @ 363:5e4e1432565a

the theatre
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 09 Apr 2011 14:28:12 +0200
parents 62b98bea56bf
children 5c8d090dbeec
comparison
equal deleted inserted replaced
362:02bf05964619 363:5e4e1432565a
3 "backgrounds": [ 3 "backgrounds": [
4 "background_01_back.png" 4 "background_01_back.png"
5 ], 5 ],
6 "tileset": "flower_dark", 6 "tileset": "flower_dark",
7 "tiles": [ 7 "tiles": [
8 "XXXXXXXXXXXXXXXXXXXXXX", 8 "XXXXXXXXXXXXXXXXXXXXXXXX",
9 "X....................X", 9 "X{.h..h..h.!..h..h..h.}X",
10 "X....................X", 10 "X......................X",
11 "X....................X", 11 "X=>........?.........<+X",
12 "X....................X", 12 "X.....pXXXXXXXXXXq.....X",
13 "X....................X", 13 "X.....Xd{h.!..h}bX.....X",
14 "X....................X", 14 "X=>...X{........}X...<+X",
15 "X....................X", 15 "X....?X..........X?....X",
16 "X....................X", 16 "X...<+d..........b=>...X",
17 "XXXXXXXXXXXXXXXXXXXXXX" 17 "X...........?..........X",
18 "X=>.......?pq?.......<+X",
19 "X........pXXXXq........X",
20 "XXXXXXXXXXXXXXXXXXXXXXXX"
18 ], 21 ],
19 "enemies": [ 22 "enemies": [
20 {"type": "RedOni", "pos": [5, 5], "direction": "left" } 23 {"type": "RedOni", "pos": [5, 7], "direction": "left" },
24 {"type": "RedOni", "pos": [18, 7], "direction": "right" }
21 ], 25 ],
22 "doorways": { 26 "doorways": {
23 "starting": {"type": "Doorway", "pos": [3, 9], "facing": "right", "leadsto": "town.to_theatre"} 27 "starting": {"type": "Doorway", "pos": [11, 3], "facing": "right", "leadsto": "town.to_theatre"}
24 } 28 }
25 } 29 }