]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/hud.qh
8686422312e404c2ab86471ce42e7dc1d3b83dbb
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qh
1 float panel_cnt = 11; // NOTE: IDs start from 0!
2
3 void CSQC_kh_hudreset();
4 void CSQC_kh_hud();
5 void CSQC_ctf_hudreset();
6 void CSQC_ctf_hud();
7 void CSQC_nb_hud();
8 void CSQC_race_hud();
9 const float BORDER_MULTIPLIER = 0.25;
10 float hud_color_bg_team;
11 float scoreboard_bottom;
12 float weapon_hits[WEP_MAXCOUNT];
13 float weapon_fired[WEP_MAXCOUNT];
14 float weapon_number;
15
16 float ps_primary, ps_secondary;
17 float ts_primary, ts_secondary;
18
19 float last_weapon;
20 float weapontime;
21
22 float teamnagger;
23 float hud_alpha_fg;
24 float hud_alpha_bg;
25 float hud_hudselector;
26 float hud_accuracy_hud;
27 float hud_border_thickness;
28 float hud_accuracy_border_thickness;
29
30 float hud_configure;