Commit 242ea28e by BellCodeEditor

auto save

parent 527676cf
Showing with 2 additions and 0 deletions
......@@ -59,6 +59,8 @@ while True:
# 得分
info = font.render(str(score),True,(0,0,0))
screen.blit(info,(370,70))
# 刷新画面
......
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