From cd91a87b765364afd543dc8de8ccb1d4f8fe41a1 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 08 Aug 2021 04:04:32 -0400 Subject: player: Add eyes (WIP) --- (limited to 'src/defs.h') diff --git a/src/defs.h b/src/defs.h index e170f57..a200ad1 100644 --- a/src/defs.h +++ b/src/defs.h @@ -47,6 +47,9 @@ #define MF_PLAYER_P 2 #define MF_PLAYER_SMILE_Y 0.25 #define MF_PLAYER_SMILE_R 0.5 +#define MF_PLAYER_EYE_X 0.5 +#define MF_PLAYER_EYE_Y 0.375 +#define MF_PLAYER_EYE_R 0.125 /* Colors */ #define MF_COLOR_BACK_R 0xAF /* Background color */ @@ -85,5 +88,9 @@ #define MF_COLOR_PSML_G 0xDF #define MF_COLOR_PSML_B 0xDF #define MF_COLOR_PSML_A 0xFF +#define MF_COLOR_PEYE_R 0xDF /* Player eye color */ +#define MF_COLOR_PEYE_G 0xDF +#define MF_COLOR_PEYE_B 0xDF +#define MF_COLOR_PEYE_A 0xFF #endif /* MF_DEFS_H_ */ -- cgit v0.9.1