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:
Kadir Yüksel 2023-08-20 13:55:40 +03:00 committed by GitHub
parent 33abd1b4e7
commit 4cee75d13a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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