diff --git a/voice_control_game/game.py b/voice_control_game/game.py index 38dce91..7ce8190 100644 --- a/voice_control_game/game.py +++ b/voice_control_game/game.py @@ -30,7 +30,7 @@ # Score score = 0 -font = pygame.font.Font(None, 36) +font = pygame.font.Font(None, 34) # Voice recognition setup recognizer = sr.Recognizer()