Commit dc4aa492 by BellCodeEditor

save project

parent 6473d2a3
Showing with 2 additions and 2 deletions
......@@ -37,10 +37,10 @@ while True:
if event.type == locals.MOUSEBUTTONDOWN:
click += 1
if click % 2 == 0:
pygame.mixer.misic.unpause()
pygame.mixer.music.unpause()
play_button = stop_img
else:
pygame.mixer.misic.pause()
pygame.mixer.music.pause()
play_button = play_img
if pygame.mixer.music.get_busy() == False:
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