]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/autocvars.qh
strafehud: add option to disable direction caps
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / autocvars.qh
index aa9d5626ea816dc0ec2e472896009a169ad0ac35..8ee8447442a9200d099fde7d4d924f80e41161fa 100644 (file)
@@ -338,6 +338,7 @@ float autocvar_hud_panel_strafehud_angle_width = 0.005;
 vector autocvar_hud_panel_strafehud_good_color = '0 1 1';
 vector autocvar_hud_panel_strafehud_warning_color = '1 1 0';
 vector autocvar_hud_panel_strafehud_alert_color = '1 0 1';
+bool autocvar_hud_panel_strafehud_direction_show = true;
 vector autocvar_hud_panel_strafehud_direction_color = '0 0.5 1';
 float autocvar_hud_panel_strafehud_direction_width = 0.25;
 float autocvar_hud_panel_strafehud_direction_length = 0.02;