From: FruitieX Date: Tue, 12 Oct 2010 16:27:35 +0000 (+0300) Subject: change the scoreboard color to be light-blue instead of the old nexuiz color X-Git-Tag: xonotic-v0.1.0preview~307^2~25^2~2^2^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=867d80ee017e4c6f13d30a1c3fec42a78b742d33;p=xonotic%2Fxonotic-data.pk3dir.git change the scoreboard color to be light-blue instead of the old nexuiz color --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index e00da3208..3eb0c28df 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1391,8 +1391,8 @@ seta scoreboard_accuracy_border_thickness 1 "accuracy stats border thickness" seta scoreboard_accuracy_doublerows 0 "use two rows instead of one" seta scoreboard_accuracy 1 "0 = no weapon accuracy stats panel on scoreboard" seta scoreboard_color_bg_r 0 "red color component of the HUD background" -seta scoreboard_color_bg_g 0.25 "green color component of the HUD background" -seta scoreboard_color_bg_b 0.17 "blue color component of the HUD background" +seta scoreboard_color_bg_g 0.4 "green color component of the HUD background" +seta scoreboard_color_bg_b 0.6 "blue color component of the HUD background" seta scoreboard_color_bg_team 0.5 "team color multiplier of the HUD background" seta scoreboard_alpha_bg 0.6 "scoreboard background alpha" seta scoreboard_alpha_fg 1 "scoreboard foreground alpha"