Commit b24d808c by BellCodeEditor

save project

parent e9ace344
Showing with 4 additions and 6 deletions
...@@ -124,14 +124,12 @@ while True: ...@@ -124,14 +124,12 @@ while True:
screen.blit(play_button, (270, 330)) # 暂停按钮 screen.blit(play_button, (270, 330)) # 暂停按钮
screen.blit(new_logo, pos) # 中间logo图 screen.blit(new_logo, pos) # 中间logo图
screen.blit(last_img, (120, 350)) # 上一曲 screen.blit(last_img, (120, 350)) # 上一曲
screen.blit(next_img, (420, 350)) # 下一曲 screen.blit(next_img, (420, 350)) # 下一曲
scoreSurf = basic_font.render(info,True,(0,0,0))
screen.blit(scoreSurf,(120,440))
scoreSurf = basic_font.render(info,True,(199,199,199)) scoreSurf = basic_font.render(info,True,(123,19,219))
screen.blit(scoreSurf,(120,440)) screen.blit(scoreSurf,(120,440))
scoreSurf2 = basic_font.render("/" + info2,True,(99,99,99)) scoreSurf2 = basic_font.render("/" + info2,True,(2,33,231))
screen.blit(scoreSurf,(170,440)) 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