summaryrefslogtreecommitdiffhomepage
path: root/test/json/wall-atlas-02_groups.json
blob: 3c021733193ba1fe7b7dcc1f71a38af3ada5712e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "name": "foo",
    "depth": 42,
    "frames": [],
    "n": {
    },
    "w": {
        "wall": {
            "default-tint": false
        },
        "side": {
            "pixel-size": "42 x 192",
            "default-tint": true
        },
        "top": {
            "pixel-size": "192 x 42"
        },
        "overlay": {
            "pixel-size": "42 x 192",
            "tint-mult": [ 0.125, 0.25, 0.5, 1 ],
            "tint-add": [ 1, 2, 3 ],
            "default-tint": false,
            "mirrored": true
        },
        "corner-L": {
            "overlay": { "from-rotation": "n" }
        }
    }
}