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

proper levels
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Fri, 08 Apr 2011 19:12:44 +0200
parents
children 3a524c10a95c
comparison
equal deleted inserted replaced
272:630ebb87b38a 274:e006ec7b3d8f
1 {
2 "description": "The celestial plane",
3 "backgrounds": [
4 "background_01_back.png"
5 ],
6 "tileset": "fan_gold",
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_celestial_plane"}
24 }
25 }