From c97b90494b626011aa562ae55ee7cfde8867feca Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 08 Aug 2021 00:59:38 -0400 Subject: player: Render circle --- (limited to 'src/defs.h') diff --git a/src/defs.h b/src/defs.h index 501bbb2..e455281 100644 --- a/src/defs.h +++ b/src/defs.h @@ -44,6 +44,7 @@ #define MF_PLAYER_SPEED 2 #define MF_PLAYER_TURN_TIME 15 +#define MF_PLAYER_P 2 /* Colors */ #define MF_COLOR_BACK_R 0xAF /* Background color */ @@ -75,8 +76,8 @@ #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_G 0xAF +#define MF_COLOR_PLYR_B 0x7F #define MF_COLOR_PLYR_A 0xFF #endif /* MF_DEFS_H_ */ -- cgit v0.9.1