Fill Pygame

[Solved] Fill Pygame | C - Code Explorer | yomemimo.com
Question : .fill pygame

Answered by : beautiful-baboon-5c6as9bk4mn5

while running: event = pygame.event.poll() if event.type == pygame.QUIT: running=0 screen.fill((0,0,255)) pygame.display.flip()

Source : https://stackoverflow.com/questions/31812433/pygame-sceen-fill-not-filling-up-the-color-properly | Last Update : Sun, 12 Apr 20

Answers related to fill pygame

Code Explorer Popular Question For C