osb/assets/opensb/client.config.patch
Kae 9486a56508 Add base variables for warping cinematics
I literally only did this because I have an ultra-wide monitor and the letterboxing bothered me
2023-06-29 00:13:43 +10:00

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
}
}