view data/levels/celestial_plane.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 e006ec7b3d8f
children 3a524c10a95c
line wrap: on
line source

{
    "description": "The celestial plane",
    "backgrounds": [
        "background_01_back.png"
    ],
    "tileset": "fan_gold",
    "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_celestial_plane"}
    }
}