mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- fixed incorrect panning setup for WASD
This commit is contained in:
parent
8d2d36457f
commit
5d01be8258
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ KP3 "+Look_Down"
|
|||
mapbind KP- "+Shrink_Screen"
|
||||
mapbind KP+ "+Enlarge_Screen"
|
||||
mapbind W "+am_panup"
|
||||
mapbind A "+am_pandown"
|
||||
mapbind S "+am_panleft"
|
||||
mapbind S "+am_pandown"
|
||||
mapbind A "+am_panleft"
|
||||
mapbind D "+am_panright"
|
||||
|
||||
KP- "sizedown"
|
||||
|
|
Loading…
Reference in a new issue