Commit 382a1337 by BellCodeEditor

auto save

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