comparison data/levels/theatre.json @ 445:5c8d090dbeec

added backgrounds and tweaked some oni
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 09 Apr 2011 19:52:44 +0200
parents 5e4e1432565a
children 6e065efdcec6
comparison
equal deleted inserted replaced
444:75a9eb54fbc4 445:5c8d090dbeec
1 { 1 {
2 "description": "The theatre", 2 "description": "The theatre",
3 "backgrounds": [ 3 "backgrounds": [
4 "background_01_back.png" 4 "background_02_back.png",
5 "background_02_front.png"
5 ], 6 ],
6 "tileset": "flower_dark", 7 "tileset": "flower_dark",
7 "tiles": [ 8 "tiles": [
8 "XXXXXXXXXXXXXXXXXXXXXXXX", 9 "XXXXXXXXXXXXXXXXXXXXXXXX",
9 "X{.h..h..h.!..h..h..h.}X", 10 "X{.h..h..h.!..h..h..h.}X",
10 "X......................X", 11 "X......................X",
11 "X=>........?.........<+X", 12 "X=>........?.........<+X",
12 "X.....pXXXXXXXXXXq.....X", 13 "X.....pXXXXXXXXXXq.....X",
13 "X.....Xd{h.!..h}bX.....X", 14 "X.....Xd{h.!..h}bX.....X",
14 "X=>...X{........}X...<+X", 15 "X=>...X{........}X...<+X",
15 "X....?X..........X?....X", 16 "X...?.X..........X.?...X",
16 "X...<+d..........b=>...X", 17 "X...<+d..........b=>...X",
17 "X...........?..........X", 18 "X...........?..........X",
18 "X=>.......?pq?.......<+X", 19 "X=>.......?pq?.......<+X",
19 "X........pXXXXq........X", 20 "X...?....pXXXXq....?...X",
20 "XXXXXXXXXXXXXXXXXXXXXXXX" 21 "XXXXXXXXXXXXXXXXXXXXXXXX"
21 ], 22 ],
22 "enemies": [ 23 "enemies": [
23 {"type": "RedOni", "pos": [5, 7], "direction": "left" }, 24 {"type": "RedOni", "pos": [4, 7], "direction": "left" },
24 {"type": "RedOni", "pos": [18, 7], "direction": "right" } 25 {"type": "RedOni", "pos": [19, 7], "direction": "right" },
26 {"type": "PatrollingOni", "pos": [4, 11], "direction": "left" },
27 {"type": "PatrollingOni", "pos": [19, 11], "direction": "right" }
25 ], 28 ],
26 "doorways": { 29 "doorways": {
27 "starting": {"type": "Doorway", "pos": [11, 3], "facing": "right", "leadsto": "town.to_theatre"} 30 "starting": {"type": "Doorway", "pos": [11, 3], "facing": "right", "leadsto": "town.to_theatre"}
28 } 31 }
29 } 32 }