Commit 42bbd095 by BellCodeEditor

save project

parent 4aa8df4d
Showing with 1 additions and 1 deletions
......@@ -68,7 +68,7 @@ while True:
nam += 1
if nam>len(music_list)-1:
nam = 0
pygame.mixer.music.load(music_list[nam])
pygame.mixer.music.load(path+'\\'+music_list[nam])
pygame.mixer.music.play()
# 绘制画面
screen.blit(bg_img, (0, 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