Commit a4b73b6c by BellCodeEditor

save project

parent f37cf4fb
Showing with 1 additions and 1 deletions
...@@ -49,7 +49,7 @@ while True: ...@@ -49,7 +49,7 @@ while True:
else: else:
play_button = play_img play_button = play_img
pygame.mixer.music.pause() pygame.mixer.music.pause()
mum+=1 mum+=1
if mum>len(music_list)-1: if mum>len(music_list)-1:
mum=0 mum=0
pygame.mixer.music.load(music_list[mum]) pygame.mixer.music.load(music_list[mum])
......
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