Commit 50b2c428 by BellCodeEditor

auto save

parent c8d1e91c
Showing with 1 additions and 0 deletions
......@@ -20,6 +20,7 @@ num = -1
for i in filelist:
if i[-4:] == ".wav" or i[-4:] == ".ogg":
music_list.append(i)
num = -
volume = 0.2
pygame.mixer.music.set_volume(volume)
click = 0
......
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