raycaster/jankifier.json

56 lines
1.1 KiB
JSON

{
"Base": {
"PixelWidth": 8,
"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
},
"doors/.*.png": {
"PixelWidth": 8,
"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
}
}
}