Commit a924c16f by BellCodeEditor

save project

parent e99852ad
Showing with 2 additions and 1 deletions
...@@ -139,7 +139,7 @@ while True: ...@@ -139,7 +139,7 @@ while True:
scoreSurt = basic_font.render("第2名"+str(two),True,(255,255,255)) scoreSurt = basic_font.render("第2名"+str(two),True,(255,255,255))
screen.blit(scoreSurt, (880,80)) screen.blit(scoreSurt, (880,80))
scoreSurt = basic_font.render("第3名"+str(thr),True,(255,255,255)) scoreSurt = basic_font.render("第3名"+str(thr),True,(255,255,255))
screen.blit(scoreSurt, (880,110)) screen.blit(scoreSurt, (880,110 ))
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
FPS.tick(60) FPS.tick(60)
\ No newline at end of file
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