Commit aa6543d4 by BellCodeEditor

save project

parent 44c97fc3
Showing with 0 additions and 3 deletions
...@@ -89,8 +89,6 @@ while True: ...@@ -89,8 +89,6 @@ while True:
screen.blit(sprite.image,(sprite.rect.x,sprite.rect.y)) screen.blit(sprite.image,(sprite.rect.x,sprite.rect.y))
if sprite.rect.x <= 0-sprite.rect.width: # 障碍物消失 if sprite.rect.x <= 0-sprite.rect.width: # 障碍物消失
sprite.kill() sprite.kill()
obstacle.rect.x -= 8
screen.blit(obstacle.image, (obstacle.rect.x, obstacle.rect.y))
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
FPS.tick(60) FPS.tick(60)
\ No newline at end of file
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