]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - _hud_common.cfg
strafehud: unify HUD_Panel_DrawStrafeHUD_* functions into one function and provide...
[xonotic/xonotic-data.pk3dir.git] / _hud_common.cfg
index 8d7195fc37a2a600612d3c17c1031fdc68d67469..2848250aaf5efc8351855bfc6496657f61fbb367 100644 (file)
@@ -144,7 +144,7 @@ seta hud_panel_strafehud_direction_show "1" "show the direction indicator caps"
 seta hud_panel_strafehud_direction_color "0 0.5 1" "direction indicator color"
 seta hud_panel_strafehud_direction_width "0.25" "direction indicator width relative to the panel height"
 seta hud_panel_strafehud_direction_length "0.02" "direction indicator length relative to the panel width"
-seta hud_panel_strafehud_unstyled "0" "don't apply any progressbar styles to the strafehud"
+seta hud_panel_strafehud_style "1" "\"0\" = no styling, \"1\" = progress bar style for the strafe bar"
 seta hud_panel_strafehud_timeout_air "0.1" "time after take off before changing strafehud mode (prevents flickering on slick ramps)"
 seta hud_panel_strafehud_timeout_ground "0.03333333" "time after landing before changing strafehud mode (prevents flickering on regular strafe turns)"
 seta hud_panel_strafehud_timeout_strafe "0.1" "time after releasing the strafe keys before changing mode (prevents flickering when switching between left/right strafe turning)"