X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=_hud_descriptions.cfg;h=269b07c526ce3dc2293a7cf67e38bb2c81066359;hb=7de426b65cac08ea1922d49e1fb540c4b6b36770;hp=7f15b0140763b834b0d9e82173060167a99e2ee5;hpb=d971eb56497f81534a42ccef461c22526c33ed4d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg index 7f15b0140..269b07c52 100644 --- a/_hud_descriptions.cfg +++ b/_hud_descriptions.cfg @@ -28,6 +28,8 @@ seta hud_configure_grid "" "snap to grid when moving/resizing panels" seta hud_configure_grid_xsize "" "snap to X * vid_conwidth" seta hud_configure_grid_ysize "" "snap to Y * vid_conheight" +seta scr_centerpos "" "Y position of the centerprint" + seta hud_panel_weapons "" "enable/disable this panel" seta hud_panel_weapons_pos "" "position of this panel" seta hud_panel_weapons_size "" "size of this panel" @@ -45,6 +47,8 @@ seta hud_panel_weapons_complainbubble_color_donthave "" "color of the complainbu seta hud_panel_weapons_complainbubble_color_unavailable "" "color of the complainbubble when showing weapon unavailable message" seta hud_panel_weapons_ammo_color "" "color of status bar" seta hud_panel_weapons_ammo_alpha "" "alpha of status bar" +seta hud_panel_weapons_timeout "" "panel disappears if you don't switch weapon for this amount of seconds" +seta hud_panel_weapons_timeout_effect "" "disappearance effect: 0) no effect; 1) panel moves out of screen; 2) panel fades out" seta hud_panel_ammo "" "enable/disable this panel" seta hud_panel_ammo_pos "" "position of this panel" @@ -57,6 +61,10 @@ seta hud_panel_ammo_bg_color_team "" "override panel color with team color in te seta hud_panel_ammo_bg_alpha "" "if set to something else than \"\" = override default panel background alpha" seta hud_panel_ammo_bg_border "" "if set to something else than \"\" = override default size of border around the background" seta hud_panel_ammo_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" +seta hud_panel_ammo_progressbar "" "use progressbar behind ammo icons" +seta hud_panel_ammo_progressbar_xoffset "" "percentage of mySize_x to offset progressbar with" +seta hud_panel_ammo_progressbar_name "" "name of progressbar to use behind ammo icons" +seta hud_panel_ammo_text "" "show text/icons in the ammo panel" seta hud_panel_powerups "" "enable/disable this panel" seta hud_panel_powerups_pos "" "position of this panel" @@ -70,6 +78,10 @@ seta hud_panel_powerups_bg_color_team "" "override panel color with team color i seta hud_panel_powerups_bg_alpha "" "if set to something else than \"\" = override default panel background alpha" seta hud_panel_powerups_bg_border "" "if set to something else than \"\" = override default size of border around the background" seta hud_panel_powerups_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" +seta hud_panel_powerups_progressbar "" "enable progressbar in panel" +seta hud_panel_powerups_progressbar_strength "" "progressbar image for strength" +seta hud_panel_powerups_progressbar_shield "" "progressbar image for shield" +seta hud_panel_powerups_text "" "show text/icons in the powerups panel" seta hud_panel_healtharmor "" "enable/disable this panel, 2 = combined health/armor display" seta hud_panel_healtharmor_pos "" "position of this panel" @@ -83,6 +95,10 @@ seta hud_panel_healtharmor_bg_color_team "" "override panel color with team colo seta hud_panel_healtharmor_bg_alpha "" "if set to something else than \"\" = override default panel background alpha" seta hud_panel_healtharmor_bg_border "" "if set to something else than \"\" = override default size of border around the background" seta hud_panel_healtharmor_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" +seta hud_panel_healtharmor_progressbar "" "enable progressbar in panel" +seta hud_panel_healtharmor_progressbar_health "" "progressbar image for health" +seta hud_panel_healtharmor_progressbar_armor "" "progressbar image for armor" +seta hud_panel_healtharmor_text "" "show text/icons in the healtharmor panel" seta hud_panel_notify "" "enable/disable this panel" seta hud_panel_notify_pos "" "position of this base of the panel"