blob: 7bd18d612f73be3f21db7376db6dc8f1dbbfce67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"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": [],
"postProcessGroups": {}
}
|