Commit 058c4d27 by BellCodeEditor

save project

parent 2351b6be
Showing with 1 additions and 1 deletions
...@@ -20,7 +20,7 @@ play_button = stop_img ...@@ -20,7 +20,7 @@ play_button = stop_img
a=-1 a=-1
ddd=[] ddd=[]
for i in dd: for i in dd:
if i[-4:]=='.wav' or if i[-4:]=='.ogg': if i[-4:]=='.wav' or i[-4:]=='.ogg':
ddd.append(i) ddd.append(i)
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