summaryrefslogtreecommitdiff
path: root/constants.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'constants.cpp')
-rw-r--r--constants.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.cpp b/constants.cpp
index 4e392f2..41d7a24 100644
--- a/constants.cpp
+++ b/constants.cpp
@@ -1,7 +1,7 @@
#include "constants.h"
const int BORDEROFFSET = 10;
-const int GRIDWIDTH = 600;
+const int GRIDWIDTH = 200;
const int GRIDHEIGHT = 600;
const int SQUARESIZE = 20;
const int NUMBEROFCELLS = ((GRIDWIDTH*GRIDHEIGHT)/SQUARESIZE)/SQUARESIZE;