mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-13 08:27:57 +00:00
Fix HUD color.
This commit is contained in:
parent
1e52926898
commit
c55bdc41ce
@ -22,8 +22,8 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#ifndef HUD_H
|
#ifndef HUD_H
|
||||||
#define HUD_H
|
#define HUD_H
|
||||||
#define RGB_YELLOWISH 0x008080FF //128,128,255
|
#define RGB_YELLOWISH 0x005F5FFF //95,95,255
|
||||||
#define RGB_REDISH 0x008080FF //128,128,255
|
#define RGB_REDISH 0x00FF1010 //255,16,16
|
||||||
#define RGB_GREENISH 0x0000A000 //0,160,0
|
#define RGB_GREENISH 0x0000A000 //0,160,0
|
||||||
|
|
||||||
#include "wrect.h"
|
#include "wrect.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user