Bold font looks horrible
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user