GreatSpringGameJam/GreatSpringGameJam/Content/Contentless.json

16 lines
281 B
JSON
Raw Normal View History

2021-03-07 22:23:51 +01:00
{
"exclude": [
"obj/",
"bin/",
"Palettes/",
"Tilesets/*.png"
2021-03-17 22:57:20 +01:00
],
"overrides": {
"Sounds/": {
"Processor": "SoundEffectProcessor"
2021-03-18 20:04:47 +01:00
},
"Songs/": {
"Processor": "SongProcessor"
2021-03-17 22:57:20 +01:00
}
}
2021-03-07 22:23:51 +01:00
}