GreatSpringGameJam/GreatSpringGameJam/Content/Contentless.json
2021-03-18 20:04:47 +01:00

16 lines
281 B
JSON

{
"exclude": [
"obj/",
"bin/",
"Palettes/",
"Tilesets/*.png"
],
"overrides": {
"Sounds/": {
"Processor": "SoundEffectProcessor"
},
"Songs/": {
"Processor": "SongProcessor"
}
}
}