view data/levels/temple.json @ 275:bcdfd2be2eb4

Merged changes, I hope.
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Fri, 08 Apr 2011 19:18:48 +0200
parents e006ec7b3d8f 95e2ef31e714
children 820bb9da2ef2
line wrap: on
line source

{
    "description": "A small temple",
    "backgrounds": [
        "background_01_back.png"
    ],
    "tileset": "blue",
    "tiles": [
        "XXXXXXXXXXXXXXXXXXXX",
        "XXd{....}bd{....}bXX",
        "Xd{..........?...}bX",
        "X{..........(X)...}X",
        "X..................X",
        "X..<+bd=>..........X",
        "X.................pX",
        "X?...........<--+bXX",
        "Xq..?..pq.........}X",
        "XXXXXd=-->.........X",
        "X{................?X",
        "X..........pq..?..pX",
        "X.........<--+bXXXXX",
        "Xq................}X",
        "XXd=-->............X",
        "X{.................X",
        "Xq..?.....pq...?..pX",
        "XXXXXXXXXXXXXXXXXXXX"
    ],
    "enemies": [
        {"type": "RedOni", "pos": [4, 8], "direction": "left" },
        {"type": "RedOni", "pos": [15, 11], "direction": "right" }
    ],
    "doorways": {
        "starting": {"type": "StartingDoorway", "pos": [4, 17], "facing": "right"},
        "to_temple_grounds": {"type": "Doorway", "pos": [17, 16], "facing": "left", "leadsto": "temple_grounds.to_temple"}
    }
}