init score

This commit is contained in:
Stefan Liebl 2024-12-25 22:24:01 +01:00
parent c09b8196b1
commit 86129dcfa6

View File

@ -85,6 +85,7 @@ texte5.rect.centery = 1500
liste_des_sprites.add(texte5)
gameover = False
score = 0
# Hautschleife
while running: