This commit is contained in:
Nikolaj
2025-02-24 13:57:02 +01:00
parent ae48bde5b2
commit d88fb38552

View File

@@ -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()