Commit 7bfd3ef5 by BellCodeEditor

save project

parent 4041f975
Showing with 5 additions and 0 deletions
...@@ -121,5 +121,9 @@ while True: ...@@ -121,5 +121,9 @@ while True:
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)) # 下一曲
screenSurf=basic_font.render(info,True,(255,255,255))
screen.blit(screenSurf,(120,400))
screenSurf2=basic_font.render('/'+info2,True,(0,0,0))
screen.blit(screenSurf2,(170,440))
# 刷新画面 # 刷新画面
pygame.display.update() 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