Commit 731afc38 by BellCodeEditor

save project

parent cfcbbd85
Showing with 11 additions and 0 deletions
......@@ -11,3 +11,14 @@ 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('歌曲4.ogg')
while Ture:
for event in pygame.event.get():
if event.type == locals.QUIT:
exit()
if pygame.mixer.music.get_busy() == False:
pygame.mixer.music.play()
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