view data/levels/theatre.json @ 277:62b98bea56bf

More level and scene change fixes.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 08 Apr 2011 19:27:51 +0200
parents e006ec7b3d8f
children 5e4e1432565a
line wrap: on
line source

{
    "description": "The theatre",
    "backgrounds": [
        "background_01_back.png"
    ],
    "tileset": "flower_dark",
    "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_theatre"}
    }
}