Commit 6b478a0b by BellCodeEditor

save project

parent 898c7791
Showing with 9 additions and 6 deletions
...@@ -13,8 +13,11 @@ while True: ...@@ -13,8 +13,11 @@ while True:
if event.type==locals.QUIT: if event.type==locals.QUIT:
exit() exit()
screen.blit(background,(0,0)) screen.blit(background,(0,0))
screen.blit(right,(240,120)) screen.blit(right,(300,270))
screen.blit(body,(210,120)) screen.blit(body,(270,270))
screen.blit(body,(180,120)) screen.blit(body,(240,270))
screen.blit(body,(180,90)) screen.blit(body,(240,240))
screen.blit(food,(360,150)) screen.blit(food,(0,0))
\ No newline at end of file screen.blit(food,(630,0))
screen.blit(food,(0,450))
screen.blit(food,(630,450))
\ 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