mirror of
https://github.com/halpz/re3.git
synced 2025-04-28 20:07:57 +03:00
Change the color of the car arrow
Change the color of the car blip's arrow color from pink to blue like in LCS
This commit is contained in:
parent
33abd1b4e7
commit
4cee75d13a
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
#include "Sprite2d.h"
|
||||
#include "Draw.h"
|
||||
|
||||
#define CARBLIP_MARKER_COLOR_R 252
|
||||
#define CARBLIP_MARKER_COLOR_G 138
|
||||
#define CARBLIP_MARKER_COLOR_B 242
|
||||
#define CARBLIP_MARKER_COLOR_R 44
|
||||
#define CARBLIP_MARKER_COLOR_G 48
|
||||
#define CARBLIP_MARKER_COLOR_B 157
|
||||
#define CARBLIP_MARKER_COLOR_A 255
|
||||
|
||||
#define CHARBLIP_MARKER_COLOR_R 252
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue