From 62e317686b01b9ea208bf8d79d0ce2e42476d057 Mon Sep 17 00:00:00 2001 From: Samual Date: Thu, 20 Oct 2011 00:32:51 -0400 Subject: [PATCH] Whoops, made scoreboard offset too high by default --- defaultXonotic.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.39.2