Commit ce197819 by BellCodeEditor

save project

parent 2fa66e45
Showing with 2 additions and 2 deletions
...@@ -88,8 +88,8 @@ while True: ...@@ -88,8 +88,8 @@ while True:
play_timg = pygame.mixer.get_pos() play_timg = pygame.mixer.get_pos()
play_timg = int(play_timg1000) play_timg = int(play_timg1000)
play_m = play_timg//60 play_m = play_time//60
play_s = play_timg %60 play_s = play_time %60
info = str(play_m)+ ":"+ sty(play_s) info = str(play_m)+ ":"+ sty(play_s)
......
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