13 lines
325 B
Diff
13 lines
325 B
Diff
{
|
|
"universeScriptContexts" : { "opensb" : ["/scripts/universeClient/opensb.lua"] },
|
|
|
|
// Disables scissoring and letterboxing on vanilla and modded warp cinematics
|
|
"warpCinematicBase" : {
|
|
"scissor" : false,
|
|
"letterbox" : false
|
|
},
|
|
"deployCinematicBase" : {
|
|
"scissor" : false,
|
|
"letterbox" : false
|
|
}
|
|
}
|