diff options
author | June McEnroe <june@causal.agency> | 2020-06-26 22:08:02 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-06-26 22:08:02 -0400 |
commit | 5d782554118b67bf58bfafbf171c8c564828c651 (patch) | |
tree | 1c8e2c3b8db1fe3ff8d875398f359720cacbe126 | |
parent | Add note about litterbox bot use (diff) | |
download | src-5d782554118b67bf58bfafbf171c8c564828c651.tar.gz src-5d782554118b67bf58bfafbf171c8c564828c651.zip |
Tweak TF2 sensitivities once more
Diffstat (limited to '')
-rw-r--r-- | etc/tf/cfg/autoexec.cfg | 2 | ||||
-rw-r--r-- | etc/tf/cfg/sniper.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/tf/cfg/autoexec.cfg b/etc/tf/cfg/autoexec.cfg index 987023f8..c584dadd 100644 --- a/etc/tf/cfg/autoexec.cfg +++ b/etc/tf/cfg/autoexec.cfg @@ -7,7 +7,7 @@ bind / toggle_duck bind mouse2 +attack2 alias sens1 "sensitivity 1.7" alias sens2 "sensitivity 1.7" -alias sens3 "sensitivity 2.5" +alias sens3 "sensitivity 3" bind 1 "slot1; sens1" bind 2 "slot2; sens2" bind 3 "slot3; sens3" diff --git a/etc/tf/cfg/sniper.cfg b/etc/tf/cfg/sniper.cfg index cd1cd0b0..39ce4a18 100644 --- a/etc/tf/cfg/sniper.cfg +++ b/etc/tf/cfg/sniper.cfg @@ -1 +1 @@ -alias sens1 "sensitivity 1.5" +alias sens1 "sensitivity 1" |