view data/levels/geisha_room.json @ 523:c7c3f55554d4

add tofu and scroll totals to the hud
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 09 Apr 2011 23:45:00 +0200
parents 6e065efdcec6
children f6bd04e5a414
line wrap: on
line source

{
    "description": "Kumiko's rooms",
    "backgrounds": [
        "background_02_back.png",
        "background_02_front.png"
    ],
    "tileset": "flower_light",
    "tiles": [
        "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
        "X{...............h.!..h...}X",
        "X..........................X",
        "XXXq...pXXq................X",
        "X{}bXXXd{}bXXq.?.p)...?....X",
        "X..........}bXXXXd{..()....X",
        "X.............h......!.....X",
        "XXXX)...................pXXX",
        "X{..h............pXXq..pXXXX",
        "X........(q.?.pXXd{}bXXXd{}X",
        "X........}bXXXXd{..........X",
        "XXXXX).......h.............X",
        "X{......................?..X",
        "X......pXq.?....pXXXXXXXXXXX",
        "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"
    ],
    "enemies": [
        {"type": "RedOni", "pos": [12, 9], "direction": "left" },
        {"type": "RedOni", "pos": [15, 4], "direction": "right" }
    ],
    "doorways": {
        "starting": {"type": "Doorway", "pos": [24, 12], "facing": "right", "leadsto": "tea_house.to_geisha_room"}
    },
    "music" : {
        "track" : "ambient japanese music 5.ogg",
        "volume" : 1.0
    }
}