blob: 88bf3283f23a71b521d99b8dfbdd226d8903afef (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
// Disables scissoring and letterboxing on vanilla and modded warp cinematics
"warpCinematicBase" : {
"scissor" : false,
"letterbox" : false
},
"deployCinematicBase" : {
"scissor" : false,
"letterbox" : false
}
}
|