mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +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"
|
LCtrl "+Crouch"
|
||||||
KP7 "+Aim_Up"
|
KP7 "+Aim_Up"
|
||||||
KP1 "+Aim_Down"
|
KP1 "+Aim_Down"
|
||||||
KP5 "+Center_View"
|
KP5 "centerview"
|
||||||
KP9 "+Look_Up"
|
KP9 "+Look_Up"
|
||||||
KP3 "+Look_Down"
|
KP3 "+Look_Down"
|
||||||
KP- "+Shrink_Screen"
|
KP- "+Shrink_Screen"
|
||||||
|
|
|
@ -609,7 +609,7 @@ OptionMenu "ActionControlsMenu"// protected
|
||||||
Control "$CNTRLMNU_LOOKLEFT" , "+look_left"
|
Control "$CNTRLMNU_LOOKLEFT" , "+look_left"
|
||||||
Control "$CNTRLMNU_LOOKRIGHT" , "+look_right"
|
Control "$CNTRLMNU_LOOKRIGHT" , "+look_right"
|
||||||
}
|
}
|
||||||
Control "$CNTRLMNU_CENTERVIEW" , "+center_view"
|
Control "$CNTRLMNU_CENTERVIEW" , "centerview"
|
||||||
|
|
||||||
StaticText ""
|
StaticText ""
|
||||||
Control "$CNTRLMNU_RUN" , "+run"
|
Control "$CNTRLMNU_RUN" , "+run"
|
||||||
|
|
|
@ -12,7 +12,7 @@ KP. "+Look_Right"
|
||||||
. "+Strafe_Right"
|
. "+Strafe_Right"
|
||||||
KP7 "+Aim_Up"
|
KP7 "+Aim_Up"
|
||||||
KP1 "+Aim_Down"
|
KP1 "+Aim_Down"
|
||||||
KP5 "+Center_View"
|
KP5 "centerview"
|
||||||
KP- "+Shrink_Screen"
|
KP- "+Shrink_Screen"
|
||||||
KP+ "+Enlarge_Screen"
|
KP+ "+Enlarge_Screen"
|
||||||
U "+Mouse_Aiming"
|
U "+Mouse_Aiming"
|
||||||
|
|
Loading…
Reference in a new issue