Commit 7364bedc by BellCodeEditor

save project

parent 812dab96
Showing with 2 additions and 2 deletions
......@@ -111,9 +111,9 @@ while True:
screen.blit(last_img, (120, 350)) # 上一曲
screen.blit(next_img, (420, 350)) # 下一曲
#绘制时间进度
scoreSurf = basic_font.render(into,True,(225,225,225))
scoreSurf = neuropol.ttf.render(info,True,(225,225,225))
screen.blit(scoreSurf,(120,400))
scoreSurf2 = basic_font.render("/" + info2,True,(0,0,0))
scoreSurf2 = neuropol.ttf.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