mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-13 08:42:25 +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.
|