Commit 9417da17 by BellCodeEditor

save project

parent 47e2915a
Showing with 1 additions and 1 deletions
...@@ -30,7 +30,7 @@ while True: ...@@ -30,7 +30,7 @@ while True:
if l<0: if l<0:
l=0 l=0
pygame.mixer.music.set_volume(l) pygame.mixer.music.set_volume(l)
if event.type == locals.: if event.type == locals.MOUSEBUTTONDOWN:
c+=1 c+=1
if c% 2==0: if c% 2==0:
pygame.mixer.music.unpause() pygame.mixer.music.unpause()
......
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