1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{
"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" : "- {} -",
"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]
}
|