summaryrefslogtreecommitdiffhomepage
path: root/doc/atlas.json.example
blob: ee13dc6719d3cb7a6a96a0a7ffdd3c25be83b846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "object_name": "test",
    "anim_name": "walk",
    "width": 0, "height": 0,
    "nframes": 0, "fps": 24,
    "actionframe": 0,
    "pixel_size": "0 x 0",

    "groups": [
        { "frames": [], "ground": "0 x 0", "name": "n",  "offset": "0 x 0" },
        { "frames": [], "ground": "0 x 0", "name": "ne", "offset": "0 x 0" },
        { "frames": [], "ground": "0 x 0", "name": "e",  "offset": "0 x 0" },
        { "frames": [], "ground": "0 x 0", "name": "se", "offset": "0 x 0" },
        { "frames": [], "ground": "0 x 0", "name": "s",  "offset": "0 x 0" },
        { "frames": [], "ground": "0 x 0", "name": "sw", "offset": "0 x 0" },
        { "frames": [], "ground": "0 x 0", "name": "w",  "offset": "0 x 0" },
        { "frames": [], "ground": "0 x 0", "name": "nw", "offset": "0 x 0" }
    ]
}
// vim: ft=javascript