Commit 59c0dc43 by BellCodeEditor

save project

parent b6f4fa13
Showing with 1 additions and 1 deletions
......@@ -89,7 +89,7 @@ while True:
if pygame.sprite.collide_rect(wukong,sprite):
gameover = pygame.image.load('gameover.png')
screen.blit(gameover,(400,200))
gamestate=False
gamestate=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