Commit df942c13 by BellCodeEditor

save project

parent a416d7c3
Showing with 2 additions and 3 deletions
...@@ -18,10 +18,9 @@ while True: ...@@ -18,10 +18,9 @@ while True:
exit() exit()
x+=30 x+=30
position.append((x,y)) position.append((x,y))
position.pop(0)
screen.blit(background,(0,0)) screen.blit(background,(0,0))
screen.blit(right,(240,120)) screen.blit(right,(240,x,y))
for i in range(len(position)-1) for i in range(len(position)-1)
screen.blit(body,position[i]) screen.blit(body,position[i])
screen.blit(food,(360,300)) screen.blit(food,(360,300))
......
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