Commit 670add63 by BellCodeEditor

save project

parent abf4a762
Showing with 3 additions and 2 deletions
......@@ -55,7 +55,7 @@ while True:
else:
play_button = play_img
pygame.mixer.music.pause()
if x > 420 and x < 520 and y > 350 and y < 400: # 下一曲
num += 1
if num > len(music_list) - 1:
......@@ -90,7 +90,8 @@ while True:
new_logo=pygame.transform.rotate(logo_img,q)
newRect=new_logo.get_rect(center=(320,200))
pos=(newRect[0],newRect[1])
q+=1
if play_button==stop_img:
q+=1
# 绘制画面
screen.blit(bg_img, (0, 0)) # 填充背景
screen.blit(play_button, (270, 330)) # 暂停按钮
......
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