-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathastc-compression-data.json
More file actions
57 lines (57 loc) · 1.71 KB
/
astc-compression-data.json
File metadata and controls
57 lines (57 loc) · 1.71 KB
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
{
"input": "./",
"output": "./astc-textures/",
"quality": "medium",
"blocksize": "10x10",
"colorprofile": "cl",
"custom": [
{
"asset": "shared/images/resultScreen/results-pico-remnants/resultsGOOD/spritemap1.png",
"blocksize": "4x4"
},
{
"asset": "shared/images/resultScreen/results-bf-remnants/resultsEXCELLENT/spritemap1.png",
"blocksize": "4x4"
},
{
"asset": "shared/images/NOTE_hold_assets_corruption.png",
"blocksize": "4x4"
},
{
"asset": "shared/images/noteSplashes_corruption.png",
"blocksize": "4x4"
},
{
"asset": "shared/images/noteStrumline_corruption.png",
"blocksize": "4x4"
},
{
"asset": "shared/images/notes_corruption.png",
"blocksize": "4x4"
}
],
"excludes": [
"extras/",
"images/freeplay/",
"images/icons/",
"shared/images/characters/bfPixel-remnants.png",
"shared/images/characters/gfPixel-remnants.png",
"shared/images/characters/senpai-remnants.png",
"shared/images/characters/sentpajim-remnants.png",
"shared/images/characters/suntpajim-remnants.png",
"shared/images/characters/spirit-remnants.png",
"shared/images/characters/bfPixelDEAD-remnants.png",
"shared/images/stages/huggyRemnants/floor.png",
"shared/images/stages/huggyRemnants/overlay.png",
"shared/images/stages/huggyRemnants/rainbow.png",
"shared/images/stages/huggyRemnants/clouds.png",
"shared/images/stages/huggyRemnants/sun.png",
"shared/images/stages/soulRemnants/static.png",
"shared/images/resultScreen/*",
"shared/images/resultScreen/rankText/",
"shared/images/gameover/losePixel.png",
"week6/",
"week1/",
"_polymod_icon.png"
]
}