mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-06 15:02:29 +00:00
* 1:1 HUD layout fix (#56321) * 1:1 HUD layout fix Co-authored-by: Arkatos1 <43862960+Arkatos1@users.noreply.github.com>
11 lines
342 B
Plaintext
11 lines
342 B
Plaintext
//HUD styles. Index order defines how they are cycled in F12.
|
|
/// Standard hud
|
|
#define HUD_STYLE_STANDARD 1
|
|
/// Reduced hud (just hands and intent switcher)
|
|
#define HUD_STYLE_REDUCED 2
|
|
/// No hud (for screenshots)
|
|
#define HUD_STYLE_NOHUD 3
|
|
|
|
/// Used in show_hud(); Please ensure this is the same as the maximum index.
|
|
#define HUD_VERSIONS 3
|