aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
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()
{