7 lines
340 B
Plaintext
7 lines
340 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.
|