reshape tetris window

This commit is contained in:
2025-02-03 16:04:23 +01:00
parent 9d648a747d
commit a9541812e0
2 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
// stores the data used in the game
#define COLUMNS ((int8_t)10)
#define ROWS ((int8_t)(COLUMNS * 2))
#define ROWS ((int8_t)24)
typedef const Colour8* CRow;
typedef Colour8* Row;