osb/assets/opensb/interface.config.patch
Kae ca1426eabc Lua chat callbacks + better font styling
golly gee whiz!! i hope i didn't fuck something up
2024-04-22 06:07:59 +10:00

47 lines
1.3 KiB
Diff

{
"nametag" : {
"showMasterNames" : true,
// border is double here as it otherwise fades out near the end
// (could just the end to opaque too, but then diagonals are more jaggy)
"textStyle" : { "backDirectives" : "?border=1;222;2224?border=1;222;2224" },
"inspectOpacityRate" : 0.15,
"movementThreshold" : 0.5,
"offset" : [0, 13]
},
"specialDamageBar" : {
"nameStyle" : {}
},
"textStyle" : {},
"buttonTextStyle" : {
"shadow" : "black"
},
"labelTextStyle" : {},
"paneTextStyle" : {},
"textBoxTextStyle" : {},
"itemSlotTextStyle" : {
"backDirectives" : "?border=1;444;4444"
},
"teamBarNameStyle" : {},
"cursorTooltip" : { "textStyle" : {} },
"debugTextStyle" : {
"font" : "iosevka-semibold",
"fontSize" : 7,
"backDirectives" : "?border=2;111a;1114"
},
"debugSpatialClearTime" : 0.0,
"debugOffset" : [80, 130],
// Change planet name to support the new internal string formatting.
"planetNameFormatString" : "- {} -",
"planetTextStyle" : {
"backDirectives" : "?border=6;000;000",
"fontSize" : 24
},
"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" ]
}