raycaster/jankifier.json
2025-10-30 13:57:25 -04:00

49 lines
940 B
JSON

{
"Base": {
"PixelWidth": 16,
"ColorDepth": 16,
"DitherType": 2,
"Width": 256,
"Height": 256
},
"Source": "C:/Users/lcthw/Pictures/Games/Renders/Raycaster/",
"Target": "assets",
"Include": [ ".png" ],
"Exceptions": {
"boss2/.*.png": {
"PixelWidth": 4,
"ColorDepth": 16,
"DitherType": 2,
"Width": 0,
"Height": 0
},
"sprites/.*.png": {
"PixelWidth": 4,
"ColorDepth": 16,
"DitherType": 2,
"Width": 256,
"Height": 256
},
"hands/.*.png": {
"PixelWidth": 6,
"ColorDepth": 16,
"DitherType": 2,
"Width": 0,
"Height": 0
},
"fixtures/.*.png": {
"PixelWidth": 24,
"ColorDepth": 16,
"DitherType": 2,
"Width": 768,
"Height": 256
},
"ui/.*.png": {
"PixelWidth": 2,
"ColorDepth": 16,
"DitherType": 2,
"Width": 0,
"Height": 0
}
}
}