Commit 38f9d091 by BellCodeEditor

save project

parent f7badec9
Showing with 0 additions and 15 deletions
......@@ -84,18 +84,6 @@ while True:
num = 0
pygame.mixer.music.load(path + "\\" + music_list[num])
pygame.mixer.music.play()
new_logo = pygame.transform.rotate(logo_img,90)
newrect = new_logo.get_Rect(center=(320,200))
pos = ( newrect[0], newrect[1])
......@@ -111,7 +99,5 @@ while True:
screen.blit(last_img, (120, 350)) # 上一曲
screen.blit(next_img, (420, 350)) # 下一曲
# 刷新画面
scream.
pygame.display.update()
\ 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