doom3-starter-kit/base/default.cfg
2022-07-14 17:22:33 -07:00

16 lines
No EOL
239 B
INI

//movement.
bind "w" "_forward"
bind "a" "_moveleft"
bind "d" "_moveright"
bind "s" "_back"
bind "CTRL" "_movedown"
bind "SPACE" "_moveup"
//use whatever item player is holding.
bind "MOUSE1" "_attack"
bind "F10" "quit"