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