Commit 2aaa60e4 by BellCodeEditor

save project

parent 84ce8ae0
Showing with 3 additions and 1 deletions
......@@ -13,5 +13,6 @@ while True:
screen.blit(background,(0,0))
screen.blit(body,(30,30))
screen.blit(food,(60,60))
screen.blit(right,(90,90))
screen.blit(right,(90,30))
screen.blit(body,(60,30))
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