Commit 9ec29214 by BellCodeEditor

auto save

parent b0c4b5a4
Showing with 1 additions and 2 deletions
...@@ -48,8 +48,6 @@ while True: ...@@ -48,8 +48,6 @@ while True:
if volume <=0: if volume <=0:
volume = 0 volume = 0
if pygame.mixer.music.get_busy() == False:
pygame.mixer.music.play()
# 绘制画面 # 绘制画面
...@@ -58,5 +56,6 @@ while True: ...@@ -58,5 +56,6 @@ while True:
screen.blit(logo_img, (170, 60)) # 中间logo图 screen.blit(logo_img, (170, 60)) # 中间logo图
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.display.update() pygame.display.update()
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