Commit 7524638f by BellCodeEditor

save project

parent ddb29de8
Showing with 3 additions and 2 deletions
......@@ -14,7 +14,7 @@ while True:
if events.type == locals.QUIT:
exit()
screen.blit(background,(0,0))
screen.blit(right,(30,0))
screen.blit(body,(60,0))
screen.blit(right,(60,0))
screen.blit(body,(30,0))
screen.blit(food,(240,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