Commit 74b81c0a by BellCodeEditor

save project

parent 1a56931f
Showing with 2 additions and 2 deletions
...@@ -32,12 +32,12 @@ while True: ...@@ -32,12 +32,12 @@ 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:
pygame.mixer.music.play() pygame.mixer.music.play()
screen.blit(background,(0,0)) screen.blit(background,(0,0))
screen.blit(logo,(170,60)) screen.blit(logo,(170,60))
screen.blit(stop,(270,330)) screen.blit(stop,(270,330))
......
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