Commit 547968a8 by BellCodeEditor

save project

parent 64467d74
Showing with 1 additions and 1 deletions
...@@ -15,7 +15,7 @@ up = pygame.image.load('up.png') ...@@ -15,7 +15,7 @@ up = pygame.image.load('up.png')
do = pygame.image.load('down.png') do = pygame.image.load('down.png')
food = pygame.image.load('apple.png') food = pygame.image.load('apple.png')
c="right" c="right"
d=right d=ri
a=pygame.time.Clock() a=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