mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 05:55:46 +01:00
change column size to 16 instead of 10
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "../window/colour.h"
|
||||
|
||||
// stores the data used in the game
|
||||
#define COLUMNS ((uint8_t)10)
|
||||
#define COLUMNS ((uint8_t)16)
|
||||
#define ROWS ((uint8_t)(COLUMNS * 2))
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user