2023-06-29 00:13:43 +10:00
|
|
|
{
|
2023-07-19 01:16:22 +10:00
|
|
|
"universeScriptContexts" : { "OpenStarbound" : ["/scripts/opensb/universeclient/universeclient.lua"] },
|
2023-07-17 22:20:39 +10:00
|
|
|
|
2023-06-29 00:13:43 +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": []
|
|
|
|
}
|