Commit d590c729 by BellCodeEditor

auto save

parent b4f1d1d5
Showing with 3 additions and 4 deletions
......@@ -26,9 +26,7 @@ while True:
screen.blit(bg,(0,0))
screen.blit(apple,(120,150))
screen.blit(right,(x,y))
#screen.blit(body,(pos[0][0],pos[0],[1]))
screen.blit(body,(330,300))
screen.blit(body,(300,300))
screen.blit(body,(300,270))
for i in range(len(pos)-1):
screen.blit(body,pos[i])
pygame.display.update()
fps.tick(3)
\ 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