summaryrefslogtreecommitdiffstats
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h7
1 files changed, 7 insertions, 0 deletions
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_ */