Commit 4120e1a0 by BellCodeEditor

save project

parent cb69f303
Showing with 1 additions and 1 deletions
...@@ -25,7 +25,7 @@ path = "C:\\Users\\玛酷机器人\\Desktop\\test" ...@@ -25,7 +25,7 @@ path = "C:\\Users\\玛酷机器人\\Desktop\\test"
filelist = os.listdir(path) filelist = os.listdir(path)
for i in filelist: for i in filelist:
if i[-4:] ==".wav" or i[-4:] ==".ogg": if i[-4:] ==".wav" or i[-4:] ==".ogg":
list.append(i) music_list.append(i)
num=-1 num=-1
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
......
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