-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathswfty.json
46 lines (42 loc) · 957 Bytes
/
swfty.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
{
"watch": true,
"watchFolder": "res",
"outputFolder": "res/swfty/high",
"abstractFolder": "samples/abstracts/swfty",
"templateFolder": "templates",
"fontFolder": "ref/fonts",
"pngquant": true,
"sharedFonts": false,
"fontEnabled": true,
"fonts": [{
"name": "Bango",
"yOffset": 5.0
}],
"maxDimension": {
"width": 2048,
"height": 2048
},
"quality": [{
"name": "low",
"appendName": false,
"outputFolder": "res/swfty/low",
"scale": 0.50,
"maxDimension": {
"width": 1024,
"height": 1024
}
},{
"name": "mid",
"appendName": false,
"outputFolder": "res/swfty/mid",
"scale": 0.75,
"maxDimension": {
"width": 2048,
"height": 1024
}
}],
"files": [{
"name": "Popup.swf",
"pngquant": false
}]
}