diff --git a/main.py b/main.py index 353f5bd..3e4f590 100644 --- a/main.py +++ b/main.py @@ -325,7 +325,7 @@ def main(data: dict): pygame.init() pygame.font.init() font = pygame.font.SysFont("Comic Code",WORD_FONT_SIZE,True) - print(font.size(WORD_SLOT_SPACING)) + # print(font.size(WORD_SLOT_SPACING)) screen = pygame.display.set_mode((1280, 720),pygame.RESIZABLE) drawer = pygame.surface.Surface((SCREEN_WIDTH, SCREEN_HEIGHT)) clock = pygame.time.Clock()