Commit 382a1337 by BellCodeEditor

auto save

parent b010910c
Showing with 0 additions and 6 deletions
...@@ -72,12 +72,6 @@ while True: ...@@ -72,12 +72,6 @@ while True:
info = "Score"+ str(score) info = "Score"+ str(score)
text = my_font.render(info,True,(0,0,0)) text = my_font.render(info,True,(0,0,0))
screen.blit(text,(540,10)) screen.blit(text,(540,10))
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
FPSCLOCK.tick(3) FPSCLOCK.tick(3)
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