doom3-starter-kit/base/default.cfg

16 lines
239 B
INI
Raw Normal View History

2022-07-15 00:22:33 +00:00
//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"