mirror of
https://github.com/KabKebab/GS13.git
synced 2026-06-03 21:28:45 +01:00
7 lines
334 B
Plaintext
7 lines
334 B
Plaintext
//HUD styles. Index order defines how they are cycled in F12.
|
|
#define HUD_STYLE_STANDARD 1 //Standard hud
|
|
#define HUD_STYLE_REDUCED 2 //Reduced hud (just hands and intent switcher)
|
|
#define HUD_STYLE_NOHUD 3 //No hud (for screenshots)
|
|
|
|
#define HUD_VERSIONS 3 //Used in show_hud(); Please ensure this is the same as the maximum index.
|