Files
Bubberstation/code/__DEFINES/hud.dm
SkyratBot 764b5b9a0b [MIRROR] 1:1 HUD layout fix (#2842)
* 1:1 HUD layout fix (#56321)

* 1:1 HUD layout fix

Co-authored-by: Arkatos1 <43862960+Arkatos1@users.noreply.github.com>
2021-01-23 17:34:58 +00:00

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