From: MirceaKitsune Date: Thu, 7 Jul 2011 17:33:56 +0000 (+0300) Subject: Brighter HUD by default X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=b4e2c87a7bbcf579df381289c6632a9626e2e08f;hp=e7bfb99172c9ff30158d50f347570ad2aac88e54 Brighter HUD by default --- diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index 0c09e3c1..14c081c9 100644 --- a/data/defaultVT.cfg +++ b/data/defaultVT.cfg @@ -1148,10 +1148,10 @@ sbar_info_pos 50 seta sbar_alpha_bg 0.8 "alpha value of the HUD background" seta sbar_alpha_fg 1 "alpha value of the HUD foreground items" seta sbar_border_thickness 1 "scoreboard border thickness" -seta sbar_color_bg_r 0.25 "red color component of the HUD background" +seta sbar_color_bg_r 0.5 "red color component of the HUD background" seta sbar_color_bg_g 0 "green color component of the HUD background" -seta sbar_color_bg_b 0.5 "blue color component of the HUD background" -seta sbar_color_bg_team 0.5 "team color multiplier of the HUD background" +seta sbar_color_bg_b 1 "blue color component of the HUD background" +seta sbar_color_bg_team 1 "team color multiplier of the HUD background" seta sbar_scoreboard_offset 100 "scoreboard vertical position" seta sbar_scoreboard_alpha_bg 0.6 "scoreboard background alpha" seta sbar_scoreboard_alpha_fg 1 "scoreboard foreground alpha"