Commit 91bf9f7f by BellCodeEditor

save project

parent 0561cdfa
Showing with 12 additions and 2 deletions
......@@ -13,4 +13,14 @@ logo_img = pygame.image.load('logo.pan')
while True:
for event in pygame.event.get():
if evenet.type == locals.QUIT:
exit()
\ No newline at end of file
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