osb/assets/opensb/interface.config.patch
Kae 994c533a0f Improve planet name title
They began showing during the warp cinematic and their fade-out timing was wrong.
2023-08-02 19:29:21 +10:00

32 lines
891 B
Diff

{
"nametag" : {
"showMasterNames" : true,
"fontDirectives" : "?border=1;222;2224",
"inspectOpacityRate" : 0.15,
"movementThreshold" : 0.5,
"offset" : [0, 13]
},
"font" : {
"defaultDirectives" : "",
"defaultFont" : ""
},
"cursorTooltip" : {
"font" : ""
},
"debugFont" : "iosevka-semibold",
"debugFontSize" : 7,
"debugFontDirectives" : "?border=1;111a;1114",
// Change planet name to support the new internal string formatting.
"planetNameFormatString" : "- {} -",
"planetNameDirectives" : "?border=4;000;000",
"buttonClickSound" : [ "/sfx/interface/button/click.wav" ],
"buttonReleaseSound" : [ "/sfx/interface/button/release.wav" ],
"buttonHoverSound" : [ "/sfx/interface/button/hover.wav" ],
"buttonHoverOffSound" : [ "/sfx/interface/button/hover_off.wav" ],
"debugSpatialClearTime" : 0.0,
"debugOffset" : [80, 80]
}