Commit 257d8ffa by BellCodeEditor

auto save

parent 53be5e7c
Showing with 2 additions and 0 deletions
......@@ -63,6 +63,8 @@ while True:
info = font.render(str(score),True,(0,0,0))
screen.blit(info,(370,70))
# 刷新画面
pygame.display.update()
clock.tick(FPS)
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