Commit 677e112e by BellCodeEditor

auto save

parent 2eb1c3d5
Showing with 2 additions and 2 deletions
...@@ -12,9 +12,9 @@ y=60 ...@@ -12,9 +12,9 @@ y=60
while True: 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())
x=x+50 x=x+50
screen.blit(bg,(0,0)) screen.blit(bg,(0,0)
screen.blit(right,(x,y)) screen.blit(right,(x,y))
screen.blit(apple,(90,60)) screen.blit(apple,(90,60))
screen.blit(body,(240-30,60)) screen.blit(body,(240-30,60))
......
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