Commit fb4ff56f by BellCodeEditor

save project

parent 3ab2a72d
Showing with 3 additions and 2 deletions
...@@ -8,7 +8,7 @@ screen=pygame.display.set_mode((800,660)) ...@@ -8,7 +8,7 @@ screen=pygame.display.set_mode((800,660))
bg=pygame.image.load('bg.png') bg=pygame.image.load('bg.png')
body.png=pygame.image.load('body.png') body=pygame.image.load('body.png')
right=pygame.image.load('right.png') right=pygame.image.load('right.png')
while True: while True:
...@@ -18,7 +18,8 @@ while True: ...@@ -18,7 +18,8 @@ while True:
exit() exit()
screen.blit(bg,(0,0)) screen.blit(bg,(0,0))
screen.blit(bg,(0,0)) screen.blit(body,(90,60))
screen.blit(right,(120,60))
pygame.display.update() 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