Commit 44e6d898 by BellCodeEditor

auto save

parent 6be87ab3
Showing with 1 additions and 1 deletions
...@@ -17,7 +17,7 @@ logo_img = pygame.image.load('logo.png') # 下一曲按钮 ...@@ -17,7 +17,7 @@ logo_img = pygame.image.load('logo.png') # 下一曲按钮
basic=pygame.font.Font("neuropol.ttf",14) basic=pygame.font.Font("neuropol.ttf",14)
# 音乐 # 音乐
music_list = [] music_list = []
path = "C:\\Users\\23636\\Desktop\\新建文件夹" path = "C:\\Users\\23636\\Desktop\\新建文件夹 (2)"
filelist = os.listdir(path) filelist = os.listdir(path)
for i in filelist: for i in filelist:
if i[-4:] == ".ogg" or i[-4:] == ".wav": if i[-4:] == ".ogg" or i[-4:] == ".wav":
......
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