Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game.py
diff options
context:
space:
mode:
Diffstat (limited to 'game.py')
-rw-r--r--game.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.py b/game.py
index 721e407..7cf7ba4 100644
--- a/game.py
+++ b/game.py
@@ -247,7 +247,7 @@ class Game():
self._height = gtk.gdk.screen_height() - (GRID_CELL_SIZE * 1.5)
self._scale = self._width / (10 * DOT_SIZE * 1.2)
self._dot_size = int(DOT_SIZE * self._scale)
- self._space = int(self._dot_size / 5.)
+ self._space = int(self._dot_size / 20.)
self.max_levels = len(LEVELS_TRUE)
self.this_pattern = False