Commit d6488771 by BellCodeEditor

save project

parent d8cf6e6e
Showing with 1 additions and 0 deletions
......@@ -19,6 +19,7 @@ while True:
screen.blit(background, (0, 0))
x=x+30
flb.append((x,y))
flb.pop(0)
screen.blit(right, (flb[-1]))
for i in range(len(flb)-1):
screen.blit(body,flb[i])
......
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