summaryrefslogtreecommitdiffhomepage
path: root/doc/atlas.json.example
blob: 2c9f0f0a2fd2d6c1f4e7d0044b1057dd8e1fcf84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "object_name": "test",
    "anim_name": "walk",
    "width": 0, "height": 0,
    "nframes": 0, "fps": 24,
    "actionframe": 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