Skip to content

Commit

Permalink
NEW HUD COLOUR
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Sep 11, 2024
1 parent 60fd75e commit 6a21c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl_dll/hud.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
//


#define RGB_DEFAULT 0x00BF00FF //OLD 2.5 AND BEFORE: 54, 146, 248; NEW 2.5.1+ 0, 98, 255; SEASON 6 HECU: 30, 255, 0; SEASON 7 BLACK OPS: 255, 0, 0; SEASON 8 BLACK MESA INBOUND: 5, 147, 255; SEASON 9 LEGENDS OF NEW ROMA: 191, 0, 255;
#define RGB_DEFAULT 0x00FFFFF //OLD 2.5 AND BEFORE: 54, 146, 248; NEW 2.5.1+ 0, 98, 255; SEASON 6 HECU: 30, 255, 0; SEASON 7 BLACK OPS: 255, 0, 0; SEASON 8 BLACK MESA INBOUND: 5, 147, 255; SEASON 9 WHITE SANDS: 255, 255, 255;
#define RGB_GREY 0x008e8f91 //255,160,0
#define RGB_GREENISH 0x0000A000 //0,160,0
#define RGB_REDISH 0x00FF0000
Expand Down

0 comments on commit 6a21c3a

Please sign in to comment.