Commit 4454b616 by BellCodeEditor

save project

parent 53f7d004
Showing with 2 additions and 2 deletions
......@@ -22,7 +22,7 @@ while True:
volume = 0.2
pygame.mixer.music.set_volume(volume)
start = stop_img
play_button = stop_img
click = 0
volume = 0.8
pygame.mixer.music.set_volume(volume)
......@@ -43,7 +43,7 @@ while True:
pygame.mixer.music.set_volume(volume)
if event.type == locals.MOUSEBUTTONDOWN:
click += 1
if click%2 == 0:
if click % 2 == 0:
pygame.mixer.music.unpause()
start = stop_img
else:
......
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