Commit 2f32f4bc by BellCodeEditor

save project

parent dba1e536
Showing with 2 additions and 1 deletions
...@@ -91,10 +91,11 @@ while True: ...@@ -91,10 +91,11 @@ while True:
# pos=(newRect[0],newRect[1]) # pos=(newRect[0],newRect[1])
# angle+=1 # angle+=1
# screen.blit(new_logo, pos) # 中间logo图 # screen.blit(new_logo, pos) # 中间logo图
if play_button == stop_img:
new_logo=pygame.transform.rotate(logo_img,angle) new_logo=pygame.transform.rotate(logo_img,angle)
newRect=new_logo.get_rect(center=(320,200)) newRect=new_logo.get_rect(center=(320,200))
pos=(newRect[0],newRect[1]) pos=(newRect[0],newRect[1])
if play_button == stop_img:
angle+=1 angle+=1
screen.blit(new_logo, pos) screen.blit(new_logo, pos)
screen.blit(last_img, (120, 350)) # 上一曲 screen.blit(last_img, (120, 350)) # 上一曲
......
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