Explorar el Código

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

Xue Zhao hace 2 años
padre
commit
7306c3c528
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()