osb/assets/opensb/interface.config.patch

31 lines
841 B
Diff
Raw Normal View History

{
2023-06-23 20:24:40 +10:00
"nametag" : {
"showMasterNames" : true,
"fontDirectives" : "?border=1;222;2224",
"inspectOpacityRate" : 0.15,
"movementThreshold" : 0.5,
"offset" : [0, 13]
2023-06-23 20:24:40 +10:00
},
"font" : {
2023-06-21 22:29:40 +10:00
"defaultDirectives" : "",
"defaultFont" : ""
},
"cursorTooltip" : {
"font" : ""
},
2023-07-03 14:48:42 +10:00
2023-07-04 04:55:24 +10:00
"debugFont" : "iosevka-semibold",
2023-07-03 14:48:42 +10:00
"debugFontSize" : 7,
"debugFontDirectives" : "?border=1;111a;1114",
2023-06-27 22:17:57 +10:00
// Change planet name to support the new internal string formatting.
"planetNameFormatString" : "- {} -",
"buttonClickSound" : [ "/sfx/interface/button/click.wav" ],
"buttonReleaseSound" : [ "/sfx/interface/button/release.wav" ],
"buttonHoverSound" : [ "/sfx/interface/button/hover.wav" ],
2023-06-28 00:50:47 +10:00
"buttonHoverOffSound" : [ "/sfx/interface/button/hover_off.wav" ],
2023-06-28 01:07:55 +10:00
"debugSpatialClearTime" : 0.0,
"debugOffset" : [80, 80]
}