Commit e5b2b0e3 by BellCodeEditor

auto save

parent 67374181
Showing with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ right = pygame.image.load('right.png') ...@@ -11,7 +11,7 @@ right = pygame.image.load('right.png')
food = pygame.image.load('apple.png') food = pygame.image.load('apple.png')
body = pygame.image.load('body.png') body = pygame.image.load('body.png')
XY=[(210, 120),(180, 120),(180, 90)] XY=[(210, 120),(180, 120),(180, 90),(x, y)]
for i in range(): for i in range():
......
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