Commit 3e140cbc by BellCodeEditor

save project

parent da320adb
Showing with 2 additions and 0 deletions
......@@ -9,6 +9,8 @@ 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('歌曲4.ogg')
pygame.mixer.music.play()
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