view data/levels/theatre.json @ 533:89f7ea0f4b0e

tofu in the theatre
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sun, 10 Apr 2011 00:21:51 +0200
parents 6e065efdcec6
children
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"}
    },
    "music" : {
        "track" : "ambient japanese music 2.ogg",
        "volume" : 1.0
    }
}