Commit 2ebc9180 by BellCodeEditor

save project

parent d91ee5e6
Showing with 3 additions and 0 deletions
......@@ -86,6 +86,7 @@ while True:
pygame.mixer.music.play()
new_logo=pygame.transform.rotate(logo_img,angle)
new_rect=new_logo.get_rect(center=(320,200))
print(pygame.time.Clock)
pos=(new_rect[0],new_rect[1])
if play_button==stop_img:
angle+=1
......@@ -97,3 +98,4 @@ while True:
screen.blit(next_img, (420, 350)) # 下一曲
# 刷新画面
pygame.display.update()
F.tick(60)
\ No newline at end of file
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