Commit 63f00ecb by BellCodeEditor

save project

parent b4494967
Showing with 9 additions and 0 deletions
......@@ -10,6 +10,14 @@ while True:
print(event)
if event.type==locals.QUIT:
exit()
background=pygame.image.load('bg.png')
a=pygame.image.load('apple.png')
b=pygame.image.load('body.png')
c=pygame.image.load('down.png')
screen.blit(background,(0,0))
screen.blit(a,(360,240))
pygame.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