]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/autocvars.qh
strafehud: make both switch indicator alphas configurable
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / autocvars.qh
index 87c1aa21052ae0435d10b784d5da28ff1976bf02..63c2240458ed3816bbaf66ceb8c0bb27204d2728 100644 (file)
@@ -340,8 +340,9 @@ vector autocvar_hud_panel_strafehud_angle_accel_color = '0 1 1';
 vector autocvar_hud_panel_strafehud_angle_overturn_color = '1 0 1';
 float autocvar_hud_panel_strafehud_switch_minspeed = -1;
 vector autocvar_hud_panel_strafehud_switch_active_color = '0 1 0';
+float autocvar_hud_panel_strafehud_switch_active_alpha = 1;
 vector autocvar_hud_panel_strafehud_switch_inactive_color = '1 1 0';
-float autocvar_hud_panel_strafehud_switch_alpha = 1;
+float autocvar_hud_panel_strafehud_switch_inactive_alpha = 1;
 float autocvar_hud_panel_strafehud_switch_width = 0.0075;
 vector autocvar_hud_panel_strafehud_direction_color = '0 0.5 1';
 float autocvar_hud_panel_strafehud_direction_alpha = 1;