Commit 76601ee1 by BellCodeEditor

save project

parent 7099c6a7
Showing with 1 additions and 1 deletions
...@@ -127,7 +127,7 @@ while True: ...@@ -127,7 +127,7 @@ while True:
screen.blit(gameover, (400, 200)) screen.blit(gameover, (400, 200))
gamestate = False gamestate = False
else: else:
if (sprite.rect.x + sprite.rect.width) < wukong.rect.x: if sprite.rect.x + sprite.rect.width < wukong.rect.x:
score += sprite.score score += sprite.score
sprite.score = 0 sprite.score = 0
......
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