Commit 97f8e11d by BellCodeEditor

save project

parent 28e4a969
Showing with 3 additions and 3 deletions
...@@ -69,10 +69,10 @@ while True: ...@@ -69,10 +69,10 @@ while True:
pygame. mixer.music.load(path+"\\"+music_list[num]) pygame. mixer.music.load(path+"\\"+music_list[num])
pygame.mixer.music.play() pygame.mixer.music.play()
play_button=stop_img play_button=stop_img
if chick%2==0: if click%2==0:
chick+=2 click+=2
else: else:
chick+=1 click+=1
if pygame.mixer.music.get_busy() == False: if pygame.mixer.music.get_busy() == False:
num=+1 num=+1
......
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