Commit f2dff999 by BellCodeEditor

save project

parent 7cbd1ba1
Showing with 0 additions and 5 deletions
...@@ -51,7 +51,3 @@ while True: ...@@ -51,7 +51,3 @@ while True:
screen.blit(logo_img, (170, 60)) screen.blit(logo_img, (170, 60))
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.mixer.music.load()
pygame.mixer.music.play()
pygame.mixer.music.get_busy()
\ 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