Commit 250c1c61 by BellCodeEditor

save project

parent ff306e7d
Showing with 2 additions and 0 deletions
...@@ -56,6 +56,7 @@ while True: ...@@ -56,6 +56,7 @@ while True:
num=len(path+'\\'music-list)-1 num=len(path+'\\'music-list)-1
click=0 click=0
play_img=stop_img play_img=stop_img
pygame.mixer.music.load(path+'\\'music_list)
pygame.mixer.music.play() pygame.mixer.music.play()
if x>120 and x<220 and y>350 and y<400: if x>120 and x<220 and y>350 and y<400:
num+=1 num+=1
...@@ -63,6 +64,7 @@ while True: ...@@ -63,6 +64,7 @@ while True:
num=len(path+'\\'music-list)+1 num=len(path+'\\'music-list)+1
click=0 click=0
play_img=stop_img play_img=stop_img
pygame.mixer.music.load(path+'\\'music_list)
pygame.mixer.music.play() pygame.mixer.music.play()
......
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