osb/assets/opensb/client.config.patch

13 lines
325 B
Diff
Raw Normal View History

{
2023-07-17 12:20:39 +00:00
"universeScriptContexts" : { "opensb" : ["/scripts/universeClient/opensb.lua"] },
// Disables scissoring and letterboxing on vanilla and modded warp cinematics
"warpCinematicBase" : {
"scissor" : false,
"letterbox" : false
},
"deployCinematicBase" : {
"scissor" : false,
"letterbox" : false
}
}