Commit 6fbca77e by BellCodeEditor

save project

parent 2387afad
Showing with 3 additions and 2 deletions
...@@ -16,7 +16,7 @@ while True: ...@@ -16,7 +16,7 @@ while True:
if event.type == 12: if event.type == 12:
exit() exit()
a.blit(playground,(0,0)) a.blit(playground,(0,0))
a.blit(snake,(100,0)) a.blit(snake,(90,30))
a.blit(body,(0,0)) a.blit(body,(60,30))
pygame.display.update() 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