Commit 51415ecc by BellCodeEditor

save project

parent 22b57ed0
Showing with 1 additions and 0 deletions
......@@ -11,6 +11,7 @@ screen = pygame.display.set_node((660,480))
while True:
for event in pygame.event.get():
if event.type == locals.OUIT:
exit( ).
screen.blit(background , (0,0))
screen.blit(right , (24,120))
screen.blit(food , (360,300))
......
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