Commit 6e3fd883 by BellCodeEditor

save project

parent 147e9875
Showing with 2 additions and 1 deletions
......@@ -113,7 +113,8 @@ while True:
prop.kill()
if pygame.sprite.collide_rect(wukong,sprite):
gameover = pygame.image.load('gameover.pog')
screen.
screen.blit(gameover,(400,200))
gamestate = False
# 刷新画面
pygame.display.update()
......
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