Commit c73ba956 by BellCodeEditor

save project

parent dec85365
Showing with 3 additions and 3 deletions
...@@ -8,9 +8,9 @@ screen = pygame.display.set_mode((640, 480)) ...@@ -8,9 +8,9 @@ screen = pygame.display.set_mode((640, 480))
bg_img = pygame.image.load('background.png') # 背景图 bg_img = pygame.image.load('background.png') # 背景图
play_img = pygame.image.load('play.png') # 播放按钮 play_img = pygame.image.load('play.png') # 播放按钮
stop_img = pygame.image.load('stop.png') # 暂停按钮 stop_img = pygame.image.load('stop.png') # 暂停按钮
last_img = pygame.image.load('last.png'') last_img = pygame.image.load('last.png')
next_img = pygame.image.load('next.png'') next_img = pygame.image.load('next.png')
logo_img = pygame.image.load('logo.png'') logo_img = pygame.image.load('logo.png')
pygame.mixer.music.load('歌曲4.ogg') pygame.mixer.music.load('歌曲4.ogg')
while True: while True:
......
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