Commit 7a560787 by BellCodeEditor

save project

parent c963c2b8
Showing with 2 additions and 2 deletions
......@@ -12,10 +12,10 @@ last_img = pygame.image.load('last.png') # 上一曲按钮
next_img = pygame.image.load('next.png') # 下一曲按钮
logo_img = pygame.image.load('logo.png') # 中间logo
pygame.mixer.music.load('歌曲3.wav')
pygame.mixer.music.load('歌曲4.ogg')
volume = 0.8
pygame.mixer.music.set_volume(volume)
clock = 0
click = 0
play_button = stop_img
while True:
for event in pygame.event.get():
......
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