Commit 5344e956 by BellCodeEditor

save project

parent 056fd0cd
Showing with 1 additions and 1 deletions
...@@ -26,6 +26,6 @@ while True: ...@@ -26,6 +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.dRAW..Rect(screen,(255,0,0),(120,20,20,20,0))
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