Bold font looks horrible

This commit is contained in:
Nahuel Lofeudo 2022-09-11 11:15:28 +01:00
parent 01a97d19a2
commit 3c6ee33864
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ def main():
pygame.font.init() pygame.font.init()
window = pygame.display.set_mode(size=(960, 360), flags=DOUBLEBUF, display=1) window = pygame.display.set_mode(size=(960, 360), flags=DOUBLEBUF, display=1)
font = pygame.font.Font(TEXT_FONT, TEXT_SIZE) font = pygame.font.Font(TEXT_FONT, TEXT_SIZE)
font.set_bold(True)
# Paint black # Paint black
clear_screen() clear_screen()