mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-06 22:10:52 +00:00
Added new text color constants
This commit is contained in:
parent
290a8a0b23
commit
72f38d64e6
1 changed files with 4 additions and 0 deletions
|
@ -193,6 +193,10 @@
|
|||
#define CR_DARKGRAY 20
|
||||
#define CR_DARKGREY 20
|
||||
#define CR_CYAN 21
|
||||
#define CR_ICE 22
|
||||
#define CR_FIRE 23
|
||||
#define CR_SAPPHIRE 24
|
||||
#define CR_TEAL 25
|
||||
|
||||
// HUD message types --------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue