Commit 5ddb0c75 by BellCodeEditor

save project

parent fa80687d
Showing with 7 additions and 0 deletions
......@@ -80,7 +80,14 @@ while True:
click += 2
else:
click += 1
p=pygame.mixer.music.get_pos()
p=int(p/1000)
pm=p//60
ps=p%60
pms=str(pm)+':'+str(ps)
print(pms)
if pygame.mixer.music.get_busy() == False:
num += 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