summaryrefslogtreecommitdiffhomepage
path: root/test/json/wall-atlas-02_groups.json
blob: 1a6ea8063f54533a37bbcd11fec0189b79940c6d (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": "42 x 192"
        },
        "overlay": {
            "pixel-size": "42 x 192",
            "tint-mult": [ 0.1, 0.2, 0.3, 0.4 ],
            "tint-add": [ 1, 2, 3 ],
            "default-tint": false,
            "mirrored": true
        },
        "corner-L": {
            "overlay": { "from-rotation": "n" }
        }
    }
}