Commit 5205abaa by BellCodeEditor

auto save

parent d29bfb92
Showing with 2 additions and 2 deletions
......@@ -16,8 +16,7 @@ while True:
screen.blit(background, (0, 0))
screen.blit(right, (x, y))
screen.blit(body, (210, 120))
screen.blit(body, (180, 120))
screen.blit(body, (180, 90))
screen.blit(food, (210690))
screen.blit(food, (210, 690))
pygame.display.update()
FPSCLOCK.tick(4)
\ 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