From d88fb38552fae8a1e6a64fb244106293813e41f3 Mon Sep 17 00:00:00 2001 From: Nikolaj Date: Mon, 24 Feb 2025 13:57:02 +0100 Subject: [PATCH] :sparkles: --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()