mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-22 23:38:34 +01:00
30 lines
No EOL
673 B
JSON
30 lines
No EOL
673 B
JSON
{
|
|
"exclude": [
|
|
"obj/",
|
|
"bin/",
|
|
"Ex*.png"
|
|
],
|
|
"logSkipped": false,
|
|
"references": ["monogame.extended.content.pipeline"],
|
|
"overrides": {
|
|
"Copy.*": {
|
|
"copy": true
|
|
},
|
|
".json": {
|
|
"importer": "JsonContentImporter",
|
|
"processor": "FontTextureProcessor"
|
|
},
|
|
".ogg": {
|
|
"importer": "OggImporter",
|
|
"processor": "SongProcessor"
|
|
},
|
|
".xml": {
|
|
"processor": "FontTextureProcessor"
|
|
},
|
|
".png": {
|
|
"processorParams": {
|
|
"TextureFormat": "Compressed"
|
|
}
|
|
}
|
|
}
|
|
} |