Commit 41b9acdf by BellCodeEditor

save project

parent 67ec9d8e
Showing with 1 additions and 2 deletions
...@@ -23,8 +23,7 @@ while True: ...@@ -23,8 +23,7 @@ while True:
screen.blit(right,position[-1]) screen.blit(right,position[-1])
for i in range(len(position)-1): for i in range(len(position)-1):
screen.blit(body,position[i]) screen.blit(body,position[i])
screen.blit(body,(180,120))
screen.blit(body,(180,90))
screen.blit(food,(360,300)) screen.blit(food,(360,300))
pygame.display.update() pygame.display.update()
FPSCLOCK.tick(9) FPSCLOCK.tick(9)
......
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