Make gamepad scoreboard toggable by default

pull/3/head
Jan 2021-09-04 11:16:03 +02:00
parent 70b2daa0f8
commit 9264749a50
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
set gpad_buttonsConfig "buttons_default" set gpad_buttonsConfig "buttons_default"
bind BUTTON_START togglemenu bind BUTTON_START togglemenu
bind BUTTON_BACK +scores bind BUTTON_BACK togglescores
unbind BUTTON_RSHLDR unbind BUTTON_RSHLDR
unbind BUTTON_LSHLDR unbind BUTTON_LSHLDR

View File

@ -1,7 +1,7 @@
set gpad_buttonsConfig "buttons_lefty" set gpad_buttonsConfig "buttons_lefty"
bind BUTTON_START togglemenu bind BUTTON_START togglemenu
bind BUTTON_BACK +scores bind BUTTON_BACK togglescores
unbind BUTTON_RSHLDR unbind BUTTON_RSHLDR
unbind BUTTON_LSHLDR unbind BUTTON_LSHLDR

View File

@ -1,7 +1,7 @@
set gpad_buttonsConfig "buttons_nomad" set gpad_buttonsConfig "buttons_nomad"
bind BUTTON_START togglemenu bind BUTTON_START togglemenu
bind BUTTON_BACK +scores bind BUTTON_BACK togglescores
unbind BUTTON_RSHLDR unbind BUTTON_RSHLDR
unbind BUTTON_LSHLDR unbind BUTTON_LSHLDR

View File

@ -1,7 +1,7 @@
set gpad_buttonsConfig "buttons_tactical" set gpad_buttonsConfig "buttons_tactical"
bind BUTTON_START togglemenu bind BUTTON_START togglemenu
bind BUTTON_BACK +scores bind BUTTON_BACK togglescores
unbind BUTTON_RSHLDR unbind BUTTON_RSHLDR
unbind BUTTON_LSHLDR unbind BUTTON_LSHLDR

View File

@ -35,7 +35,7 @@ bind BUTTON_LSHLDR "+smoke"
// Interaction // Interaction
bind BUTTON_X "+usereload" bind BUTTON_X "+usereload"
bind BUTTON_BACK "+scores" bind BUTTON_BACK "togglescores"
// Stance // Stance
bind BUTTON_A "+gostand" bind BUTTON_A "+gostand"