Commit b7eb7e66 by BellCodeEditor

save project

parent 4293aa54
Showing with 1 additions and 1 deletions
...@@ -33,7 +33,7 @@ while True: ...@@ -33,7 +33,7 @@ while True:
click += 1 click += 1
if click % 2 == 0: if click % 2 == 0:
play_button = stop_img play_button = stop_img
pygame.mixer.music.pause() pygame.mixer.music.unpause()
else: else:
play_button = play_img play_button = play_img
pygame.mixer.music.pause() pygame.mixer.music.pause()
......
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