remove usless if

This commit is contained in:
Stefan Liebl 2025-01-01 16:17:12 +01:00
parent ba315ef495
commit 815161945f

View File

@ -34,7 +34,6 @@ liste_sprites_ananas = pygame.sprite.LayeredUpdates()
liste_des_sprites.add(avion)
liste_d_ananas = []
if running == True:
police = pygame.font.Font(None, 25)
texte = pygame.sprite.Sprite()
pygame.sprite.Sprite.__init__(texte)