view data/levels/temple.json @ 496:3228239a0914

Fix item dropping bug.
author Simon Cross <hodgestar@gmail.com>
date Sat, 09 Apr 2011 22:47:21 +0200
parents 2375bc040e63
children
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, 16], "facing": "right"},
        "to_temple_grounds": {"type": "Doorway", "pos": [17, 16], "facing": "left", "leadsto": "temple_grounds.starting"}
    },
    "music" : {
        "track" : "ambient japanese music 1.ogg",
        "volume" : 1.0
    }
}