Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2013-11-25 22:15:36 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2013-11-25 22:15:36 (GMT)
commitf4933f665844f0a09b4879cc84b3c423ce47ab01 (patch)
treecf481f6ea7c1c8233c3ceed3e3159824f43bc843
parent29277fd07d55555a4c2204a97bdbaf798422378a (diff)
fill points
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 24b2b41..dc8a9c7 100755
--- a/main.py
+++ b/main.py
@@ -118,7 +118,7 @@ class Game:
self.vertical.append(y)
if j > 0:
v_boxes.append(box(self, i - 1, j - 1))
- pygame.draw.circle(self.screen, self.point_color, (x, y), LINE_SIZE, LINE_SIZE)
+ pygame.draw.circle(self.screen, self.point_color, (x, y), LINE_SIZE)
if i > 0:
self.boxes.append(v_boxes)
self.x_end = (len(self.horizontal) - 1) * self.box_size[0] + self.x_offset