Bold font looks horrible
This commit is contained in:
parent
01a97d19a2
commit
3c6ee33864
1
main.py
1
main.py
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue