Commit a92e01fc by BellCodeEditor

save project

parent 35f115a8
Showing with 3 additions and 0 deletions
...@@ -123,6 +123,9 @@ while True: ...@@ -123,6 +123,9 @@ while True:
score+=sprite.score score+=sprite.score
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