view data/levels/theatre.json @ 363:5e4e1432565a

the theatre
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 09 Apr 2011 14:28:12 +0200
parents 62b98bea56bf
children 5c8d090dbeec
line wrap: on
line source

{
    "description": "The theatre",
    "backgrounds": [
        "background_01_back.png"
    ],
    "tileset": "flower_dark",
    "tiles": [
        "XXXXXXXXXXXXXXXXXXXXXXXX",
        "X{.h..h..h.!..h..h..h.}X",
        "X......................X",
        "X=>........?.........<+X",
        "X.....pXXXXXXXXXXq.....X",
        "X.....Xd{h.!..h}bX.....X",
        "X=>...X{........}X...<+X",         
        "X....?X..........X?....X",        
        "X...<+d..........b=>...X",
        "X...........?..........X",
        "X=>.......?pq?.......<+X",
        "X........pXXXXq........X",
        "XXXXXXXXXXXXXXXXXXXXXXXX"
    ],
    "enemies": [
        {"type": "RedOni", "pos": [5, 7], "direction": "left" },
        {"type": "RedOni", "pos": [18, 7], "direction": "right" }
    ],
    "doorways": {
        "starting": {"type": "Doorway", "pos": [11, 3], "facing": "right", "leadsto": "town.to_theatre"}
    }
}