Browse Source

http://gogs.es-lab.de/ZhaoXue/PythonRepo.git

Xue Zhao 2 years ago
parent
commit
7306c3c528
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameWin.py

+ 1 - 1
GameWin.py

@@ -9,7 +9,7 @@ import DatenSammeln as ds
 from screen import screen
 
 def gameWin(spieler):                                                       #Codequelle: GameOver
-    screen.blit(pygame.image.load("Bilder/GameWin.png"), (0, 0))
+    screen.blit(pygame.image.load("Bilder/GameWin.png"), (0, 0))            #Das Bild wird erscheinen, wenn gewonnen ist.
     pygame.display.update()
     pygame.time.wait(2000)
     pygame.mixer.music.stop()