Commit 07e2d4b2 by BellCodeEditor

save project

parent ea18d1a5
Showing with 11 additions and 0 deletions
...@@ -7,3 +7,14 @@ pygame.init() ...@@ -7,3 +7,14 @@ pygame.init()
scren=pygame.display.set_mode((660,40)) scren=pygame.display.set_mode((660,40))
sou=pygame.image.load("body.png")
soo=pygame.image.load("bg.png")
tju=pygame.image.load("bg.png")
sgh=pygame.image.load("bg.png")
amy=pygame.image.load("left.png")
why=pygame.image.load("down.png")
sam=pygame.image.load("right.png")
jgj=pygame.image.load("apple.png")
pygame.display.update()
cren.blits(tju,(0,0))
cren.blits(jgj(90,30))
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