X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=_hud_descriptions.cfg;h=b1831264694caaaa858c95e834366e48bfcc8ed3;hp=185eb5c21e2004f0a70107551d0862651d7b29e5;hb=19568c59ebe46e31b1af8f4857cbef0c117c1639;hpb=ccf1757e6a71d864249ebe4f3cd13331529bcb41 diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg index 185eb5c21..b18312646 100644 --- a/_hud_descriptions.cfg +++ b/_hud_descriptions.cfg @@ -274,6 +274,7 @@ seta hud_panel_centerprint_align "" "text alignment: 0 left, 0.5 center, 1 right seta hud_panel_centerprint_flip "" "invert messages order" seta hud_panel_centerprint_fontscale "" "scale the text font by this amount" seta hud_panel_centerprint_fontscale_bold "" "scale the bold text font by this amount" +seta hud_panel_centerprint_fontscale_title "" "scale the title text font by this amount" seta hud_panel_minigameboard_pos "" "position of this panel" seta hud_panel_minigameboard_size "" "size of this panel" @@ -379,3 +380,12 @@ seta hud_panel_strafehud_bg_color_team "" "override panel color with team color seta hud_panel_strafehud_bg_alpha "" "if set to something else than \"\" = override default panel background alpha" seta hud_panel_strafehud_bg_border "" "if set to something else than \"\" = override default size of border around the background" seta hud_panel_strafehud_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" + +seta hud_panel_pickup_pos "" "position of this base of the panel" +seta hud_panel_pickup_size "" "size of this panel" +seta hud_panel_pickup_bg "" "if set to something else than \"\" = override default background" +seta hud_panel_pickup_bg_color "" "if set to something else than \"\" = override default panel background color" +seta hud_panel_pickup_bg_color_team "" "override panel color with team color in team based games" +seta hud_panel_pickup_bg_alpha "" "if set to something else than \"\" = override default panel background alpha" +seta hud_panel_pickup_bg_border "" "if set to something else than \"\" = override default size of border around the background" +seta hud_panel_pickup_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"