X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fhud%2Fpanel%2Fpowerups.qh;h=a109062a489114c7aa107181d65a8f1175d371f7;hb=9b48bd9cab8b4f8caa2d5b385597d8169ec56aef;hp=3235f8da674507aa494cf3e7e8c29aa132db6bc0;hpb=c039d054a46888048d214000273ccfc63e4611b6;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/hud/panel/powerups.qh b/qcsrc/client/hud/panel/powerups.qh index 3235f8da6..a109062a4 100644 --- a/qcsrc/client/hud/panel/powerups.qh +++ b/qcsrc/client/hud/panel/powerups.qh @@ -1,4 +1,16 @@ #pragma once #include "../panel.qh" +bool autocvar_hud_panel_powerups; +int autocvar_hud_panel_powerups_baralign; +bool autocvar_hud_panel_powerups_dynamichud = true; +bool autocvar_hud_panel_powerups_hide_ondeath = false; +int autocvar_hud_panel_powerups_iconalign; +bool autocvar_hud_panel_powerups_progressbar; +bool autocvar_hud_panel_powerups_text; + +vector autocvar_hud_progressbar_shield_color; +vector autocvar_hud_progressbar_strength_color; +vector autocvar_hud_progressbar_superweapons_color; + void addPowerupItem(string name, string icon, vector color, float currentTime, float lifeTime);