Commit b4f1d1d5 by BellCodeEditor

save project

parent 2313c094
Showing with 1 additions and 1 deletions
...@@ -26,7 +26,7 @@ while True: ...@@ -26,7 +26,7 @@ while True:
screen.blit(bg,(0,0)) screen.blit(bg,(0,0))
screen.blit(apple,(120,150)) screen.blit(apple,(120,150))
screen.blit(right,(x,y)) screen.blit(right,(x,y))
screen.blit(body,(pos[0][0],pos[0],[1])) #screen.blit(body,(pos[0][0],pos[0],[1]))
screen.blit(body,(330,300)) screen.blit(body,(330,300))
screen.blit(body,(300,300)) screen.blit(body,(300,300))
screen.blit(body,(300,270)) screen.blit(body,(300,270))
......
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