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

summaryrefslogtreecommitdiff
path: root/assets/opensb/interface/optionsmenu/optionsmenu.config.patch
blob: 4755b4529ed048d64207a5db5f38dcc8514cdfc3 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
  "paneLayout" : {
    "panefeature" : {
      "anchor" : "center"
    },
    "voiceLabel" : {
      "type" : "label",
      "position" : [119, 202],
      "hAnchor" : "mid",
      "value" : "VOICE"
    },
    "showVoiceSettings" : {
      "type" : "button",
      "position" : [30, 185],
      "caption" : "Settings",
      "base" : "/interface/optionsmenu/duocontrolsbutton.png",
      "hover" : "/interface/optionsmenu/duocontrolsbuttonhover.png"
    },
    "showVoicePlayers" : {
      "type" : "button",
      "disabled" : true,
      "position" : [133, 185],
      "caption" : "^#a0a000,font=iosevka-semiboldoblique;TODO^#aa7;:^reset; Players",
      "base" : "/interface/optionsmenu/duocontrolsbutton.png",
      "hover" : "/interface/optionsmenu/duocontrolsbuttonhover.png"
    },
    "showKeybindings" : {
      "type" : "button",
      "position" : [153, 95],
      "caption" : "Game Binds",
      "base" : "/interface/optionsmenu/tricontrolsbutton.png",
      "hover" : "/interface/optionsmenu/tricontrolsbuttonhover.png"
    },
    "showModBindings" : {
      "type" : "button",
      "position" : [87, 95],
      "caption" : "Mod Binds",
      "base" : "/interface/optionsmenu/tricontrolsbutton.png",
      "hover" : "/interface/optionsmenu/tricontrolsbuttonhover.png"
    },
    "showGraphics" : {
      "type" : "button",
      "position" : [21, 95],
      "caption" : "Graphics",
      "base" : "/interface/optionsmenu/tricontrolsbutton.png",
      "hover" : "/interface/optionsmenu/tricontrolsbuttonhover.png"
    },

    "volumeLabel" : { "position" : [119, 173] },
    "musicSlider" : { "position" : [62, 126] },
    
    "sfxLabel" : { "position" : [32, 142], "value" : "Sound" },
    "sfxValueLabel" : { "position" : [192, 142] },

    "instrumentSlider" : { "type" : "slider", "position" : [62, 158], "gridImage" : "/interface/optionsmenu/largeselection.png" },
    "instrumentLabel" : { "type" : "label", "position" : [32, 158], "value" : "Tunes" },
    "instrumentValueLabel" : { "type" : "label", "position" : [192, 158], "hAnchor" : "mid", "value" : "Replace Me" },

    "headRotationLabel" : {
      "type" : "label",
      "position" : [25, 51],
      "hAnchor" : "left",
      "value" : "HEAD ROTATION"
    },
    "headRotationCheckbox" : {
      "type" : "button",
      "pressedOffset" : [0, 0],
      "position" : [104, 51],
      "base" : "/interface/optionsmenu/checkboxnocheck.png",
      "hover" : "/interface/optionsmenu/checkboxnocheckhover.png",
      "baseImageChecked" : "/interface/optionsmenu/checkboxcheck.png",
      "hoverImageChecked" : "/interface/optionsmenu/checkboxcheckhover.png",
      "checkable" : true,
      "checked" : true
    }
  }
}