Commit 447cdb42 by BellCodeEditor

save project

parent ef06dd8a
Showing with 0 additions and 3 deletions
...@@ -25,9 +25,6 @@ while True: ...@@ -25,9 +25,6 @@ while True:
screen.blit(background,(0,0)) screen.blit(background,(0,0))
# 得分 # 得分
score_text = font.render(str(score),True,(153,51,250)) score_text = font.render(str(score),True,(153,51,250))
pygame.draw.rect(screen,(153,51,250),(120,20,20,20),0)
pygame.draw.rect(screen,(255,255,255),(120,20,20,20),1)
# 刷新画面 # 刷新画面
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