diff options
author | Bottinator22 <bottinator22@gmail.com> | 2025-04-25 00:27:10 -0700 |
---|---|---|
committer | Bottinator22 <bottinator22@gmail.com> | 2025-04-25 00:27:10 -0700 |
commit | 621864b9b00ba7a9ae0fceb0a7db3ace6d4906b9 (patch) | |
tree | 6e85c4e1980fb648772446c8f8db994e5a71fdc2 /assets/opensb/interface | |
parent | 6369ba9ec72f097d8cc9ab06bed0c6816da516c8 (diff) |
allow forcing legacy connections
Diffstat (limited to 'assets/opensb/interface')
-rw-r--r-- | assets/opensb/interface/windowconfig/multiplayer.config.patch | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/assets/opensb/interface/windowconfig/multiplayer.config.patch b/assets/opensb/interface/windowconfig/multiplayer.config.patch index 8bd27c1..bfd6297 100644 --- a/assets/opensb/interface/windowconfig/multiplayer.config.patch +++ b/assets/opensb/interface/windowconfig/multiplayer.config.patch @@ -4,5 +4,25 @@ "anchor" : "center", "positionLocked" : true }, + "connect": { + "position" : [34, 32] + }, + "legacyLabel" : { + "type" : "label", + "position" : [130, 34], + "hAnchor" : "left", + "value" : "FORCE LEGACY" + }, + "legacyCheckbox" : { + "type" : "button", + "pressedOffset" : [0, 0], + "position" : [120, 34], + "base" : "/interface/optionsmenu/checkboxnocheck.png", + "hover" : "/interface/optionsmenu/checkboxnocheckhover.png", + "baseImageChecked" : "/interface/optionsmenu/checkboxcheck.png", + "hoverImageChecked" : "/interface/optionsmenu/checkboxcheckhover.png", + "checkable" : true, + "checked": false + }, "password" : { "hidden" : true } -}
\ No newline at end of file +} |