Changed text margin

This commit is contained in:
2025-06-26 16:55:15 +01:00
parent 8b47026f0e
commit 0dc6555499

View File

@ -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)