Commit f412ea3b by BellCodeEditor

auto save

parent 7bb313aa
Showing with 1 additions and 5 deletions
...@@ -76,11 +76,7 @@ while True: ...@@ -76,11 +76,7 @@ while True:
click += 2 click += 2
else: else:
click += 1 click += 1
playtime = pygame.mixer.music.get_pos()
playtime = int(playtime/1000)
m = playtime//60
s = playtime%60
info = str(m)+":"+str(s)
if pygame.mixer.music.get_busy() == False: if pygame.mixer.music.get_busy() == False:
num += 1 num += 1
if num > len(music_list)-1: if num > len(music_list)-1:
......
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