aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-03-19 11:28:30 +0100
committerCharles <sircharlesaze@gmail.com>2020-03-19 11:28:30 +0100
commitce65a7e1f682fa31934c05623c41ea25d9b71ce7 (patch)
tree2fb658bf47c0f8802c9c53c81ce5cb5b3ef4fa2a /src/main.cpp
parent9578de486aa49d4f89548155ab462732e42267cd (diff)
download2048-ce65a7e1f682fa31934c05623c41ea25d9b71ce7.tar.gz
2048-ce65a7e1f682fa31934c05623c41ea25d9b71ce7.tar.bz2
2048-ce65a7e1f682fa31934c05623c41ea25d9b71ce7.zip
Added colors
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index b0c98a0..2209368 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -6,7 +6,7 @@
#define WINDOW_TITLE "2048"
#define WINDOW_WIDTH 480
#define WINDOW_HEIGHT 480
-#define GAME_GRID_SIZE 4
+#define GAME_GRID_SIZE 6
int main()
{