]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/hud/panel/pressedkeys.qh
Allow customizing item stats filter with hud_panel_scoreboard_itemstats_filter_mask
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / pressedkeys.qh
1 #pragma once
2 #include "../panel.qh"
3
4 int autocvar_hud_panel_pressedkeys;
5 float autocvar_hud_panel_pressedkeys_aspect;
6 bool autocvar_hud_panel_pressedkeys_attack;
7 bool autocvar_hud_panel_pressedkeys_dynamichud  = true;