Commit d27f54bc by BellCodeEditor

auto save

parent b4459686
Showing with 0 additions and 12 deletions
...@@ -10,18 +10,6 @@ while True: ...@@ -10,18 +10,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()
if s == "right":
x+=30
elif s == "left":
x-=30
elif s == "left":
x-=30
elif s == "left":
x+=30
screen.blit(background, (0, 0)) screen.blit(background, (0, 0))
screen.blit(right, (240, 120)) screen.blit(right, (240, 120))
screen.blit(body, (210, 120)) screen.blit(body, (210, 120))
......
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