Commit 89b9bbaf by BellCodeEditor

auto save

parent 84af4236
Showing with 1 additions and 1 deletions
......@@ -81,7 +81,7 @@ while True:
screen.blit(text,(300,0))
# 刷新画面
pygame.display.update()
FPSCLOCK.tick(3)
FPSCLOCK.tick(8)
if x<0 or x>630 or y<0 or y>450:
exit()
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