mirror of
https://github.com/blendogames/Doom3-Starter-Kit.git
synced 2024-11-10 06:32:02 +00:00
16 lines
No EOL
239 B
INI
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" |