This commit is contained in:
2025-05-04 22:54:27 +02:00
2 changed files with 5 additions and 4 deletions

View File

@@ -352,7 +352,7 @@ def main(data: dict):
pygame.mixer.music.play(-1)
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()