osb/assets/opensb/interface.config.patch

54 lines
1.5 KiB
Diff
Raw Normal View History

{
"font" : {
"defaultFont" : "hobo",
"fallbackFont" : "unifont",
"emojiFont" : "twemoji"
},
2023-06-23 10:24:40 +00:00
"nametag" : {
"showMasterNames" : true,
// outline 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;fff;fff4?border=1;fff;fff4?multiply=222" },
"inspectOpacityRate" : 0.15,
"movementThreshold" : 0.5,
"offset" : [0, 13]
2023-06-23 10:24:40 +00:00
},
"specialDamageBar" : {
"nameStyle" : {
"fontSize" : 18
}
2023-06-21 12:29:40 +00:00
},
"textStyle" : {},
"buttonTextStyle" : {
"shadow" : "black"
2023-06-21 12:29:40 +00:00
},
"labelTextStyle" : {},
"paneTextStyle" : {},
"textBoxTextStyle" : {},
"itemSlotTextStyle" : {
"backDirectives" : "border=1;fff;fff4?multiply=444"
},
"teamBarNameStyle" : {},
"cursorTooltip" : { "textStyle" : {} },
2023-07-03 04:48:42 +00:00
"debugTextStyle" : {
"font" : "iosevka-semibold",
"fontSize" : 7,
"backDirectives" : "border=1;fff;fff7?multiply=333a"
},
"debugSpatialClearTime" : 0.0,
"debugOffset" : [80, 130],
2023-06-27 12:17:57 +00:00
// Change planet name to support the new internal string formatting.
"planetNameFormatString" : "- {} -",
"planetTextStyle" : {
"backDirectives" : "border=5;fff;fff?border=1;fff;fff7?multiply=000",
"fontSize" : 24
},
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" ],
"buttonHoverOffSound" : [ "/sfx/interface/button/hover_off.wav" ]
}