Commit 406694ca by BellCodeEditor

auto save

parent 8c074ce2
Showing with 34 additions and 0 deletions
...@@ -123,6 +123,39 @@ while True: ...@@ -123,6 +123,39 @@ while True:
scoreSurf = basic_font.render("分数:"+str(score),True,(255,255,255)) scoreSurf = basic_font.render("分数:"+str(score),True,(255,255,255))
screen.blit(scoreSurf,(850,20)) screen.blit(scoreSurf,(850,20))
rec
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
FPS.tick(60) FPS.tick(60)
\ No newline at end of file
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