mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 05:55:46 +01:00
make playfield width 10 columns
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "tetromino/shapes.h"
|
||||
|
||||
// stores the data used in the game
|
||||
#define COLUMNS ((int8_t)16)
|
||||
#define COLUMNS ((int8_t)10)
|
||||
#define ROWS ((int8_t)(COLUMNS * 2))
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user