Commit 26afadeb by BellCodeEditor

save project

parent fdd82211
Showing with 2 additions and 0 deletions
...@@ -13,6 +13,8 @@ next_img = pygame.image.load('next.png') # 下一曲按钮 ...@@ -13,6 +13,8 @@ next_img = pygame.image.load('next.png') # 下一曲按钮
logo_img = pygame.image.load('logo.png') # 中间logo logo_img = pygame.image.load('logo.png') # 中间logo
pygame.mixer.music.load("test.wav") pygame.mixer.music.load("test.wav")
filelist =['歌曲1.wav''','','']
volume=0.2 volume=0.2
pygame.mixer.music.set_volume(volume) pygame.mixer.music.set_volume(volume)
chick=0 chick=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