Commit 8ae608f2 by BellCodeEditor

save project

parent c7741dc0
Showing with 2 additions and 2 deletions
...@@ -53,7 +53,7 @@ while True: ...@@ -53,7 +53,7 @@ while True:
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
if num<0: if num<0:
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.load(path+'\\'music_list)
...@@ -61,7 +61,7 @@ while True: ...@@ -61,7 +61,7 @@ while True:
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
if num<0: if num<0:
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.load(path+'\\'music_list)
......
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