Commit 66801ae9 by BellCodeEditor

save project

parent e368d31d
Showing with 2 additions and 0 deletions
...@@ -21,6 +21,7 @@ while True: ...@@ -21,6 +21,7 @@ while True:
screen.blit(right,zuobiao[-1]) screen.blit(right,zuobiao[-1])
screen.blit(food,(360,300)) screen.blit(food,(360,300))
for i in range(len(zuobio)-1): for i in range(len(zuobio)-1):
screen.blit(body,zuobiao[i])
FSPCLOCK.tick(3) FSPCLOCK.tick(3)
pygame.display.update() 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