Commit d090b45b by BellCodeEditor

save project

parent c313d8d5
Showing with 8 additions and 5 deletions
......@@ -8,6 +8,8 @@ screen=pygame.display.set_mode((800,660))
bg=pygame.image.load('bg.png')
body.png=pygame.image.load('body.png')
right=pygame.image.load('right.png')
while True:
for event in pygame.event.get():
......@@ -16,8 +18,9 @@ while True:
exit()
screen.blit(bg,(0,0))
screen.blit(bg,(0,0))
pygame.display.update()
body=pygame.image.load('body.png')
right=pygame.image.load('right.png')
screen.blit(body.png(0,0))
\ No newline at end of file
\ 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