change column size to 16 instead of 10

This commit is contained in:
2025-01-27 00:16:50 +01:00
parent cc51611eb2
commit 26770f38fe

View File

@@ -5,7 +5,7 @@
#include "../window/colour.h" #include "../window/colour.h"
// stores the data used in the game // stores the data used in the game
#define COLUMNS ((uint8_t)10) #define COLUMNS ((uint8_t)16)
#define ROWS ((uint8_t)(COLUMNS * 2)) #define ROWS ((uint8_t)(COLUMNS * 2))
typedef struct { typedef struct {