From 0dc6555499613e148a8d4b6c67e3e87592c0bfa1 Mon Sep 17 00:00:00 2001 From: Brosef Date: Thu, 26 Jun 2025 16:55:15 +0100 Subject: [PATCH] Changed text margin --- game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)