Commit ed042fb8 by BellCodeEditor

save project

parent c94025d7
Showing with 1 additions and 1 deletions
......@@ -14,7 +14,7 @@ logo_img = pygame.image.load('logo.png') # 下一曲按钮
music_list=[]
# 载入音乐
# 载入音乐
path="C:\\Users\\Administrator\\Desktop\\text"
path="C:\\Users\\EDZ\\Desktop\\text"
file_list=os.listdir(path)
for i in file_list:
if i[-4:]=='.wav' or i[-4:]=='.ogg':
......
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