-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
74 lines (74 loc) · 1.22 KB
/
manifest.json
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"lighting_angle": 50,
"lighting_elevation": 45,
"depth_influence": 0,
"tiled_normals": false,
"soften_edges": 1.5,
"alpha_edge_threshold": 0.75,
"sampler": "square",
"accuracy": 8,
"overlap": 0.05,
"brightness": -0.025,
"contrast": 0.025,
"pad_to_full_length": false,
"detail_boost": 10.0,
"falloff_adjustment": 0.5,
"size": {
"x": 192,
"y": 48,
"z": 80
},
"render_elevation": 30,
"sprites": [
{
"angle": 0,
"width": 36,
"height": 166,
"flip": true,
"render_elevation": 33
},
{
"angle": 45,
"width": 120,
"height": 116,
"flip": true
},
{
"angle": 90,
"width": 192,
"height": 80,
"flip": true
},
{
"angle": 135,
"width": 120,
"height": 116,
"flip": true
},
{
"angle": 180,
"width": 36,
"height": 166,
"flip": true,
"render_elevation": 33
},
{
"angle": 225,
"width": 120,
"height": 116,
"flip": true
},
{
"angle": 270,
"width": 192,
"height": 80,
"flip": true
},
{
"angle": 315,
"width": 120,
"height": 116,
"flip": true
}
]
}