Commit 138a42cd by BellCodeEditor

save project

parent 488fb51b
Showing with 3 additions and 1 deletions
...@@ -12,12 +12,14 @@ last_img = pygame.image.load('last.png') # 上一曲按钮 ...@@ -12,12 +12,14 @@ last_img = pygame.image.load('last.png') # 上一曲按钮
next_img = pygame.image.load('next.png') # 下一曲按钮 next_img = pygame.image.load('next.png') # 下一曲按钮
logo_img = pygame.image.load('logo.png') logo_img = pygame.image.load('logo.png')
pygame.mixer.music.load('test.wav') pygame.mixer.music.load('test.wav')
volume = 0.2
pygame.mixer.music.
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: if event.type == locals.QUIT:
exit() exit()
if if
if pygame.mixer.music.get_busy() == False if pygame.mixer.music.get_busy() == False
......
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