Commit 092a4744 by BellCodeEditor

auto save

parent 68a842aa
Showing with 0 additions and 2 deletions
...@@ -86,7 +86,6 @@ while True: ...@@ -86,7 +86,6 @@ while True:
if sprite.rect.x <= 0-sprite.rect.width: # 障碍物消失 if sprite.rect.x <= 0-sprite.rect.width: # 障碍物消失
# 创建障碍物对象 # 创建障碍物对象
sprite.kill() sprite.kill()
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
FPS.tick(30) FPS.tick(30)
\ 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