view data/levels/tea_house.json @ 274:e006ec7b3d8f

proper levels
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Fri, 08 Apr 2011 19:12:44 +0200
parents
children 907c1cb2c618
line wrap: on
line source

{
    "description": "The tea house",
    "backgrounds": [
        "background_01_back.png"
    ],
    "tileset": "flower_light",
    "tiles": [
        "XXXXXXXXXXXXXXXXXXXXXX",
        "X....................X",
        "X....................X",
        "X....................X",
        "X....................X",
        "X....................X",
        "X....................X",
        "X....................X",
        "X....................X",
        "XXXXXXXXXXXXXXXXXXXXXX"
    ],
    "enemies": [
        {"type": "RedOni", "pos": [5, 5], "direction": "left" }
    ],
    "doorways": {
        "starting": {"type": "Doorway", "pos": [3, 9], "facing": "right", "leadsto": "town.to_tea_house"},
        "to_geisha_room": {"type": "Doorway", "pos": [10, 9], "facing": "left", "leadsto": "geisha_room.starting"}
    }
}