Commit 1a761a21 by BellCodeEditor

save project

parent df1c39c5
Showing with 1 additions and 1 deletions
...@@ -118,7 +118,7 @@ while True: ...@@ -118,7 +118,7 @@ while True:
score += sprite.score score += sprite.score
sprite.score = 0 sprite.score = 0
scoreSulf = basic_font.render("分数:"+ str(score),True,(255,255,255)) scoreSulf = basic_font.render("score:"+ str(score),True,(255,255,255))
screen.blit(scoreSulf,(880,20)) screen.blit(scoreSulf,(880,20))
# 刷新画面 # 刷新画面
......
File added
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