Commit 46c6580b by BellCodeEditor

auto save

parent 908d50c9
Showing with 10 additions and 0 deletions
posion=[(180,90),(180, 120),(210, 120),(x,y)]
x+=30
posion.append((x,y))
posion.pop(0)
right=screen.blit(right,(x,y))
for i in range(len(posion)):
body=screen.blit(body,posion[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