Commit bbb4f337 by BellCodeEditor

save project

parent b0fe7990
Showing with 3 additions and 2 deletions
...@@ -43,8 +43,9 @@ while True: ...@@ -43,8 +43,9 @@ while True:
pygame.mixer.music.unpause() pygame.mixer.music.unpause()
start = stop_img start = stop_img
else: else:
pygame.mixerpause() pygame.mixer.music.pause()
start = play_img.music. start = play_img
if volume <=0: if volume <=0:
volume = 0 volume = 0
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