Commit a337a0a9 by BellCodeEditor

auto save

parent 2bb91f38
Showing with 15 additions and 0 deletions
......@@ -96,6 +96,21 @@ while True:
screen.blit(last_img, (120, 350)) # 上一曲
screen.blit(next_img, (420, 350)) # 下一曲
screen.blit(new_logo, (pos))# 中间logo图
text=sss,render(info,True,(0,0,0))
# 刷新画面
pygame.display.update()
FPS.tick(60)
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