Commit e84dc9b0 by BellCodeEditor

save project

parent c8bd1140
Showing with 4 additions and 4 deletions
...@@ -9,6 +9,6 @@ while True: ...@@ -9,6 +9,6 @@ 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()
screen.blit(bg,0,0) screen.blit(bg,(0,0))
screen.blit(right,240,120) screen.blit(right,(240,120))
screen.blit(apple,360,-120) screen.blit(food,(360,-120))
\ No newline at end of file \ 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