Commit 7e578aab by BellCodeEditor

save project

parent f8bd9e0a
Showing with 4 additions and 0 deletions
......@@ -14,12 +14,16 @@ 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')
while True:
for event in pygame.event.get():
if event.tyte==locals.QUIT()
exit()
if pygame.mixer.music.get_busy()==False:
pygame.mixer.music.play()
screen.blit(bg_img,(0,0))
screen.blit(stop_img,(270,330))
screen.blit(logo_img,(170,60))
......
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