Commit 446a7fa3 by BellCodeEditor

save project

parent 7324fe70
Showing with 1 additions and 1 deletions
...@@ -19,7 +19,7 @@ while True: ...@@ -19,7 +19,7 @@ while True:
screen.blit(apple,(550,550)) screen.blit(apple,(550,550))
screen.blit(right,(x,y)) screen.blit(right,(x,y))
x+=1.3 x+=1.3
y+=1.3
screen.blit(body,(x-30,y)) screen.blit(body,(x-30,y))
screen.blit(body,(x-60,y)) screen.blit(body,(x-60,y))
screen.blit(body,(x-90,y)) screen.blit(body,(x-90,y))
......
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