comparison data/levels/geisha_room.json @ 378:907c1cb2c618

tea house plus geisha room tweaks
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 09 Apr 2011 15:18:14 +0200
parents d056c6b0f4e3
children 5f896e2f78c4
comparison
equal deleted inserted replaced
377:24c3c53e0059 378:907c1cb2c618
3 "backgrounds": [ 3 "backgrounds": [
4 "background_01_back.png" 4 "background_01_back.png"
5 ], 5 ],
6 "tileset": "flower_light", 6 "tileset": "flower_light",
7 "tiles": [ 7 "tiles": [
8 "XXXXXXXXXXXXXXXXXXXXXXXXXX", 8 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
9 "X........................X", 9 "X{...............h.!..h...}X",
10 "X........................X", 10 "X..........................X",
11 "XXq...pXXq...............X", 11 "XXXq...pXXq................X",
12 "X.bXXXd..bXXq.?.pq.......X", 12 "X{}bXXXd{}bXXq.?.p)........X",
13 "X..........bXXXXd...pq...X", 13 "X..........}bXXXXd{..()....X",
14 "X........................X", 14 "X.............h......!.....X",
15 "XXXq...................pXX", 15 "XXXX)...................pXXX",
16 "X...............pXXq..pXXX", 16 "X{..h............pXXq..pXXXX",
17 "X.......pq.?.pXXd..bXXXd.X", 17 "X........(q.?.pXXd{}bXXXd{}X",
18 "X........bXXXXd..........X", 18 "X........}bXXXXd{..........X",
19 "XXXXq....................X", 19 "XXXXX).......h.............X",
20 "X......................?.X", 20 "X{......................?..X",
21 "X.....pXq......pXXXXXXXXXX", 21 "X......pXq......pXXXXXXXXXXX",
22 "XXXXXXXXXXXXXXXXXXXXXXXXXX" 22 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"
23 ], 23 ],
24 "enemies": [ 24 "enemies": [
25 {"type": "RedOni", "pos": [11, 9], "direction": "left" }, 25 {"type": "RedOni", "pos": [12, 9], "direction": "left" },
26 {"type": "RedOni", "pos": [14, 4], "direction": "right" } 26 {"type": "RedOni", "pos": [15, 4], "direction": "right" }
27 ], 27 ],
28 "doorways": { 28 "doorways": {
29 "starting": {"type": "Doorway", "pos": [23, 12], "facing": "right", "leadsto": "tea_house.to_geisha_room"} 29 "starting": {"type": "Doorway", "pos": [24, 12], "facing": "right", "leadsto": "tea_house.to_geisha_room"}
30 } 30 }
31 } 31 }