--- pysweeper-local-211019.old/pysweeper.in +++ pysweeper-local-211019/pysweeper.in @@ -45,7 +45,7 @@ itself. """ - def __init__(self, rows, cols, mines, tilesize = 30, paths = ('.',)): + def __init__(self, rows, cols, mines, tilesize = 36, paths = ('.',)): """Initialize all variables and visual elements needed for the game. This function creates everything needed to begin playing the game: @@ -100,7 +100,7 @@ This function creates pygame Font objects for all fonts which will be used by the game. """ - self.font = pygame.font.Font (None, 30) + self.font = pygame.font.Font (None, 36) def _init_images(self): """Create surfaces loaded from images.