Commit cbed478a by BellCodeEditor

auto save

parent 3040ad02
Showing with 4 additions and 0 deletions
...@@ -9,6 +9,10 @@ body = pygame.image.load('body.png') ...@@ -9,6 +9,10 @@ body = pygame.image.load('body.png')
right = pygame.image.load('right.png') right = pygame.image.load('right.png')
food = pygame.image.load('apple.png') food = pygame.image.load('apple.png')
screen = pygame.display.set_mode((660,480)) screen = pygame.display.set_mode((660,480))
x,y
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == 12: if event.type == 12:
......
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