Commit 03efe52d by BellCodeEditor

auto save

parent b53fc12a
Showing with 8 additions and 4 deletions
......@@ -18,10 +18,14 @@ while True:
if event.type == locals.QUIT:
exit()
screen.blit(beijing,(0,0))
screen.blit(foot,(0,0))
screen.blit(foot,(630,0))
screen.blit(foot,(0,450))
screen.blit(foot,(630,450))
screen.blit(right,(240,120))
screen.blit(foot,(90,90))
screen.blit(body,(210,30))
\ No newline at end of file
pygame.display.update()
\ 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