Commit e894eae3 by BellCodeEditor

auto save

parent 2ce66169
Showing with 1 additions and 1 deletions
......@@ -98,7 +98,7 @@ while True:
new_rect = new_logo.get_rect(center = (320,200))
pos = (new_rect[0],new_rect[1])
if play_button == stop_img:
angle += 1
dangle += 1
play_time = pygame.mixer.music.get_pos()
play_time_sec = int(play_time/1000)
......
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