Commit b305decc by BellCodeEditor

auto save

parent dec31673
Showing with 1 additions and 1 deletions
...@@ -19,7 +19,7 @@ while True: ...@@ -19,7 +19,7 @@ while True:
if event.type==locals.QUIT: if event.type==locals.QUIT:
exit() exit()
x+=30 x+=30
pos.append(x,y) pos.append((x,y))
pos.pop(0) pos.pop(0)
screen.blit(bg,(0,0)) screen.blit(bg,(0,0))
screen.blit(apple,(120,150)) screen.blit(apple,(120,150))
......
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