]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Slightly brighter color for the scoreboard
authorterencehill <piuntn@gmail.com>
Sat, 6 Aug 2016 12:24:32 +0000 (14:24 +0200)
committerterencehill <piuntn@gmail.com>
Sat, 6 Aug 2016 12:24:32 +0000 (14:24 +0200)
hud_luma.cfg
qcsrc/client/hud/panel/scoreboard.qc

index 12f8c70e7f48f3d0063d4d9189cc8936a12bc913..5ebdeaeec999de16665fbadd76f228d2edd9ffd3 100644 (file)
@@ -361,7 +361,7 @@ seta hud_panel_quickmenu_align "0"
 seta hud_panel_scoreboard_pos "0.150000 0.150000"
 seta hud_panel_scoreboard_size "0.700000 0.700000"
 seta hud_panel_scoreboard_bg "border_default"
-seta hud_panel_scoreboard_bg_color ""
+seta hud_panel_scoreboard_bg_color "0 0.3 0.5"
 seta hud_panel_scoreboard_bg_color_team ""
 seta hud_panel_scoreboard_bg_alpha "0.7"
 seta hud_panel_scoreboard_bg_border ""
@@ -375,7 +375,7 @@ seta hud_panel_scoreboard_table_fg_alpha "0.9"
 seta hud_panel_scoreboard_table_fg_alpha_self "1"
 seta hud_panel_scoreboard_table_highlight "1"
 seta hud_panel_scoreboard_table_highlight_alpha "0.2"
-seta hud_panel_scoreboard_table_highlight_alpha_self "0.5"
+seta hud_panel_scoreboard_table_highlight_alpha_self "0.4"
 seta hud_panel_scoreboard_bg_teams_color_team "0"
 seta hud_panel_scoreboard_accuracy_doublerows "0"
 seta hud_panel_scoreboard_accuracy_nocolors "0"
index 0632d327f64062ab053f59281d32cb61f0119551..e573c1ee81ff99e067af6487ee040e778560f90d 100644 (file)
@@ -24,7 +24,7 @@ float autocvar_hud_panel_scoreboard_table_fg_alpha = 0.9;
 float autocvar_hud_panel_scoreboard_table_fg_alpha_self = 1;
 bool autocvar_hud_panel_scoreboard_table_highlight = true;
 float autocvar_hud_panel_scoreboard_table_highlight_alpha = 0.2;
-float autocvar_hud_panel_scoreboard_table_highlight_alpha_self = 0.5;
+float autocvar_hud_panel_scoreboard_table_highlight_alpha_self = 0.4;
 float autocvar_hud_panel_scoreboard_bg_teams_color_team = 0;
 
 bool autocvar_hud_panel_scoreboard_accuracy = true;