Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgame.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.py b/game.py
index 710f0dc..225e69e 100755
--- a/game.py
+++ b/game.py
@@ -121,7 +121,7 @@ class Level(object):
# draw hole:
pygame.draw.circle(surface, BALL_COLOR_FILL,
- self._ball_end, BALL_SIZE, 2)
+ self._ball_end, BALL_SIZE, 3)
class TiltGame(object):