summaryrefslogtreecommitdiffhomepage
path: root/doc/atlas.json.example
blob: 56f165101ce178308fd4fa342af98f41d1f8ab99 (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, 0, 0] },
        { "frames": [], "ground": "0 x 0", "name": "ne", "offset": [0, 0, 0] },
        { "frames": [], "ground": "0 x 0", "name": "e",  "offset": [0, 0, 0] },
        { "frames": [], "ground": "0 x 0", "name": "se", "offset": [0, 0, 0] },
        { "frames": [], "ground": "0 x 0", "name": "s",  "offset": [0, 0, 0] },
        { "frames": [], "ground": "0 x 0", "name": "sw", "offset": [0, 0, 0] },
        { "frames": [], "ground": "0 x 0", "name": "w",  "offset": [0, 0, 0] },
        { "frames": [], "ground": "0 x 0", "name": "nw", "offset": [0, 0, 0] }
    ]
}
// vim: ft=javascript