diff --git a/game.py b/game.py index 4f79421..c82eb68 100644 --- a/game.py +++ b/game.py @@ -95,7 +95,7 @@ class Game(gameUtils.Game): # How many pixels away from the outer side of the # circle the text should be - self.textMargin = 5 + self.textMargin = 10 self.font = pygame.font.SysFont('', 50)