comparison data/levels/theatre.json @ 274:e006ec7b3d8f

proper levels
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Fri, 08 Apr 2011 19:12:44 +0200
parents
children 62b98bea56bf
comparison
equal deleted inserted replaced
272:630ebb87b38a 274:e006ec7b3d8f
1 {
2 "description": "The theatre",
3 "backgrounds": [
4 "background_01_back.png"
5 ],
6 "tileset": "flower_dark",
7 "tiles": [
8 "XXXXXXXXXXXXXXXXXXXXXX",
9 "X....................X",
10 "X....................X",
11 "X....................X",
12 "X....................X",
13 "X....................X",
14 "X....................X",
15 "X....................X",
16 "X....................X",
17 "XXXXXXXXXXXXXXXXXXXXXX"
18 ],
19 "enemies": [
20 {"type": "RedOni", "pos": [5, 5], "direction": "left" }
21 ],
22 "doorways": {
23 "starting": {"type": "Doorway", "pos": [3, 9], "facing": "right", "leadsto": "town.to_theatre"},
24 }
25 }