osb/assets/opensb/client.config.patch

16 lines
402 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
},
2024-12-18 18:02:08 -08:00
"postProcessLayers": [],
"postProcessGroups": {}
2024-08-21 19:25:41 -07:00
}