change netgraph size

This commit is contained in:
Mylloon 2023-03-15 12:17:37 +01:00
parent f09edb09eb
commit a729a81f80
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -16,9 +16,9 @@ unbind "x"
bind "x" "+jumpthrow" bind "x" "+jumpthrow"
// FPS in tab // FPS in tab
net_graph "1"
net_graphpos "2" net_graphpos "2"
net_graphheight "1" net_graphheight "1"
net_graphproportionalfont "0"
alias "+scorenet" "+showscores; net_graph 1" alias "+scorenet" "+showscores; net_graph 1"
alias "-scorenet" "-showscores; net_graph 0" alias "-scorenet" "-showscores; net_graph 0"
unbind "TAB" unbind "TAB"