view data/levels/theatre.json @ 284:8cac6ff88a9d

Rename the void level to _limbo. Add teacupfull to _limbo. Change monk state change check to world.fox.item == 'teacupfull'.
author Simon Cross <hodgestar@gmail.com>
date Fri, 08 Apr 2011 20:41:05 +0200
parents 62b98bea56bf
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"}
    }
}