Commit e52c64ff by BellCodeEditor

save project

parent a191c088
Showing with 6 additions and 0 deletions
...@@ -96,5 +96,10 @@ while True: ...@@ -96,5 +96,10 @@ while True:
screen.blit(last_img, (120, 350)) # 上一曲 screen.blit(last_img, (120, 350)) # 上一曲
screen.blit(next_img, (420, 350)) # 下一曲 screen.blit(next_img, (420, 350)) # 下一曲
# 刷新画面 # 刷新画面
play_time=pygame.mixer.music.get_pos()
music_m=music_length//60
music_s=mudic_length%60
pygame.display.update() pygame.display.update()
FPS.tick(60) FPS.tick(60)
\ 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