X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=_hud_descriptions.cfg;h=a47884ef05f586d66da20ad330a33b864eb3d017;hp=270bd2bd9294693bcbf787666f7b3b2d341e2141;hb=af7bc3fcee25a3b4988bfa7f59a8a52c85c4f13d;hpb=f05fed142da4a7651282de5aafd8ae8c6b87623e diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg index 270bd2bd9..a47884ef0 100644 --- a/_hud_descriptions.cfg +++ b/_hud_descriptions.cfg @@ -58,6 +58,7 @@ seta hud_panel_weapons_timeout_fadefgmin "" "minimum alpha of the panel foregrou seta hud_panel_weapons_timeout_speed_in "" "speed that fading/moving onto the screen occurs" seta hud_panel_weapons_timeout_speed_out "" "speed that fading/moving off of the screen occurs" seta hud_panel_weapons_label "" "1 = show number of weapon, 2 = show bound key of weapon, 3 = show name of weapon" +seta hud_panel_weapons_label_scale "" "scale of the weapon text label" seta hud_panel_weapons_accuracy "" "show accuracy color as the weapon icon background; colors can be configured with accuracy_color* cvars" seta hud_panel_weapons_ammo "" "show ammo as a status bar" seta hud_panel_weapons_onlyowned "" "show only owned weapons" @@ -66,6 +67,8 @@ seta hud_panel_ammo "" "enable/disable this panel" seta hud_panel_ammo_pos "" "position of this panel" seta hud_panel_ammo_size "" "size of this panel" seta hud_panel_ammo_onlycurrent "" "1 = show only current ammo type" +seta hud_panel_ammo_noncurrent_alpha "" "alpha of noncurrent ammo types" +seta hud_panel_ammo_noncurrent_scale "" "scale of noncurrent ammo types, relative to the current ammo type" seta hud_panel_ammo_iconalign "" "0 = align icons to the left, 1 = align icons to the right" seta hud_panel_ammo_bg "" "if set to something else than \"\" = override default background" seta hud_panel_ammo_bg_color "" "if set to something else than \"\" = override default panel background color"