summaryrefslogtreecommitdiffstats
path: root/src/defs.h
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-08 04:04:32 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-08-08 04:04:32 (EDT)
commitcd91a87b765364afd543dc8de8ccb1d4f8fe41a1 (patch)
tree571de92aa06f3e6de8ec9adc837364186d5b888d /src/defs.h
parente27efee6bdfc46c3af87ff07d161ebd1a2a8a2b1 (diff)
downloadmazefight-cd91a87b765364afd543dc8de8ccb1d4f8fe41a1.zip
mazefight-cd91a87b765364afd543dc8de8ccb1d4f8fe41a1.tar.gz
mazefight-cd91a87b765364afd543dc8de8ccb1d4f8fe41a1.tar.bz2
player: Add eyes (WIP)
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_ */