summaryrefslogtreecommitdiffhomepage
path: root/doc/atlas.json
blob: 53f9722c9fd4cab0e5a99a9254bb00516d9be41e (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": 1,
    "groups": [
        { "direction": "N",  "frames": [], "ground": {"x":484, "y":488} },
        { "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