mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- fix binding for centerview
. Fixes #5.
This commit is contained in:
parent
374a850565
commit
41ba78cc23
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ Space "+Jump"
|
|||
LCtrl "+Crouch"
|
||||
KP7 "+Aim_Up"
|
||||
KP1 "+Aim_Down"
|
||||
KP5 "+Center_View"
|
||||
KP5 "centerview"
|
||||
KP9 "+Look_Up"
|
||||
KP3 "+Look_Down"
|
||||
KP- "+Shrink_Screen"
|
||||
|
|
|
@ -609,7 +609,7 @@ OptionMenu "ActionControlsMenu"// protected
|
|||
Control "$CNTRLMNU_LOOKLEFT" , "+look_left"
|
||||
Control "$CNTRLMNU_LOOKRIGHT" , "+look_right"
|
||||
}
|
||||
Control "$CNTRLMNU_CENTERVIEW" , "+center_view"
|
||||
Control "$CNTRLMNU_CENTERVIEW" , "centerview"
|
||||
|
||||
StaticText ""
|
||||
Control "$CNTRLMNU_RUN" , "+run"
|
||||
|
|
|
@ -12,7 +12,7 @@ KP. "+Look_Right"
|
|||
. "+Strafe_Right"
|
||||
KP7 "+Aim_Up"
|
||||
KP1 "+Aim_Down"
|
||||
KP5 "+Center_View"
|
||||
KP5 "centerview"
|
||||
KP- "+Shrink_Screen"
|
||||
KP+ "+Enlarge_Screen"
|
||||
U "+Mouse_Aiming"
|
||||
|
|
Loading…
Reference in a new issue