Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/assets/opensb/interface.config.patch
blob: a43a7bc26212151c9976b0d4b19b29eb26d59123 (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
  "font" : {
    "defaultFont" : "hobo",
    "fallbackFont" : "unifont",
    "emojiFont" : "twemoji"
  },
  "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]
  },
  "specialDamageBar" : {
    "nameStyle" : {
      "fontSize" : 18
    }
  },
  "textStyle" : {},
  "buttonTextStyle" : {
    "shadow" : "black"
  },
  "labelTextStyle" : {},
  "paneTextStyle" : {},
  "textBoxTextStyle" : {},
  "itemSlotTextStyle" : {
    "backDirectives" : "border=1;fff;fff4?multiply=444"
  },
  "teamBarNameStyle" : {},
  "cursorTooltip" : { "textStyle" : {} },

  "debugTextStyle" : {
    "font" : "iosevka-semibold",
    "fontSize" : 7,
    "backDirectives" : "border=1;fff;fff7?multiply=333a"
  },
  "debugSpatialClearTime" : 0.0,
  "debugOffset" : [80, 130],

  // Change planet name to support the new internal string formatting.
  "planetNameFormatString" : "- {} -",
  "planetTextOffset" : [0, 120],
  "planetTextStyle" : {
    "backDirectives" : "border=5;fff;fff?border=1;fff;fff7?multiply=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" ]
}