Commit a1484089 by BellCodeEditor

auto save

parent e9dc573f
Showing with 1 additions and 1 deletions
......@@ -18,7 +18,7 @@ basic_front = pygame.font.Font('neuropol.ttf',14)
# 音乐
music_list = []
path = "C:\\Users\\admin\\Desktop\\text"
path = "C:\\Users\\23636\\Desktop\\text"
filelist = os.listdir(path)
for i in filelist:
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