9486a56508
I literally only did this because I have an ultra-wide monitor and the letterboxing bothered me
11 lines
240 B
Diff
11 lines
240 B
Diff
{
|
|
// Disables scissoring and letterboxing on vanilla and modded warp cinematics
|
|
"warpCinematicBase" : {
|
|
"scissor" : false,
|
|
"letterbox" : false
|
|
},
|
|
"deployCinematicBase" : {
|
|
"scissor" : false,
|
|
"letterbox" : false
|
|
}
|
|
}
|