mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
8 lines
353 B
Plaintext
8 lines
353 B
Plaintext
// "Character HUDs", aka HUDs, but not the game's UI. Things like medhuds.
|
|
#define PLANE_CH_HEALTH_VR 26 //Hidden healthbar when at full health
|
|
#define PLANE_CH_STATUS_R 27 //Right-side status icon
|
|
#define PLANE_CH_BACKUP 28 //Backup implant
|
|
#define PLANE_CH_VANTAG 29 //Vore Antag hud
|
|
|
|
#define PLANE_AUGMENTED 40 //Augmented-reality plane
|