Commit 5ba6c940 by BellCodeEditor

save project

parent 3c408b83
Showing with 5 additions and 2 deletions
...@@ -93,4 +93,7 @@ while True: ...@@ -93,4 +93,7 @@ while True:
screen.blit(last_img, (120, 350)) screen.blit(last_img, (120, 350))
screen.blit(next_img, (420, 350)) screen.blit(next_img, (420, 350))
pygame.display.update() pygame.display.update()
\ No newline at end of file play_time = pygame.mixer.music.get_pos()
play_time = int(play_time/1000
play_m = play_time//
\ 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