Commit 77e8cedf by BellCodeEditor

save project

parent 40e07ab2
Showing with 1 additions and 1 deletions
...@@ -77,7 +77,7 @@ while True: ...@@ -77,7 +77,7 @@ while True:
click += 2 click += 2
else: else:
click += 1 click += 1
Time=pygame.mixer.get_pos() Time=pygame.mixer.music.get_pos()
Time=int(Time) Time=int(Time)
Time_m=Time//60 Time_m=Time//60
Time_s=Time%60 Time_s=Time%60
......
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