Commit 3f1ca8d4 by BellCodeEditor

save project

parent 415f0777
Showing with 12 additions and 5 deletions
...@@ -16,10 +16,17 @@ while True: ...@@ -16,10 +16,17 @@ while True:
if event.type==locals.QUIT: if event.type==locals.QUIT:
exit() exit()
screen.blit(background,(0,0)) screen.blit(background,(0,0))
screen.blit(right,(300,120)) screen.blit(right,(600,120))
screen.blit(body,(270,120)) screen.blit(body,(570,120))
screen.blit(body,(240,120)) screen.blit(body,(540,120))
screen.blit(body,(210,120)) screen.blit(body,(510,120))
screen.blit(food,(360,300)) screen.blit(body,(480,120))
screen.blit(body,(450,120))
screen.blit(body,(420,120))
screen.blit(body,(390,120))
screen.blit(body,(360,120))
screen.blit(body,(330,120))
screen.blit(body,(300,120))
screen.blit(food,(330,150))
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