From d91957b19d5e17f31f17469b48a30e1078a68ee9 Mon Sep 17 00:00:00 2001 From: Samual Date: Wed, 11 May 2011 16:38:15 -0400 Subject: [PATCH] FINALLY re-center the scoreboard by fixing the offsets by default... This is retarded, it was an accidental change long ago and no one noticed/cared to fix it. Now the scoreboard is finally center again. --- defaultXonotic.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 73d5d6352..b452758b5 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1495,8 +1495,8 @@ 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.04 "how many pixels the scoreboard is offset from the left screen edge" -seta scoreboard_offset_right 0.148 "how many pixels the scoreboard is offset from the right screen edge" +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_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