Fix HUD color.

This commit is contained in:
Night Owl 2018-01-13 15:52:06 +05:00
parent 1e52926898
commit c55bdc41ce

View File

@ -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"