Commit cd9538d4 by BellCodeEditor

save project

parent b815a0a2
Showing with 1 additions and 0 deletions
......@@ -29,6 +29,7 @@ while True:
a-=0.1
if a<1:
a=0
pygame.mixer.music.set_volume(a)
if pygame.mixer.music.get_busy()==False:
pygame.mixer.misic.play()
# 绘制画面
......
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