Commit 59e27f0a by BellCodeEditor

save project

parent 3a89902c
Showing with 1 additions and 1 deletions
...@@ -84,4 +84,4 @@ while True: ...@@ -84,4 +84,4 @@ while True:
screen.blit(obstacle, (rect.x, rect.y)) screen.blit(obstacle, (rect.x, rect.y))
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
FPS.tick(300) FPS.tick(15)
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