mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-03-31 23:41:25 +00:00
Change the default screenshot binding to JPEG with Quality 90.
While here add a default binding for the power shield on w.
This commit is contained in:
parent
8c665b826c
commit
b124d0cada
1 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,7 @@ bind MWHEELDOWN weapprev
|
|||
bind MWHEELUP weapnext
|
||||
|
||||
bind q "use quad damage"
|
||||
bind w "use power shield"
|
||||
|
||||
bind SHIFT +speed
|
||||
|
||||
|
@ -57,7 +58,7 @@ bind PAUSE pause
|
|||
bind F1 "cmd help"
|
||||
bind F5 "echo Quick Saving...; wait; save quick"
|
||||
bind F9 "echo Quick Loading...; wait; load quick"
|
||||
bind F12 screenshot
|
||||
bind F12 screenshot jpg 90
|
||||
|
||||
bind t messagemode
|
||||
|
||||
|
|
Loading…
Reference in a new issue