X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=_hud_common.cfg;h=7c15eea22306280195898db4203ebb8490f1c375;hb=9a775e745ace8b15ed84753814cfe6cbeb31dd57;hp=a3b4a5c2026f78843a99b0aa63874abb83243d58;hpb=9dc33289c22764b66349ae48a64947ac12001dd5;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/_hud_common.cfg b/_hud_common.cfg index a3b4a5c20..7c15eea22 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -4,6 +4,7 @@ seta hud_configure_teamcolorforced 0 "1 = force display of team colors in config seta hud_configure_checkcollisions 0 "check for collisions against other panels when in hud configure mode" seta hud_configure_bg_minalpha 0.25 "minimum panel background alpha when in hud configure mode" seta hud_configure_grid_alpha 0.15 "alpha for visible grid when in configure mode" +seta hud_configure_vertical_lines 0.5 "list of space-separated intervals at which to draw a vertical line, useful for aligning panels; e.g. 0.5 draws a vertical line in the center, \"0.25 0.5 0.75\" draws a vertical line every quarter of the screen width" seta hud_cursormode 1 "handle mouse input in cursor mode when CSQC displays a cursor" @@ -145,6 +146,7 @@ seta hud_panel_scoreboard_team_size_position 0 "where to show the team size (0 = seta hud_panel_scoreboard_playerid 0 "show player id (server entity number) next to player's name" seta hud_panel_scoreboard_playerid_prefix "#" "player id prefix" seta hud_panel_scoreboard_playerid_suffix " " "player id suffix" +seta hud_panel_scoreboard_scores_per_round "0" "show average scores per round" seta hud_panel_scoreboard_accuracy_showdelay 2 "how long to delay displaying accuracy below the scoreboard if it's too far down" seta hud_panel_scoreboard_accuracy_showdelay_minpos 0.75 "delay displaying the accuracy panel only if its position is lower than this percentage of the screen height from the top"