Changed text margin
This commit is contained in:
2
game.py
2
game.py
@ -95,7 +95,7 @@ class Game(gameUtils.Game):
|
|||||||
|
|
||||||
# How many pixels away from the outer side of the
|
# How many pixels away from the outer side of the
|
||||||
# circle the text should be
|
# circle the text should be
|
||||||
self.textMargin = 5
|
self.textMargin = 10
|
||||||
|
|
||||||
|
|
||||||
self.font = pygame.font.SysFont('', 50)
|
self.font = pygame.font.SysFont('', 50)
|
||||||
|
|||||||
Reference in New Issue
Block a user