Sfoglia il codice sorgente

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

Xue Zhao 2 anni fa
parent
commit
7306c3c528
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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()