Commit a92e01fc by BellCodeEditor

save project

parent 35f115a8
Showing with 3 additions and 0 deletions
...@@ -124,6 +124,9 @@ while True: ...@@ -124,6 +124,9 @@ while True:
sprite.score=0 sprite.score=0
print(score) print(score)
scoresurf=basic_font.render("分数:"+str(score), True,(250,250,250))
screen.blit(scoresurf,(880,20))
# 刷新画面 # 刷新画面
......
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