Commit 72efc83b by BellCodeEditor

save project

parent dbe4d6c5
Showing with 2 additions and 2 deletions
......@@ -124,8 +124,8 @@ while True:
score += sprite.score
sprite.score = 0
scoreSurf = basic_font.render("分数"+str(score),True,(255,255))
screen.blit(score(scoreSurf),(880,20))
scoreSurf = basic_font.render("分数"+str(score),True,(255,255,6))
screen.blit(scoreSurf,(880,20))
# 刷新画面
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