PEORIA, ILL. (WMBD) — Multiple rounds of severe weather are expected to impact Illinois between Wednesday afternoon and ...
menuFont = pygame.font.Font(None, 12) #access font module and Font function to make the font none size 12. creates a font object. startText = menuFont.render("Start", True, (255, 255, 255)) #render ...