Commit 20cfbc07 by BellCodeEditor

save project

parent bd9b284a
Showing with 3 additions and 0 deletions
......@@ -9,6 +9,9 @@ stop_img = pygame.image.load('stop.png')
last_img = pygame.image.load('last.png')
next_img = pygame.image.load('next.png')
logo_img = pygame.image.load('logo.png')
pygame.mixer.music.load("jinitaimei.ogg")
pygame.mixer.music.play("jinitaimei.ogg")
while True:
for event in pygame.event.get():
......
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