Commit feccc91d by BellCodeEditor

save project

parent 01cd886b
Showing with 1 additions and 1 deletions
...@@ -81,5 +81,5 @@ while True: ...@@ -81,5 +81,5 @@ while True:
test=my_font.render(info,True,(0,0,0)) test=my_font.render(info,True,(0,0,0))
screen.blit(test,(540,10)) screen.blit(test,(540,10))
# 刷新画面 # 刷新画面
pygame.display.update()
FPSCLOCK.tick(4) FPSCLOCK.tick(4)
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