X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=_hud_descriptions.cfg;h=270bd2bd9294693bcbf787666f7b3b2d341e2141;hp=5f21867d353600ab2aa32dbad1c137f6d3a8ccae;hb=be0d60a02036d1f05cac4fec65158e1040d4e2ce;hpb=909912a9c1caf0c987ebbc4dc16deb27dc3eb6a7 diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg index 5f21867d3..270bd2bd9 100644 --- a/_hud_descriptions.cfg +++ b/_hud_descriptions.cfg @@ -128,6 +128,7 @@ seta hud_panel_notify_flip "" "order the list top to bottom instead of bottom to seta hud_panel_notify_fontsize "" "multiplier for the font size used for player names in the panel" seta hud_panel_notify_fadetime "" "fade out time" seta hud_panel_notify_time "" "time that a new entry stays until it fades out" +seta hud_panel_notify_icon_aspect "" "aspect ratio of total drawing area per icon" seta hud_panel_timer "" "enable/disable this panel" seta hud_panel_timer_pos "" "position of this base of the panel" @@ -296,3 +297,13 @@ seta hud_panel_centerprint_fade_subsequent_passtwo "" "division factor for the s seta hud_panel_centerprint_fade_subsequent_passtwo_minalpha "" "minimum factor that the second pass can fade to" seta hud_panel_centerprint_fade_subsequent_minfontsize "" "minimum factor for the font size from the subsequent fading effects" seta hud_panel_centerprint_fade_minfontsize "" "minimum factor for the font size from the fading in/out effects" + +seta hud_panel_buffs "" "enable/disable this panel" +seta hud_panel_buffs_pos "" "position of this panel" +seta hud_panel_buffs_size "" "size of this panel" +seta hud_panel_buffs_bg "" "if set to something else than \"\" = override default background" +seta hud_panel_buffs_bg_color "" "if set to something else than \"\" = override default panel background color" +seta hud_panel_buffs_bg_color_team "" "override panel color with team color in team based games" +seta hud_panel_buffs_bg_alpha "" "if set to something else than \"\" = override default panel background alpha" +seta hud_panel_buffs_bg_border "" "if set to something else than \"\" = override default size of border around the background" +seta hud_panel_buffs_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"