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

59 lines
2.0 KiB
Diff
Raw Normal View History

2023-07-02 07:19:54 +00:00
{
"paneLayout" : {
"panefeature" : {
"anchor" : "center"
},
2023-07-19 13:16:59 +00:00
"voiceLabel" : {
"type" : "label",
2024-01-03 09:08:57 +00:00
"position" : [119, 202],
2023-07-19 13:16:59 +00:00
"hAnchor" : "mid",
"value" : "VOICE"
},
"showVoiceSettings" : {
"type" : "button",
2024-01-03 09:08:57 +00:00
"position" : [30, 185],
2023-07-19 13:16:59 +00:00
"caption" : "Settings",
"base" : "/interface/optionsmenu/duocontrolsbutton.png",
"hover" : "/interface/optionsmenu/duocontrolsbuttonhover.png"
},
"showVoicePlayers" : {
"type" : "button",
"disabled" : true,
2024-01-03 09:08:57 +00:00
"position" : [133, 185],
2023-07-19 13:16:59 +00:00
"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"
},
2024-01-03 09:08:57 +00:00
"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" }
2023-07-02 07:19:54 +00:00
}
}