Commit 1da622c3 by BellCodeEditor

save project

parent fed088d0
Showing with 10 additions and 0 deletions
......@@ -10,3 +10,12 @@ while True:
for event in pygame.event.get():
if event.type == locals.QUIT:
exit()
X += 30
screen.blit(backgrund,(0,0))
screen.blit(right,(x,y))
screen.blit(body,(210,120))
screen.blit(body,(180,120))
screen.blit(body,(180,90))
screen.blit(body,(360,300))
pygame.blsplay.update()
FPSCLOCK.tick(3)
\ 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