Commit 09686b30 by BellCodeEditor

save project

parent b7663d93
Showing with 12 additions and 0 deletions
while True:
for event in pygame.event.get():
if event.type == locals.QUIT:
exit()
x += 30
position.append((x, y))
position.pop(0)
screen.blit(background, (0, 0))
screen.blit(right, position[-1])
for i in range(len(position)-1):
screen.blit(body, position[i])
\ 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