Commit 3bcdd559 by BellCodeEditor

save project

parent 2f18c2e3
Showing with 5 additions and 4 deletions
......@@ -13,9 +13,9 @@ while True:
if event.type==locals.QUIT:
exit()
screen.blit(background,(0,0))
screen.blit(right,(290,120))
screen.blit(right,(300,120))
screen.blit(food,(360,300))
screen.blit(body,(260,120))
screen.blit(body,(230,120))
screen.blit(body,(200,120))
screen.blit(body,(270,120))
screen.blit(body,(240,120))
screen.blit(body,(210,120))
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