diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-10-27 20:15:37 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-10-27 20:15:37 -0600 |
commit | fa14227560c9be143b7c26ada4e41c6636966896 (patch) | |
tree | 0736bb8e301942028f18f1a416dd1b842f116768 /src/radar.h | |
parent | 4c5b7bdbe8c1cfef9ed7a3ef639f3f83411b2b0e (diff) |
Playing with targeting more
Diffstat (limited to 'src/radar.h')
-rw-r--r-- | src/radar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radar.h b/src/radar.h index 4719d7b..75b1389 100644 --- a/src/radar.h +++ b/src/radar.h @@ -12,6 +12,7 @@ #define RADAR_COLOR (Color){255, 255, 255, 85} #define RADAR_CROSS_COLOR (Color){YELLOW.r, YELLOW.g, YELLOW.b, 127} #define RADAR_ENTITY_COLOR BLACK +#define RADAR_TARGETED_ENTITY_COLOR RED #define RADAR_PLAYER_COLOR BLUE typedef struct Radar { |