remove usless if
This commit is contained in:
parent
3e8352aae7
commit
51c3d571dc
1
main.py
1
main.py
@ -34,7 +34,6 @@ liste_sprites_ananas = pygame.sprite.LayeredUpdates()
|
|||||||
liste_des_sprites.add(avion)
|
liste_des_sprites.add(avion)
|
||||||
liste_d_ananas = []
|
liste_d_ananas = []
|
||||||
|
|
||||||
if running == True:
|
|
||||||
police = pygame.font.Font(None, 25)
|
police = pygame.font.Font(None, 25)
|
||||||
texte = pygame.sprite.Sprite()
|
texte = pygame.sprite.Sprite()
|
||||||
pygame.sprite.Sprite.__init__(texte)
|
pygame.sprite.Sprite.__init__(texte)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user