Commit b3e5de7d by BellCodeEditor

auto save

parent e92f585b
Showing with 3 additions and 1 deletions
...@@ -10,7 +10,9 @@ logo = pygame.image.load("logo.png") ...@@ -10,7 +10,9 @@ logo = pygame.image.load("logo.png")
next_ = pygame.image.load("next.png") next_ = pygame.image.load("next.png")
play = pygame.image.load("play.png") play = pygame.image.load("play.png")
stop = pygame.image.load("stop.png") stop = pygame.image.load("stop.png")
pygame.mixer.music.load("歌曲4.ogg") pygame.mixer.music.load("歌曲2.wav")
pygame.mixer.music.play()
while True: while True:
for event in pygame.event.get(): 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