view data/levels/theatre.json @ 445:5c8d090dbeec

added backgrounds and tweaked some oni
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 09 Apr 2011 19:52:44 +0200
parents 5e4e1432565a
children 6e065efdcec6
line wrap: on
line source

{
    "description": "The theatre",
    "backgrounds": [
        "background_02_back.png",
        "background_02_front.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": [4, 7], "direction": "left" },
        {"type": "RedOni", "pos": [19, 7], "direction": "right" },
        {"type": "PatrollingOni", "pos": [4, 11], "direction": "left" },
        {"type": "PatrollingOni", "pos": [19, 11], "direction": "right" }
    ],
    "doorways": {
        "starting": {"type": "Doorway", "pos": [11, 3], "facing": "right", "leadsto": "town.to_theatre"}
    }
}