Commit 24e867a8 by BellCodeEditor

save project

parent 18e1cb14
File added
gg.png

2.57 KB

......@@ -5,7 +5,7 @@ pygame.init()
bj=pygame.display.set_mode((800,480))
bg=pygame.image.load('bg.png')
bg=pygame.image.load('gg.avif')
r=pygame.image.load('right.png')
a=pygame.image.load('apple.png')
b=pygame.image.load('body.png')
......@@ -17,7 +17,7 @@ while True:
bj.blit(bg,(0,0))
bj.blit(r,(240,120))
bj.blit(a,(360,240))
bj.blit(b,(210,120))
bj.blit(b,(210,90))
bj.blit(b,(210,60))
bj.blit(b,(210,30))
bj.blit(b,(30,90))
bj.blit(b,(60,60))
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