Commit 5dc6bad6 by BellCodeEditor

auto save

parent b2670dc3
Showing with 16 additions and 0 deletions
b=pygame.image.load('bg.png')
c=pygame.image.load('apple.png')
d=pygame.image.load('right.png')
e=pygame.image.load('body.png')
f=pygame.image.load('down.png')
while True:
a.blit(b,(0,0))
a.blit(c,(0,0))
a.blit(d,(0,0))
a.blit(e,(0,0))
a.blit(f,(0,0))
pygame.display.update()
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