Commit b06dcf64 by BellCodeEditor

save project

parent 91dfd33a
Showing with 1 additions and 1 deletions
......@@ -94,7 +94,7 @@ while True:
if prop.rect.x<=0- prop.rect.width:
prop.kill()
if pygame.sprite.collide_rect(wukong,prop):
gameover = pygame image.load('gameover.png')
gameover = pygame.image.load('gameover.png')
screen.blit(gameover,(400,200))
gameover = 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