summaryrefslogtreecommitdiffhomepage
path: root/doc/atlas.json.example
blob: 9d54b5be74b1efeb12923f2a244cb15e37e30f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "character",
    "nframes": 24,
    "actionframe": 0,
    "fps": 24,
    "directions": [
        { "direction": "N",  "frames": [], "ground": {"x":  0, "y":  0} },
        { "direction": "NE", "frames": [], "ground": {"x":  0, "y":  0} },
        { "direction": "E",  "frames": [], "ground": {"x":  0, "y":  0} },
        { "direction": "SE", "frames": [], "ground": {"x":  0, "y":  0} },
        { "direction": "S",  "frames": [], "ground": {"x":  0, "y":  0} },
        { "direction": "SW", "frames": [], "ground": {"x":  0, "y":  0} },
        { "direction": "W",  "frames": [], "ground": {"x":  0, "y":  0} },
        { "direction": "NW", "frames": [], "ground": {"x":  0, "y":  0} }
    ]
}

// vim: ft=javascript