Commit 406694ca by BellCodeEditor

auto save

parent 8c074ce2
Showing with 33 additions and 0 deletions
......@@ -122,6 +122,39 @@ while True:
scoreSurf = basic_font.render("分数:"+str(score),True,(255,255,255))
screen.blit(scoreSurf,(850,20))
rec
# 刷新画面
pygame.display.update()
......
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