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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
{
"name": "foo",
"depth": 42,
"pass-mode": "shoot-through",
"frames": [
{
"offset": "0 x 0",
"size": "64 x 192"
},
{
"offset": "64 x 0",
"size": "64 x 64"
},
{
"offset": "128 x 0",
"size": "64 x 64"
}
],
"n": {
"wall": {
"offset": 0,
"count": 1
},
"top": {
"from-rotation": "w"
}
},
"w": {
"wall": {
"offset": 0,
"count": 1,
"pixel-size": "42 x 192",
"tint-mult": [ 0.125, 0.25, 0.5, 1 ],
"tint-add": [ 1, 2, 3 ],
"mirrored": true,
"default-tint": false
},
"side": {
"pixel-size": "42 x 192"
},
"top": {
"pixel-size": "192 x 42",
"offset": 1,
"count": 12
},
"corner": {
"pixel-size": "42 x 192",
"offset": 2,
"count": 1
}
}
}
|