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 8a4ea63..501bbb2 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -42,6 +42,9 @@
#define MF_TITLE_FONT_S 48 /* Title font size */
#define MF_TEXT_FONT_S 16 /* Regular text font size */
+#define MF_PLAYER_SPEED 2
+#define MF_PLAYER_TURN_TIME 15
+
/* Colors */
#define MF_COLOR_BACK_R 0xAF /* Background color */
#define MF_COLOR_BACK_G 0xAF
@@ -71,5 +74,9 @@
#define MF_COLOR_CHKM_G 0x00
#define MF_COLOR_CHKM_B 0x00
#define MF_COLOR_CHKM_A 0xFF
+#define MF_COLOR_PLYR_R 0x00 /* Player color */
+#define MF_COLOR_PLYR_G 0x00
+#define MF_COLOR_PLYR_B 0x00
+#define MF_COLOR_PLYR_A 0xFF
#endif /* MF_DEFS_H_ */