Commit 5231c36d by BellCodeEditor

save project

parent c9b59c79
Showing with 6 additions and 4 deletions
......@@ -32,10 +32,12 @@ while True:
screen.blit(background,(0,0))
screen.blit(right,position[3])
screen.blit(body,position[2])
screen.blit(body,position[1])
screen.blit(body,position[0])
screen.blit(right,position[-1])
for i in range(len(position)-1):
screen.blit(body,position[i])
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