Fix formatting

This commit is contained in:
Correl Roush 2020-09-05 12:33:49 -04:00
parent 112ddbe916
commit a89edbab40

View file

@ -108,7 +108,7 @@ def main():
screen.fill((0, 0, 0)) screen.fill((0, 0, 0))
# Initialise font support # Initialise font support
pygame.font.init() pygame.font.init()
font = pygame.font.Font(pygame.font.get_default_font(), int(20*HEIGHT/720)) font = pygame.font.Font(pygame.font.get_default_font(), int(20 * HEIGHT / 720))
# Render the screen # Render the screen
pygame.display.update() pygame.display.update()