Make gamepad scoreboard toggable by default
parent
70b2daa0f8
commit
9264749a50
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue