osb/assets/opensb/client.config.patch
2024-08-21 19:25:41 -07:00

15 lines
375 B
Diff

{
"universeScriptContexts" : { "OpenStarbound" : ["/scripts/opensb/universeclient/universeclient.lua"] },
// Disables scissoring and letterboxing on vanilla and modded warp cinematics
"warpCinematicBase" : {
"scissor" : false,
"letterbox" : false
},
"deployCinematicBase" : {
"scissor" : false,
"letterbox" : false
},
"postProcessLayers": []
}