Commit 056fd0cd by BellCodeEditor

save project

parent 83e979f3
Showing with 1 additions and 0 deletions
...@@ -26,5 +26,6 @@ while True: ...@@ -26,5 +26,6 @@ while True:
text=font.render(str(score),True,(0,1,3)) text=font.render(str(score),True,(0,1,3))
screen.blit(text,(370,80)) screen.blit(text,(370,80))
# 刷新画面 # 刷新画面
pygame.dRAW.
pygame.display.update() pygame.display.update()
clock.tick(FPS) 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