view data/levels/tea_house.json @ 406:9c043be746fa

stuff in the teahouse
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 09 Apr 2011 17:14:28 +0200
parents 907c1cb2c618
children 5c8d090dbeec
line wrap: on
line source

{
    "description": "The tea house",
    "backgrounds": [
        "background_01_back.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.....?pq?........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"}
    }
}