Commit 0e35c2b1 by BellCodeEditor

save project

parent 25ece87f
Showing with 1 additions and 1 deletions
...@@ -147,7 +147,7 @@ while True: ...@@ -147,7 +147,7 @@ while True:
old_score = score old_score = score
scoreSurf = basic_font.render("分数:"+str(score),True,(255,255,0)) scoreSurf = basic_font.render("分数:"+str(score),True,(255,255,0))
screen.blit(scoreSurf,(880,20)) screen.blit(scoreSurf,(880,20))
scoreSurf = basic_font.render("第1名:"+str(one)),True,(255,255,0)) scoreSurf = basic_font.render("第1名:"+str(one),True,(255,255,0))
screen.blit(scoreSurf,(880,50)) screen.blit(scoreSurf,(880,50))
scoreSurf = basic_font.render("第2名:"+str(two),True,(255,255,0)) scoreSurf = basic_font.render("第2名:"+str(two),True,(255,255,0))
screen.blit(scoreSurf,(880,80)) screen.blit(scoreSurf,(880,80))
......
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