Commit c66a59b9 by BellCodeEditor

save project

parent 77f4444d
Showing with 2 additions and 2 deletions
...@@ -53,11 +53,11 @@ while True: ...@@ -53,11 +53,11 @@ while True:
num=-1 num=-1
if num<0: if num<0:
num=len(music)-1 num=len(music)-1
pygame.mixer.music.load(path+"//"+music[num]) pygame.mixer.music.load(music[num])
pygame.mixer.music.play() pygame.mixer.music.play()
click=0 click=0
play_button=stop_img play_button=stop_img
if pygame.mixer.music.get_busy() == False: if pygame.mixer.music.get_busy() == False:
num+=1 num+=1
if num>len(music): if num>len(music):
......
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