view data/levels/temple_grounds.json @ 249:30ae3c681507

Doors and stuff.
author Jeremy Thurgood <firxen@gmail.com>
date Thu, 07 Apr 2011 22:20:58 +0200
parents 9adf5076f3a2
children afd9256ad682
line wrap: on
line source

{
    "description": "The temple grounds",
    "backgrounds": [
        "background_01_back.png"
    ],
    "tileset": "blue",
    "tiles": [
        "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
        "X{..........................................}X",
        "Xq.?...............?.........................X",
        "XXXd=--+bXXXd=--+bXXXd=--+bXXXd=--+bXXXd=>...X",
        "X{...........................................X",
        "X..................................?........pX",
        "X...<+bXXXd=--+bXXXd=--+bXXXd=--+bXXXd=--+bXXX",
        "X...........................................}X",
        "Xq........?..................................X",
        "XXXd=--+bXXXd=--+bXXXd=--+bXXXd=--+bXXXd=>...X",
        "X{...........................................X",
        "X.........................?.................pX",
        "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
    ],
    "enemies": [
        {"type": "RedOni", "pos": [19, 2], "direction": "left" },
        {"type": "RedOni", "pos": [35, 5], "direction": "right" },
        {"type": "RedOni", "pos": [10, 8], "direction": "left" },
        {"type": "RedOni", "pos": [26, 11], "direction": "right" }
    ],
    "doorways": [],
    "player": {"pos": [3, 2], "direction": "right"}
}