Commit 04163702 by BellCodeEditor

save project

parent f60ebd20
Showing with 2 additions and 1 deletions
......@@ -124,7 +124,8 @@ while True:
screen.blit(next_img, (420, 350)) # 下一曲
scoreSurf = basic_font.render(info, True, (255, 255, 255))
screen.blit(scoreSurf, (120,440))
scoreSurf2 = basic_font.render("/" + info2, True, (0,0,0))
screen.blit(scoreSurf2, (170,440))
# 刷新画面
......
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