From 86129dcfa668db1e6305f10a0dda98290b9b6039 Mon Sep 17 00:00:00 2001 From: Stefan Liebl Date: Wed, 25 Dec 2024 22:24:01 +0100 Subject: [PATCH] init score --- python2dspiel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python2dspiel.py b/python2dspiel.py index 10ba75c..d5a96ad 100644 --- a/python2dspiel.py +++ b/python2dspiel.py @@ -85,6 +85,7 @@ texte5.rect.centery = 1500 liste_des_sprites.add(texte5) gameover = False +score = 0 # Hautschleife while running: