]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
FINALLY re-center the scoreboard by fixing the offsets by default... This is retarded...
authorSamual <samual@xonotic.org>
Wed, 11 May 2011 20:38:15 +0000 (16:38 -0400)
committerSamual <samual@xonotic.org>
Wed, 11 May 2011 20:38:15 +0000 (16:38 -0400)
defaultXonotic.cfg

index 73d5d635246e93f15955c53141e14c587376fcfd..b452758b5f6217d61bc22b87d5694e34a4b1a882 100644 (file)
@@ -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<X>) 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"