Commit 91bf9f7f by BellCodeEditor

save project

parent 0561cdfa
Showing with 11 additions and 0 deletions
...@@ -14,3 +14,13 @@ while True: ...@@ -14,3 +14,13 @@ while True:
for event in pygame.event.get(): for event in pygame.event.get():
if evenet.type == locals.QUIT: if evenet.type == locals.QUIT:
exit() exit()
if pygame.mixer.music.get_busy() == False:
pygame.nixer.music.play()
screen.blit(bg_img,(0,0))
screen.blit(stop_img,(270,330))
screen.blit(logo_img,(170,60))
screen.blit(last_img,(120,350))
screen.blit(next_img,(420,350))
pyagme.display.update()
\ No newline at end of file
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