mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Make hud white.
This commit is contained in:
parent
4aba145f9e
commit
e5a1902661
@ -22,7 +22,7 @@
|
||||
#pragma once
|
||||
#if !defined(HUD_H)
|
||||
#define HUD_H
|
||||
#define RGB_YELLOWISH 0x00FFA000 //255,160,0
|
||||
#define RGB_YELLOWISH 0x00FFFFFF //255,255,255
|
||||
#define RGB_REDISH 0x00FF1010 //255,160,0
|
||||
#define RGB_GREENISH 0x0000A000 //0,160,0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user