From: Samual Date: Thu, 20 Oct 2011 04:32:51 +0000 (-0400) Subject: Whoops, made scoreboard offset too high by default X-Git-Tag: xonotic-v0.6.0~35^2~78^2~7^2~19 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=62e317686b01b9ea208bf8d79d0ce2e42476d057;p=xonotic%2Fxonotic-data.pk3dir.git Whoops, made scoreboard offset too high by default --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 07f5f7098..af4e3f49a 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1451,9 +1451,9 @@ seta scoreboard_fadeoutspeed 5 "speed at which scoreboard fades out, higher is f seta scoreboard_highlight 1 "enable highlighting for rows and columns in the scoreboard" seta scoreboard_highlight_alpha 0.10 "highlight alpha value (depends on hud_scoreboard_highlight 1)" seta scoreboard_highlight_alpha_self 0.25 "self highlight alpha value" -seta scoreboard_offset_left 0.15 "how many pixels the scoreboard is offset from the left screen edge" -seta scoreboard_offset_right 0.15 "how many pixels the scoreboard is offset from the right screen edge" -seta scoreboard_offset_vertical 0.2 "how many pixels the scoreboard is offset from the top and bottom of the screen" +seta scoreboard_offset_left 0.15 "how far (by percent) the scoreboard is offset from the left screen edge" +seta scoreboard_offset_right 0.15 "how far (by percent) the scoreboard is offset from the right screen edge" +seta scoreboard_offset_vertical 0.05 "how far (by percent) the scoreboard is offset from the top and bottom of the screen" seta scoreboard_bg_scale 0.25 "scale for the tiled scoreboard background" seta accuracy_color_levels "0 20 100" "accuracy values at which a specified color (accuracy_color) will be used. If your accuracy is between 2 of these values then a mix of the Xth and X+1th colors will be used. You can specify up to 10 values, in increasing order"