Commit 36295c3b by BellCodeEditor

auto save

parent 6174d60a
Showing with 6 additions and 0 deletions
p =pygame.mixer.music.get_pos()
p=int(p/1000)
p_m=p//60
p_s=p%60
info= str(p_m)+":"+str(p_s)
\ No newline at end of file
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