Commit ba84c5f1 by BellCodeEditor

save project

parent 4b9219d3
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ food = pygame.image.load('apple.png') ...@@ -14,7 +14,7 @@ food = pygame.image.load('apple.png')
body = pygame.image.load('body.png') body = pygame.image.load('body.png')
x=240 x=240
y=120 y=120
l1=[(x-90,y),(x-60,y),(x-30,y),(x,y)] l1=[(x,y),(x,y),(x,y),(x,y)]
z=pygame.time.Clock() z=pygame.time.Clock()
while True: while True:
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