Commit c3979725 by BellCodeEditor

auto save

parent e5b2b0e3
Showing with 2 additions and 2 deletions
...@@ -11,12 +11,12 @@ right = pygame.image.load('right.png') ...@@ -11,12 +11,12 @@ 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),(x, y)] XY=[(210, 120),(180, 120),(180, 90)]
for i in range(): for i in range():
while True: while True:
x+=30 x+=30
think.apple(x,y) think.apple(x,y)
for event in pygame.event.get(): for event in pygame.event.get():
......
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