Commit b8ae54e9 by BellCodeEditor

auto save

parent 6bacff10
Showing with 0 additions and 4 deletions
......@@ -92,6 +92,3 @@ while True:
screen.blit(next_img, (420, 350)) # 下一曲
# 刷新画面
pygame.display.update()
\ No newline at end of file
play_time = pygame.mixer.music.get_pos
play_time = int(play_time/1000)
print(play_time)
\ 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