diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-24 21:52:29 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-24 21:52:29 -0600 |
commit | 40fed1ffc124a15d6ab1991f59cc05208448b515 (patch) | |
tree | 3d805ca76021867190b92adf56fcd890c40113d5 /src/radar.h | |
parent | 6c2037ad2c6303545cc051120c00663def468a2a (diff) |
Moved around radar colors
Diffstat (limited to 'src/radar.h')
-rw-r--r-- | src/radar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radar.h b/src/radar.h index 6b946e1..ecb44ba 100644 --- a/src/radar.h +++ b/src/radar.h @@ -11,6 +11,8 @@ #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_PLAYER_COLOR BLUE typedef struct Radar { Vector2 position; |