Commit 26b68c66 by BellCodeEditor

save project

parent 477a3297
Showing with 2 additions and 2 deletions
...@@ -40,4 +40,4 @@ while True: ...@@ -40,4 +40,4 @@ while True:
screen.blit(food, (630, 450)) screen.blit(food, (630, 450))
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
fps.tick(0.1) fps.tick(3)
\ No newline at end of file \ 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