mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-04 05:08:26 +00:00
10 lines
440 B
Plaintext
10 lines
440 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
|
|
|
|
#define ABOVE_WINDOW_LAYER 3.25 //Above full tile windows so wall items are clickable
|