view data/levels/tea_house.json @ 573:ebca2f14517f

made agreement depend on both rice and document; made table square
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sun, 10 Apr 2011 02:55:00 +0200
parents 62222d36f1ed
children
line wrap: on
line source

{
    "description": "The tea house",
    "backgrounds": [
        "background_02_back.png",
        "background_02_front.png"
    ],
    "tileset": "flower_light",
    "tiles": [
        "XXXXXXXXXXXXXXXXXXXXXXXXX",
        "X{.......h..!...h......}X",
        "X.......................X",
        "X??....?.....?........??X",
        "XXXXXXXXXXXXXXX)...?.(XXX",
        "X{.....!.......h..<>.h.}X",
        "X?..............?.......X",
        "X=>............<>.......X",
        "X..?.........?..........X",
        "X=-->..?....<>.....?....X",
        "X?....?XX?.......?pXXq.?X",
        "XXXXXXXXXXXXXXXXXXXXXXXXX"
    ],
    "enemies": [
        {"type": "RedOni", "pos": [7, 3], "direction": "right" },
        {"type": "RedOni", "pos": [22, 3], "direction": "left" }
    ],
    "doorways": {
        "starting": {"type": "Doorway", "pos": [19, 9], "facing": "right", "leadsto": "town.to_tea_house"},
        "to_geisha_room": {"type": "Doorway", "pos": [2, 3], "facing": "left", "leadsto": "geisha_room.starting"}
    },
    "music" : {
        "track" : "ambient japanese music 3.ogg",
        "volume" : 1.0
    }
}