Commit 82971dd3 by BellCodeEditor

save project

parent ab5c4b48
Showing with 1 additions and 1 deletions
......@@ -88,7 +88,7 @@ while True:
pygame.mixer.music.load(path + "\\" + music_list[num])
pygame.mixer.music.play()
print(music_length)
play_time = pygame.mixer.music.get_pos()
play_time = int(play_time/1000)
......
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