Commit 4d5afc75 by BellCodeEditor

save project

parent 5d9a58f6
Showing with 5 additions and 7 deletions
......@@ -15,14 +15,12 @@ while True:
if event.type == locals.QUIT:
exit()
screen.blit(background,(0,0))
screen.blit(background,(0,0))
screen.bilt(right,(90,360))
screen.blit(right,(90,360))
screen.blit(food,(360,210))
screen.blit(food,(360,210))
screen.blit(body(150,180))
screen.blit(body(120,180))
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