Commit d6717920 by BellCodeEditor

save project

parent f78fd5f5
Showing with 2 additions and 2 deletions
......@@ -21,7 +21,7 @@ while True:
for event in pygame.event.get():
if event.tybe == locals.QUIT:
if event.type == locals.QUIT:
exit()
x += 30
......@@ -30,7 +30,7 @@ while True:
screen.blit(right,(x,y))
screen.blit(body,(210,210))
screen.blit(body,(210,120))
screen.blit(body,(180,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