]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Whoops, made scoreboard offset too high by default
authorSamual <samual@xonotic.org>
Thu, 20 Oct 2011 04:32:51 +0000 (00:32 -0400)
committerSamual <samual@xonotic.org>
Thu, 20 Oct 2011 04:32:51 +0000 (00:32 -0400)
defaultXonotic.cfg

index 07f5f709829423f4bc0f08e76193456fa467a899..af4e3f49a4b294fcfc781d330769652a81926eac 100644 (file)
@@ -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<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"