Commit d0737af9 by BellCodeEditor

save project

parent 0511c155
Showing with 2 additions and 1 deletions
...@@ -19,7 +19,7 @@ while True: ...@@ -19,7 +19,7 @@ while True:
screen.blit(right,(x,y)) screen.blit(right,(x,y))
screen.blit(body,(210,120)) screen.blit(body,(210,120))
screen.blit(body,(180,120)) screen.blit(body,(180,120))
screen.blit(body,(150,120)) screen.blit(body,(180,90))
screen.blit(food,(480,210)) screen.blit(food,(480,210))
pygame.display.update() pygame.display.update()
FPS.tick(3) 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