view data/levels/temple_grounds.json @ 247:8c0c132b422f

Button widget for cutscene
author Stefano Rivera <stefano@rivera.za.net>
date Thu, 07 Apr 2011 19:25:48 +0200
parents 9adf5076f3a2
children 30ae3c681507
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" }
    ],
    "player": {"pos": [3, 2], "direction": "right"}
}