Commit 1ae5f93e by BellCodeEditor

save project

parent 3bdb97d6
Showing with 3 additions and 0 deletions
......@@ -61,6 +61,9 @@ while True:
pygame.mixer.music.load(path + "\\" + music_list[num])
pygame.mixer.music.play()
play_button = stop_img
music1=pygame.mixer.sound(path+"\\"+music_list[num])
pygame.mixer.music.play()
play_button=stop_img
if click % 2 == 0:
click += 2
else:
......
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