Commit 8d9e6fb4 by BellCodeEditor

save project

parent 97fb33d5
Showing with 9 additions and 0 deletions
if event.type == locals.MOUSEBTTONDOWN:
click += 1
if click % 2 == 0:
play_button =stop_img
pygame.mixer.music.unpause()
else:
play_button = play_ing
pygame.mixer.music
\ No newline at end of file
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