main: sync with caitlin

This commit is contained in:
Stefan Liebl 2024-12-28 18:31:06 +01:00
parent bc30e5638f
commit 914d66b2fd

View File

@ -112,7 +112,6 @@ while running:
texte.rect.centery = 450 texte.rect.centery = 450
liste_des_sprites.add(texte) liste_des_sprites.add(texte)
pygame.display.flip() pygame.display.flip()
fenetre.fill((36,242,232)) fenetre.fill((0,0,0))
clock.tick(60) clock.tick(60)
pygame.quit() pygame.quit()