Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 7adb411..a62b658 100755
--- a/main.py
+++ b/main.py
@@ -60,7 +60,7 @@ class Game:
def __init__(self, parent=None):
self.parent = parent
self.current = 'A'
- self.grid_size = (4, 4)
+ self.grid_size = (8, 6)
self.calc_grid_cant()
self.box_size = (50, 50)
self.x_offset = 100