Commit 74b81c0a by BellCodeEditor

save project

parent 1a56931f
Showing with 1 additions and 1 deletions
...@@ -32,7 +32,7 @@ while True: ...@@ -32,7 +32,7 @@ while True:
if click == 0: if click == 0:
click = 1 click = 1
pygame.mixer.music.pause() pygame.mixer.music.pause()
if click == 1: else:
click = 0 click = 0
pygame.mixer.music.unpause() pygame.mixer.music.unpause()
if pygame.mixer.music.get_busy() == False: if pygame.mixer.music.get_busy() == False:
......
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