Commit c2028360 by BellCodeEditor

save project

parent c9ac7ff9
Showing with 3 additions and 0 deletions
......@@ -126,6 +126,8 @@ while True:
screen.blit(last_img, (120, 350)) # 上一曲
screen.blit(next_img, (420, 350)) # 下一曲
A=b.render(infor,True,(255,255,255))
B=b.render(infor2,True,(255,255,255))
screen.blit(A,(120,440))
screen.blit(B,(170,440))
# 刷新画面
pygame.display.update()
\ 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