comparison data/levels/temple_grounds.json @ 231:9b730dcc1805

temple grounds level
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Thu, 07 Apr 2011 01:53:15 +0200
parents
children 9adf5076f3a2
comparison
equal deleted inserted replaced
230:6a35a74824ca 231:9b730dcc1805
1 {
2 "description": "The temple grounds",
3 "backgrounds": [
4 "background_01_back.png"
5 ],
6 "tileset": "blue",
7 "tiles": [
8 "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
9 "X{..........................................}X",
10 "Xq.?...............?.........................X",
11 "XXXd=--+bXXXd=--+bXXXd=--+bXXXd=--+bXXXd=>...X",
12 "X{...........................................X",
13 "X..................................?........pX",
14 "X...<+bXXXd=--+bXXXd=--+bXXXd=--+bXXXd=--+bXXX",
15 "X...........................................}X",
16 "Xq........?..................................X",
17 "XXXd=--+bXXXd=--+bXXXd=--+bXXXd=--+bXXXd=>...X",
18 "X{...........................................X",
19 "X.........................?.................pX",
20 "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
21 ],
22 "enemies": [
23 {"type": "Dummy", "pos": [19, 2], "direction": "left" },
24 {"type": "Dummy", "pos": [35, 5], "direction": "right" },
25 {"type": "Dummy", "pos": [10, 8], "direction": "left" },
26 {"type": "Dummy", "pos": [26, 11], "direction": "right" }
27 ],
28 "player": {"pos": [3, 2], "direction": "right"}
29 }