X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=_hud_descriptions.cfg;h=9a1654f83abd1a177f392a12fd6d785ce883a706;hp=ee46898904a77f6d992b974f867c8fa798169aa8;hb=2183056a5b6e75d2e025aa6c718eeb6f87de31b6;hpb=cf7893007863b9dab8a4fb2c1d1829ac56b759e6 diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg index ee4689890..9a1654f83 100644 --- a/_hud_descriptions.cfg +++ b/_hud_descriptions.cfg @@ -329,6 +329,7 @@ seta hud_panel_mapvote_bg_color_team "" "override panel color with team color in seta hud_panel_mapvote_bg_alpha "" "if set to something else than \"\" = override default panel background alpha" seta hud_panel_mapvote_bg_border "" "if set to something else than \"\" = override default size of border around the background" seta hud_panel_mapvote_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" +seta hud_panel_mapvote_highlight_border "" "highlight border size of the selected map" seta hud_panel_itemstime_pos "" "position of this base of the panel" seta hud_panel_itemstime_size "" "size of this panel" @@ -355,3 +356,25 @@ seta hud_panel_quickmenu_bg_alpha "" "if set to something else than \"\" = overr seta hud_panel_quickmenu_bg_border "" "if set to something else than \"\" = override default size of border around the background" seta hud_panel_quickmenu_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" seta hud_panel_quickmenu_align "" "text alignment: 0 left, 0.5 center, 1 right" + +seta hud_panel_scoreboard_pos "" "position of this base of the panel" +seta hud_panel_scoreboard_size "" "size of this panel" +seta hud_panel_scoreboard_bg "" "if set to something else than \"\" = override default background" +seta hud_panel_scoreboard_bg_color "" "if set to something else than \"\" = override default panel background color" +seta hud_panel_scoreboard_bg_color_team "" "override panel color with team color in team based games" +seta hud_panel_scoreboard_bg_alpha "" "if set to something else than \"\" = override default panel background alpha" +seta hud_panel_scoreboard_bg_border "" "if set to something else than \"\" = override default size of border around the background" +seta hud_panel_scoreboard_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" +seta hud_panel_scoreboard_fadeinspeed "" "speed at which scoreboard fades in, higher is faster (0 = instant)" +seta hud_panel_scoreboard_fadeoutspeed "" "speed at which scoreboard fades out, higher is faster (0 = instant)" +seta hud_panel_scoreboard_respawntime_decimals "" "decimal places to show for the respawntime countdown display on the scoreboard" +seta hud_panel_scoreboard_table_bg_alpha "" "background alpha of a scoreboard table" +seta hud_panel_scoreboard_table_bg_scale "" "scale for the tiled scoreboard background" +seta hud_panel_scoreboard_table_fg_alpha "" "foreground alpha of a scoreboard table" +seta hud_panel_scoreboard_table_fg_alpha_self "" "self foreground alpha of a scoreboard table" +seta hud_panel_scoreboard_table_highlight "" "enable highlighting for rows and columns in scoreboard tables" +seta hud_panel_scoreboard_table_highlight_alpha "" "highlight alpha of a scoreboard table" +seta hud_panel_scoreboard_table_highlight_alpha_self "" "self highlight alpha of a scoreboard table" +seta hud_panel_scoreboard_bg_teams_color_team "" "override panel team color in team tables" +seta hud_panel_scoreboard_accuracy_doublerows "" "use two rows instead of one" +seta hud_panel_scoreboard_accuracy_nocolors "" "don't use colors displaying accuracy stats"