Commit 20754339 by BellCodeEditor

auto save

parent 944aa0c1
Showing with 4 additions and 2 deletions
......@@ -84,8 +84,10 @@ while True:
num = 0
pygame.mixer.music.load(path+"\\"+music_list[num])
pygame.mixer.music.play()
music1 = pygame.mixer.sound(path + "\\" + music_list[num])
music_length = music
#歌时间
music1 = pygame.mixer.sound(path + "\\" +music_list[num])
music_length = music.get_length()
music_ = int(music_length)
......
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