Commit 73328a80 by BellCodeEditor

save project

parent 0251ea39
Showing with 4 additions and 1 deletions
...@@ -15,7 +15,10 @@ while True: ...@@ -15,7 +15,10 @@ while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type==locals.QUIT: if event.type==locals.QUIT:
exit() exit()
screeen.blit(bg,(0,0) screeen.blit(bg,(0,0))
screeen.blit(right,(240,120)) screeen.blit(right,(240,120))
screeen.blit(food,(330,60)) screeen.blit(food,(330,60))
screeen.blit(left,(30,30)) 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