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