Commit 4afc6465 by BellCodeEditor

auto save

parent 2cae2623
Showing with 2 additions and 0 deletions
...@@ -47,6 +47,8 @@ while True: ...@@ -47,6 +47,8 @@ while True:
if click % 2 == 0: if click % 2 == 0:
play_button = stop_img play_button = stop_img
pygame.mixer.music.unpause() 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