view data/levels/theatre.json @ 459:6e065efdcec6

Background music everywhere.
author Simon Cross <hodgestar@gmail.com>
date Sat, 09 Apr 2011 20:50:01 +0200
parents 5c8d090dbeec
children 89f7ea0f4b0e
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
    }
}