osb/assets/opensb/interface/optionsmenu/optionsmenu.config.patch

48 lines
1.6 KiB
Diff
Raw Normal View History

2023-07-02 07:19:54 +00:00
{
"paneLayout" : {
2023-07-19 13:16:59 +00:00
"voiceLabel" : {
"type" : "label",
2023-07-23 15:33:50 +00:00
"position" : [119, 187],
2023-07-19 13:16:59 +00:00
"hAnchor" : "mid",
"value" : "VOICE"
},
"showVoiceSettings" : {
"type" : "button",
"position" : [30, 169],
"caption" : "Settings",
"base" : "/interface/optionsmenu/duocontrolsbutton.png",
"hover" : "/interface/optionsmenu/duocontrolsbuttonhover.png"
},
"showVoicePlayers" : {
"type" : "button",
"disabled" : true,
"position" : [133, 169],
"caption" : "^#a0a000,font=iosevka-semiboldoblique;TODO^#aa7;:^reset; Players",
"base" : "/interface/optionsmenu/duocontrolsbutton.png",
"hover" : "/interface/optionsmenu/duocontrolsbuttonhover.png"
},
2023-07-02 07:19:54 +00:00
"showKeybindings" : {
"type" : "button",
2023-07-19 13:16:59 +00:00
"position" : [153, 95],
2023-07-02 07:19:54 +00:00
"caption" : "Game Binds",
2023-07-19 13:16:59 +00:00
"base" : "/interface/optionsmenu/tricontrolsbutton.png",
"hover" : "/interface/optionsmenu/tricontrolsbuttonhover.png"
2023-07-02 07:19:54 +00:00
},
"showModBindings" : {
"type" : "button",
"position" : [87, 95],
"caption" : "Mod Binds",
2023-07-19 13:16:59 +00:00
"base" : "/interface/optionsmenu/tricontrolsbutton.png",
"hover" : "/interface/optionsmenu/tricontrolsbuttonhover.png"
2023-07-02 07:19:54 +00:00
},
"showGraphics" : {
"type" : "button",
2023-07-19 13:16:59 +00:00
"position" : [21, 95],
2023-07-02 07:19:54 +00:00
"caption" : "Graphics",
2023-07-19 13:16:59 +00:00
"base" : "/interface/optionsmenu/tricontrolsbutton.png",
"hover" : "/interface/optionsmenu/tricontrolsbuttonhover.png"
},
"sfxValueLabel" : { "position" : [192, 142] }, // this is 2px too low in vanilla lol
"musicSlider" : { "position" : [62, 126] }
2023-07-02 07:19:54 +00:00
}
}