]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/hud.qh
wickedhud beta1 by sev, plus fix the exporter :)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qh
1 float panel_cnt = 12; // NOTE: IDs start from 0!
2
3 const float BORDER_MULTIPLIER = 0.25;
4 float hud_color_bg_team;
5 float scoreboard_bottom;
6 float weapon_hits[WEP_MAXCOUNT];
7 float weapon_fired[WEP_MAXCOUNT];
8 float weapon_number;
9
10 float ps_primary, ps_secondary;
11 float ts_primary, ts_secondary;
12
13 float last_weapon;
14 float weapontime;
15
16 float teamnagger;
17 float hud_alpha_fg;
18 float hud_alpha_bg;
19 float hud_accuracy_hud;
20 float hud_border_thickness;
21 float hud_accuracy_border_thickness;
22
23 float hud_configure;