Commit 3c07bac6 by BellCodeEditor

save project

parent 15159c48
Showing with 2 additions and 0 deletions
......@@ -12,6 +12,7 @@ last_img = pygame.image.load('last.png') # 上一曲按钮
next_img = pygame.image.load('next.png') # 下一曲按钮
logo_img = pygame.image.load('logo.png') # 页面
FPS = pygame.time.Clock()
xuanzhuan=90
music_list=[]
number=-1# 载入音乐
......@@ -81,6 +82,7 @@ while True:
logodown_img = pygame.transform.rotate(logo_img,xuanzhuan) # 页面
if play_button == stop_img:
xuanzhuan+=1
FPS.tick()
newRect = logodown_img.get_rect(center=(320,200))
pos=(newRect[0],newRect[1])
screen.blit(bg_img, (0, 0)) # 填充背景
......
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