Commit 5a2c1245 by BellCodeEditor

auto save

parent 158f3637
Showing with 1 additions and 0 deletions
...@@ -27,6 +27,7 @@ click = 0 ...@@ -27,6 +27,7 @@ click = 0
play_button = stop_img play_button = stop_img
while True: while True:
pygame.mixer.music.get_pos()
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: if event.type == locals.QUIT:
exit() exit()
......
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