Commit 01201c40 by BellCodeEditor

auto save

parent c4e1782a
......@@ -11,12 +11,13 @@ stop_img = pygame.image.load('stop.png') # 暂停按钮
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("Sterren张云峰 - 信仰.mp3")
pygame.mixer.music.load("邵帅 - 你是人间四月天 (Live).flac")
while True:
for event in pygame.event.get():
if event.type==locals.QUIT:
exit()
el
if pygame.mixer.music.get_busy()==False:
pygame.mixer.music.play()
# 绘制画面
......
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