Commit 39e09649 by BellCodeEditor

auto save

parent 696e9371
Showing with 5 additions and 4 deletions
......@@ -111,10 +111,10 @@ while True:
screen.blit(logo_img, (170, 60)) # 中间logo图
screen.blit(last_img, (120, 350)) # 上一曲
screen.blit(next_img, (420, 350)) # 下一曲
scoreSurt = basic_font.render(info,Ture,(255,255,255))
screen.blit(scoreSurt,(120,440))
scoreSurt2 = basic_font.render("/"+info2,Ture,(0,0,0))
sceen.blit(scoreSurt2,(170,440)
scoreSurf = basic_font.render(info,True,(255,255,255))
screen.blit(scoreSurf,(120,440))
scoreSurf2 = basic_font.render("/"+info1,True,(0,0,0))
screen.blit(scoreSurf2,(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