comparison data/levels/tea_house.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 e006ec7b3d8f
children 9c043be746fa
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 "XXXXXXXXXXXXXXXXXXXXXX", 8 "XXXXXXXXXXXXXXXXXXXXXXXXX",
9 "X....................X", 9 "X{.......h..!...h......}X",
10 "X....................X", 10 "X.......................X",
11 "X....................X", 11 "X.?....?..............?.X",
12 "X....................X", 12 "XXXXXXXXXXXXXXX).....(XXX",
13 "X....................X", 13 "X{.....!.......h..<>.h.}X",
14 "X....................X", 14 "X.......................X",
15 "X....................X", 15 "X=>............<>.......X",
16 "X....................X", 16 "X.......................X",
17 "XXXXXXXXXXXXXXXXXXXXXX" 17 "X=-->.......<>.....?....X",
18 "X.................pXXq..X",
19 "XXXXXXXXXXXXXXXXXXXXXXXXX"
18 ], 20 ],
19 "enemies": [ 21 "enemies": [
20 {"type": "RedOni", "pos": [5, 5], "direction": "left" } 22 {"type": "RedOni", "pos": [7, 3], "direction": "right" },
23 {"type": "RedOni", "pos": [22, 3], "direction": "left" }
21 ], 24 ],
22 "doorways": { 25 "doorways": {
23 "starting": {"type": "Doorway", "pos": [3, 9], "facing": "right", "leadsto": "town.to_tea_house"}, 26 "starting": {"type": "Doorway", "pos": [19, 9], "facing": "right", "leadsto": "town.to_tea_house"},
24 "to_geisha_room": {"type": "Doorway", "pos": [10, 9], "facing": "left", "leadsto": "geisha_room.starting"} 27 "to_geisha_room": {"type": "Doorway", "pos": [2, 3], "facing": "left", "leadsto": "geisha_room.starting"}
25 } 28 }
26 } 29 }