2023-06-28 14:13:43 +00:00
|
|
|
{
|
2023-07-18 15:16:22 +00:00
|
|
|
"universeScriptContexts" : { "OpenStarbound" : ["/scripts/opensb/universeclient/universeclient.lua"] },
|
2023-07-17 12:20:39 +00:00
|
|
|
|
2023-06-28 14:13:43 +00:00
|
|
|
// Disables scissoring and letterboxing on vanilla and modded warp cinematics
|
|
|
|
"warpCinematicBase" : {
|
|
|
|
"scissor" : false,
|
|
|
|
"letterbox" : false
|
|
|
|
},
|
|
|
|
"deployCinematicBase" : {
|
|
|
|
"scissor" : false,
|
|
|
|
"letterbox" : false
|
|
|
|
}
|
|
|
|
}
|