1
0
mirror of https://github.com/YGGverse/hlsdk-portable.git synced 2025-03-13 05:51:19 +00:00

Define a new hud colors.

This commit is contained in:
Andrey Akhmichin 2019-11-30 21:34:34 +05:00
parent 913d732a3f
commit 4d83bd54a1

@ -22,7 +22,12 @@
#pragma once
#ifndef HUD_H
#define HUD_H
#define RGB_YELLOWISH 0x005F5FFF //95,95,255
#define RGB_YELLOWISH 0x00FFFA00 //255,160,0
#ifdef MOBILE_HACKS
#define RGB_BLUISH 0x005F5FFF //95,95,255
#define RGB_WHITISH 0x00FFFFFF //255,255,255
#define RGB_PINKISH 0x00FF80C0 //255,128,192
#endif // MOBILE_HACKS
#define RGB_REDISH 0x00FF1010 //255,16,16
#define RGB_GREENISH 0x0000A000 //0,160,0