Commit 6cfa345b by BellCodeEditor

save project

parent b95d5f3d
Showing with 4 additions and 3 deletions
...@@ -18,5 +18,6 @@ while True: ...@@ -18,5 +18,6 @@ while True:
screen.blit(right,(150,150)) screen.blit(right,(150,150))
screen.blit(body,(120,150)) screen.blit(body,(120,150))
screen.blit(body,(90,150)) screen.blit(body,(90,150))
screen.blit(body,(60,90)) screen.blit(body,(90,120))
screen.blit(food,(270,210)) screen.blit(food,(270,210))
\ No newline at end of file pygame.display.update()
\ No newline at end of file
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