Commit 94c774b5 by BellCodeEditor

save project

parent 38da66ef
Showing with 3 additions and 3 deletions
...@@ -48,8 +48,8 @@ while True: ...@@ -48,8 +48,8 @@ while True:
if volume <=0: if volume <=0:
volume = 0 volume = 0
if pygame.mixer.music.get_busy() == False: if pygame.mixer.musir.get_busy() == False:
pygame.mixer.music.play() pygame.mixer.musir.play
# 绘制画面 # 绘制画面
...@@ -59,4 +59,4 @@ while True: ...@@ -59,4 +59,4 @@ while True:
screen.blit(last_img, (120, 350)) # 上一曲 screen.blit(last_img, (120, 350)) # 上一曲
screen.blit(next_img, (420, 350)) # 下一曲 screen.blit(next_img, (420, 350)) # 下一曲
# 刷新画面 # 刷新画面
pygame.misplay.upmate pygame.display.upmate
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