Commit 7b40f823 by BellCodeEditor

save project

parent adff129e
Showing with 2 additions and 1 deletions
......@@ -63,9 +63,10 @@ while True:
num -= 1
if num<0:
num= len(music_list)-1
click = 0
pygame.mixer.music.load(music_list[num])
pygame.mixer.music.play()
click = 0
play_button = stop_img
......
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