mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
add a few more colour definitions
This commit is contained in:
@@ -19,3 +19,7 @@ typedef union {
|
|||||||
#define COLOUR_CYAN ((Colour){0b00111111})
|
#define COLOUR_CYAN ((Colour){0b00111111})
|
||||||
#define COLOUR_BLUE ((Colour){0b00001111})
|
#define COLOUR_BLUE ((Colour){0b00001111})
|
||||||
#define COLOUR_MAGENTA ((Colour){0b11001111})
|
#define COLOUR_MAGENTA ((Colour){0b11001111})
|
||||||
|
|
||||||
|
#define COLOUR_NONE ((Colour){0})
|
||||||
|
#define COLOUR_BLACK ((Colour){3})
|
||||||
|
#define COLOUR_WHITE ((Colour){0xFF})
|
||||||
|
|||||||
Reference in New Issue
Block a user