Commit a8c6cfcd by BellCodeEditor

save project

parent fd652092
Showing with 3 additions and 1 deletions
......@@ -39,13 +39,15 @@ while True:
pygame.mixer.music.set_volume(volume)
if event.type == locals.MOUSEBUTTONDOWN:
click += 1
if click%2 == 0:
print("开屎")
pygame.mixer.music.unpause()
start = stop_img
else:
pygame.mixer.music.pause()
start = play_img
print("鼻屎")
if volume <=0:
volume = 0
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