Commit 73328a80 by BellCodeEditor

save project

parent 0251ea39
Showing with 5 additions and 3 deletions
......@@ -15,7 +15,10 @@ while True:
for event in pygame.event.get():
if event.type==locals.QUIT:
exit()
screeen.blit(bg,(0,0)
screeen.blit(bg,(0,0))
screeen.blit(right,(240,120))
screeen.blit(food,(330,60))
screeen.blit(left,(30,30))
\ No newline at end of file
screeen.blit(left,(30,30))
screeen.blit(body,(210,210))
screeen.blit(body,(180,210))
screeen.blit(body,(180,180))
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