Commit 80c9edd7 by BellCodeEditor

save project

parent a0ace8db
Showing with 1 additions and 1 deletions
......@@ -100,7 +100,7 @@ while True:
sprite.kill()
if pygame.sprite.collide_rect(wukong,sprite):
gameover=pygame.image.load('gameover.png')
screen.blit(gnmeover,(400,200))
screen.blit(gameover,(400,200))
gamestatu=False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment