Commit 25d254ab by BellCodeEditor

save project

parent 65fdd578
Showing with 2 additions and 0 deletions
...@@ -12,6 +12,8 @@ while True: ...@@ -12,6 +12,8 @@ while True:
screen.blit(head,(120,120)) screen.blit(head,(120,120))
screen.blit(food,(120,90)) screen.blit(food,(120,90))
screen.blit(body,(120,150)) screen.blit(body,(120,150))
screen.blit(body,(120,180))
screen.blit(body,(120,210))
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: if event.type == locals.QUIT:
exit() exit()
......
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