osb/assets/opensb/client.config.patch

15 lines
375 B
Diff
Raw Normal View History

{
"universeScriptContexts" : { "OpenStarbound" : ["/scripts/opensb/universeclient/universeclient.lua"] },
2023-07-17 22:20:39 +10:00
// Disables scissoring and letterboxing on vanilla and modded warp cinematics
"warpCinematicBase" : {
"scissor" : false,
"letterbox" : false
},
"deployCinematicBase" : {
"scissor" : false,
"letterbox" : false
2024-08-21 19:25:41 -07:00
},
"postProcessLayers": []
}