Commit 1cbbfe87 by BellCodeEditor

save project

parent 87d15892
Showing with 2 additions and 2 deletions
...@@ -38,10 +38,10 @@ while True: ...@@ -38,10 +38,10 @@ while True:
if event.type==locals.MOUSEBUTTONDOWN: if event.type==locals.MOUSEBUTTONDOWN:
dianji+=1 dianji+=1
if dianji % 2==0: if dianji % 2==0:
pygame.mixer.music.unpause pygame.mixer.music.unpause()
bofang=stop_img bofang=stop_img
else: else:
pygame.mixer.music.pause pygame.mixer.music.pause()
bofang=play_img bofang=play_img
# 绘制画面 # 绘制画面
......
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