Aqib
0
Q:

.fill pygame

size = width, height = (32, 32)
empty_surface = pygame.Surface(size)
1
while running:
    event = pygame.event.poll()
    if event.type == pygame.QUIT:
        running=0
    screen.fill((0,0,255))
    pygame.display.flip()
0

New to Communities?

Join the community