osb/assets/opensb/interface.config.patch

32 lines
891 B
Diff
Raw Normal View History

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